#66708D

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

Shades of Waikawa Grey #66708D

Tints of Waikawa Grey #66708D

Color information

#66708D (or 0x66708D) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 8D. RGB value is (102,112,141). Sum of RGB (Red+Green+Blue) = 102+112+141=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #66708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66708D is #998F72. Grayscale: #707070. Windows color (decimal): -10063731 or 9269350. OLE color: 9269350.

HSL color Cylindrical-coordinate representation of color #66708D: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66708D is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102112141-
CMYK0.280.2100.45
HSL224.62º16.05%47.65%-
HSV(B)224.62º27.66%55.29%-
XYZ16.0816.3427.5-
YUV112.32144.19120.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=28.73%
G=31.55%
B=39.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021121410.280.2100.45224.6216.0547.65
Hex66708D1C1502De11030
Octal14616021534250553412060
Binary1100110111000010001101111001010101011011110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66708D; }

 p { color: rgb(102,112,141); }

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

<style>
 a { background-color: #66708D; }

 a { background-color: rgb(102,112,141); }

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

<style>
 span { border-color: #66708D; }

 span { border-color: rgb(102,112,141); }

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