#6254d2

Color #6254D2 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6254D2

Tints of Slate Blue #6254D2

Color information

#6254D2 (or 0x6254D2) is unknown color: approx Slate Blue. HEX triplet: 62, 54 and D2. RGB value is (98,84,210). Sum of RGB (Red+Green+Blue) = 98+84+210=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #6254D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254D2 is #9DAB2D. Grayscale: #666666. Windows color (decimal): -10332974 or 13784162. OLE color: 13784162.

HSL color Cylindrical-coordinate representation of color #6254D2: hue angle of 246.67º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6254D2 is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9884210-
CMYK0.530.600.18
HSL246.67º58.33%57.65%-
HSV(B)246.67º60%82.35%-
XYZ19.8413.5962.55-
YUV102.55188.64124.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 210 (82.42% from 255) = 53.57%
R=25%
G=21.43%
B=53.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98842100.530.600.18246.6758.3357.65
Hex6254D2353C012f73a3a
Octal14212432265740223677272
Binary110001010101001101001011010111110001001011110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6254d2; }

 p { color: rgb(98,84,210); }

 H1.HeaderClassName
 {
   color: #6254d2;
 }
 .AnyTagClassName
 {
   color: #6254d2;
 }
</style>
background-color css

<style>
 a { background-color: #6254d2; }

 a { background-color: rgb(98,84,210); }

 div.DivClassName
 {
   background-color: #6254d2;
 }
 .BgClassName
 {
   background-color: #6254d2;
 }
</style>
border-color css

<style>
 span { border-color: #6254d2; }

 span { border-color: rgb(98,84,210); }

 td.TdClassName
 {
   border-color: #6254d2;
 }
 .TagClassName
 {
   border-color: #6254d2;
 }
</style>