#666F9A

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

Shades of Waikawa Grey #666F9A

Tints of Waikawa Grey #666F9A

Color information

#666F9A (or 0x666F9A) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6F and 9A. RGB value is (102,111,154). Sum of RGB (Red+Green+Blue) = 102+111+154=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #666F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F9A is #999065. Grayscale: #717171. Windows color (decimal): -10063974 or 10121062. OLE color: 10121062.

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

Color convert

RGB102111154-
CMYK0.340.2800.40
HSL229.62º20.47%50.2%-
HSV(B)229.62º33.77%60.39%-
XYZ1716.5332.87-
YUV113.21151.02120-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=27.79%
G=30.25%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021111540.340.2800.40229.6220.4750.2
Hex666F9A221C028e61432
Octal14615723242340503462462
Binary11001101101111100110101000101110001010001110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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