#6154D2

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

Shades of Slate Blue #6154D2

Tints of Slate Blue #6154D2

Color information

#6154D2 (or 0x6154D2) is unknown color: approx Slate Blue. HEX triplet: 61, 54 and D2. RGB value is (97,84,210). Sum of RGB (Red+Green+Blue) = 97+84+210=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #6154D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154D2 is #9EAB2D. Grayscale: #656565. Windows color (decimal): -10398510 or 13784161. OLE color: 13784161.

HSL color Cylindrical-coordinate representation of color #6154D2: hue angle of 246.19º 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 #6154D2 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9784210-
CMYK0.540.600.18
HSL246.19º58.33%57.65%-
HSV(B)246.19º60%82.35%-
XYZ19.7313.5462.55-
YUV102.25188.81124.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 210 (82.42% from 255) = 53.71%
R=24.81%
G=21.48%
B=53.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97842100.540.600.18246.1958.3357.65
Hex6154D2363C012f63a3a
Octal14112432266740223667272
Binary110000110101001101001011011011110001001011110110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6154D2; }

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

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

<style>
 a { background-color: #6154D2; }

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

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

<style>
 span { border-color: #6154D2; }

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

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