#66799F

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

Shades of Waikawa Grey #66799F

Tints of Waikawa Grey #66799F

Color information

#66799F (or 0x66799F) is unknown color: approx Waikawa Grey. HEX triplet: 66, 79 and 9F. RGB value is (102,121,159). Sum of RGB (Red+Green+Blue) = 102+121+159=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #66799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66799F is #998660. Grayscale: #777777. Windows color (decimal): -10061409 or 10451302. OLE color: 10451302.

HSL color Cylindrical-coordinate representation of color #66799F: hue angle of 220º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66799F is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102121159-
CMYK0.360.2400.38
HSL220º22.89%51.18%-
HSV(B)220º35.85%62.35%-
XYZ18.571935.49-
YUV119.65150.21115.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=26.70%
G=31.68%
B=41.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021211590.360.2400.3822022.8951.18
Hex66799F2418026dc1733
Octal14617123744300463342763
Binary11001101111001100111111001001100001001101101110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66799F; }

 p { color: rgb(102,121,159); }

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

<style>
 a { background-color: #66799F; }

 a { background-color: rgb(102,121,159); }

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

<style>
 span { border-color: #66799F; }

 span { border-color: rgb(102,121,159); }

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