#666D89

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

Shades of Waikawa Grey #666D89

Tints of Waikawa Grey #666D89

Color information

#666D89 (or 0x666D89) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6D and 89. RGB value is (102,109,137). Sum of RGB (Red+Green+Blue) = 102+109+137=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #666D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D89 is #999276. Grayscale: #6D6D6D. Windows color (decimal): -10064503 or 9006438. OLE color: 9006438.

HSL color Cylindrical-coordinate representation of color #666D89: hue angle of 228º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666D89 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102109137-
CMYK0.260.2000.46
HSL228º14.64%46.86%-
HSV(B)228º25.55%53.73%-
XYZ15.4615.5725.86-
YUV110.1143.18122.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=29.31%
G=31.32%
B=39.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021091370.260.2000.4622814.6446.86
Hex666D891A1402Ee4f2f
Octal14615521132240563441757
Binary110011011011011000100111010101000101110111001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,137); }

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

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

 a { background-color: rgb(102,109,137); }

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

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

 span { border-color: rgb(102,109,137); }

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