#66709B

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

Shades of Waikawa Grey #66709B

Tints of Waikawa Grey #66709B

Color information

#66709B (or 0x66709B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 9B. RGB value is (102,112,155). Sum of RGB (Red+Green+Blue) = 102+112+155=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #66709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66709B is #998F64. Grayscale: #717171. Windows color (decimal): -10063717 or 10186854. OLE color: 10186854.

HSL color Cylindrical-coordinate representation of color #66709B: hue angle of 228.68º 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 #66709B is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102112155-
CMYK0.340.2800.39
HSL228.68º20.95%50.39%-
HSV(B)228.68º34.19%60.78%-
XYZ17.1916.7833.34-
YUV113.91151.19119.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=27.64%
G=30.35%
B=42.01%

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
Decimal1021121550.340.2800.39228.6820.9550.39
Hex66709B221C027e51532
Octal14616023342340473452562
Binary11001101110000100110111000101110001001111110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66709B; }

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

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

<style>
 a { background-color: #66709B; }

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

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

<style>
 span { border-color: #66709B; }

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

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