#66769D

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

Shades of Waikawa Grey #66769D

Tints of Waikawa Grey #66769D

Color information

#66769D (or 0x66769D) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 9D. RGB value is (102,118,157). Sum of RGB (Red+Green+Blue) = 102+118+157=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #66769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66769D is #998962. Grayscale: #757575. Windows color (decimal): -10062179 or 10319462. OLE color: 10319462.

HSL color Cylindrical-coordinate representation of color #66769D: hue angle of 222.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66769D is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102118157-
CMYK0.350.2500.38
HSL222.55º21.91%50.78%-
HSV(B)222.55º35.03%61.57%-
XYZ18.0418.2234.46-
YUV117.66150.2116.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=27.06%
G=31.30%
B=41.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021181570.350.2500.38222.5521.9150.78
Hex66769D2319026df1633
Octal14616623543310463372663
Binary11001101110110100111011000111100101001101101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66769D; }

 p { color: rgb(102,118,157); }

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

<style>
 a { background-color: #66769D; }

 a { background-color: rgb(102,118,157); }

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

<style>
 span { border-color: #66769D; }

 span { border-color: rgb(102,118,157); }

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