#66799A

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

Shades of Waikawa Grey #66799A

Tints of Waikawa Grey #66799A

Color information

#66799A (or 0x66799A) is unknown color: approx Waikawa Grey. HEX triplet: 66, 79 and 9A. RGB value is (102,121,154). Sum of RGB (Red+Green+Blue) = 102+121+154=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #66799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66799A is #998665. Grayscale: #767676. Windows color (decimal): -10061414 or 10123622. OLE color: 10123622.

HSL color Cylindrical-coordinate representation of color #66799A: hue angle of 218.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66799A is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102121154-
CMYK0.340.2100.40
HSL218.08º20.47%50.2%-
HSV(B)218.08º33.77%60.39%-
XYZ18.1518.8333.25-
YUV119.08147.71115.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=27.06%
G=32.10%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021211540.340.2100.40218.0820.4750.2
Hex66799A2215028da1432
Octal14617123242250503322462
Binary11001101111001100110101000101010101010001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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