#66769B

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

Shades of Waikawa Grey #66769B

Tints of Waikawa Grey #66769B

Color information

#66769B (or 0x66769B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 9B. RGB value is (102,118,155). Sum of RGB (Red+Green+Blue) = 102+118+155=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #66769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66769B is #998964. Grayscale: #757575. Windows color (decimal): -10062181 or 10188390. OLE color: 10188390.

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

Color convert

RGB102118155-
CMYK0.340.2400.39
HSL221.89º20.95%50.39%-
HSV(B)221.89º34.19%60.78%-
XYZ17.8718.1533.57-
YUV117.43149.2116.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=27.2%
G=31.47%
B=41.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021181550.340.2400.39221.8920.9550.39
Hex66769B2218027de1532
Octal14616623342300473362562
Binary11001101110110100110111000101100001001111101111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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