#6555DF

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

Shades of Slate Blue #6555DF

Tints of Slate Blue #6555DF

Color information

#6555DF (or 0x6555DF) is unknown color: approx Slate Blue. HEX triplet: 65, 55 and DF. RGB value is (101,85,223). Sum of RGB (Red+Green+Blue) = 101+85+223=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #6555DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555DF is #9AAA20. Grayscale: #686868. Windows color (decimal): -10136097 or 14636389. OLE color: 14636389.

HSL color Cylindrical-coordinate representation of color #6555DF: hue angle of 246.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6555DF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10185223-
CMYK0.550.6200.13
HSL246.96º68.32%60.39%-
HSV(B)246.96º61.88%87.45%-
XYZ21.9314.5971.47-
YUV105.52194.3124.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=24.69%
G=20.78%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101852230.550.6200.13246.9668.3260.39
Hex6555DF373E0Df7443c
Octal145125337677601536710474
Binary110010110101011101111111011111111001101111101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555DF; }

 p { color: rgb(101,85,223); }

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

<style>
 a { background-color: #6555DF; }

 a { background-color: rgb(101,85,223); }

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

<style>
 span { border-color: #6555DF; }

 span { border-color: rgb(101,85,223); }

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