#66758C

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

Shades of Waikawa Grey #66758C

Tints of Waikawa Grey #66758C

Color information

#66758C (or 0x66758C) is unknown color: approx Waikawa Grey. HEX triplet: 66, 75 and 8C. RGB value is (102,117,140). Sum of RGB (Red+Green+Blue) = 102+117+140=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #66758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758C is #998A73. Grayscale: #737373. Windows color (decimal): -10062452 or 9205094. OLE color: 9205094.

HSL color Cylindrical-coordinate representation of color #66758C: hue angle of 216.32º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66758C is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102117140-
CMYK0.270.1600.45
HSL216.32º15.7%47.45%-
HSV(B)216.32º27.14%54.9%-
XYZ16.5717.4427.3-
YUV115.14142.03118.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=28.41%
G=32.59%
B=39.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021171400.270.1600.45216.3215.747.45
Hex66758C1B1002Dd8102f
Octal14616521433200553302057
Binary1100110111010110001100110111000001011011101100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66758C; }

 p { color: rgb(102,117,140); }

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

<style>
 a { background-color: #66758C; }

 a { background-color: rgb(102,117,140); }

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

<style>
 span { border-color: #66758C; }

 span { border-color: rgb(102,117,140); }

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