#66708F

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

Shades of Waikawa Grey #66708F

Tints of Waikawa Grey #66708F

Color information

#66708F (or 0x66708F) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 8F. RGB value is (102,112,143). Sum of RGB (Red+Green+Blue) = 102+112+143=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #66708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66708F is #998F70. Grayscale: #707070. Windows color (decimal): -10063729 or 9400422. OLE color: 9400422.

HSL color Cylindrical-coordinate representation of color #66708F: hue angle of 225.37º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66708F is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102112143-
CMYK0.290.2200.44
HSL225.37º16.73%48.04%-
HSV(B)225.37º28.67%56.08%-
XYZ16.2316.428.3-
YUV112.54145.19120.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=28.57%
G=31.37%
B=40.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021121430.290.2200.44225.3716.7348.04
Hex66708F1D1602Ce11130
Octal14616021735260543412160
Binary1100110111000010001111111011011001011001110000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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