#6166DF

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

Shades of Slate Blue #6166DF

Tints of Slate Blue #6166DF

Color information

#6166DF (or 0x6166DF) is unknown color: approx Slate Blue. HEX triplet: 61, 66 and DF. RGB value is (97,102,223). Sum of RGB (Red+Green+Blue) = 97+102+223=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6166DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166DF is #9E9920. Grayscale: #717171. Windows color (decimal): -10393889 or 14640737. OLE color: 14640737.

HSL color Cylindrical-coordinate representation of color #6166DF: hue angle of 237.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6166DF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97102223-
CMYK0.570.5400.13
HSL237.62º66.32%62.75%-
HSV(B)237.62º56.5%87.45%-
XYZ2317.3771.95-
YUV114.3189.34115.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=22.99%
G=24.17%
B=52.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971022230.570.5400.13237.6266.3262.75
Hex6166DF39360Dee423f
Octal141146337716601535610277
Binary110000111001101101111111100111011001101111011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6166DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,102,223); }

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

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

 a { background-color: rgb(97,102,223); }

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

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

 span { border-color: rgb(97,102,223); }

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