#66758E

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

Shades of Waikawa Grey #66758E

Tints of Waikawa Grey #66758E

Color information

#66758E (or 0x66758E) is unknown color: approx Waikawa Grey. HEX triplet: 66, 75 and 8E. RGB value is (102,117,142). Sum of RGB (Red+Green+Blue) = 102+117+142=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #66758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758E is #998A71. Grayscale: #737373. Windows color (decimal): -10062450 or 9336166. OLE color: 9336166.

HSL color Cylindrical-coordinate representation of color #66758E: hue angle of 217.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66758E is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102117142-
CMYK0.280.1800.44
HSL217.5º16.39%47.84%-
HSV(B)217.5º28.17%55.69%-
XYZ16.7217.528.09-
YUV115.36143.03118.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=28.25%
G=32.41%
B=39.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021171420.280.1800.44217.516.3947.84
Hex66758E1C1202Cda1030
Octal14616521634220543322060
Binary1100110111010110001110111001001001011001101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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