#6166CB

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

Shades of Slate Blue #6166CB

Tints of Slate Blue #6166CB

Color information

#6166CB (or 0x6166CB) is unknown color: approx Slate Blue. HEX triplet: 61, 66 and CB. RGB value is (97,102,203). Sum of RGB (Red+Green+Blue) = 97+102+203=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6166CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166CB is #9E9934. Grayscale: #6F6F6F. Windows color (decimal): -10393909 or 13330017. OLE color: 13330017.

HSL color Cylindrical-coordinate representation of color #6166CB: hue angle of 237.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6166CB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97102203-
CMYK0.520.5000.20
HSL237.17º50.48%58.82%-
HSV(B)237.17º52.22%79.61%-
XYZ20.4616.3658.58-
YUV112.02179.34117.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=24.13%
G=25.37%
B=50.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971022030.520.5000.20237.1750.4858.82
Hex6166CB3432014ed323b
Octal14114631364620243556273
Binary110000111001101100101111010011001001010011101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6166CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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