#666F9B

Color #666F9B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #666F9B

Tints of Waikawa Grey #666F9B

Color information

#666F9B (or 0x666F9B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6F and 9B. RGB value is (102,111,155). Sum of RGB (Red+Green+Blue) = 102+111+155=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #666F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F9B is #999064. Grayscale: #717171. Windows color (decimal): -10063973 or 10186598. OLE color: 10186598.

HSL color Cylindrical-coordinate representation of color #666F9B: hue angle of 229.81º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666F9B is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102111155-
CMYK0.340.2800.39
HSL229.81º20.95%50.39%-
HSV(B)229.81º34.19%60.78%-
XYZ17.0816.5633.31-
YUV113.32151.52119.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=27.72%
G=30.16%
B=42.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021111550.340.2800.39229.8120.9550.39
Hex666F9B221C027e61532
Octal14615723342340473462562
Binary11001101101111100110111000101110001001111110011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,111,155); }

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

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

 a { background-color: rgb(102,111,155); }

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

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

 span { border-color: rgb(102,111,155); }

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