#666BCF

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

Shades of Slate Blue #666BCF

Tints of Slate Blue #666BCF

Color information

#666BCF (or 0x666BCF) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and CF. RGB value is (102,107,207). Sum of RGB (Red+Green+Blue) = 102+107+207=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #666BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCF is #999430. Grayscale: #747474. Windows color (decimal): -10064945 or 13593446. OLE color: 13593446.

HSL color Cylindrical-coordinate representation of color #666BCF: hue angle of 237.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666BCF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102107207-
CMYK0.510.4800.19
HSL237.14º52.24%60.59%-
HSV(B)237.14º50.72%81.18%-
XYZ2217.8561.32-
YUV116.9178.84117.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=24.52%
G=25.72%
B=49.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021072070.510.4800.19237.1452.2460.59
Hex666BCF3330013ed343d
Octal14615331763600233556475
Binary110011011010111100111111001111000001001111101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666BCF; }

 p { color: rgb(102,107,207); }

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

<style>
 a { background-color: #666BCF; }

 a { background-color: rgb(102,107,207); }

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

<style>
 span { border-color: #666BCF; }

 span { border-color: rgb(102,107,207); }

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