#66718B

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

Shades of Waikawa Grey #66718B

Tints of Waikawa Grey #66718B

Color information

#66718B (or 0x66718B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 71 and 8B. RGB value is (102,113,139). Sum of RGB (Red+Green+Blue) = 102+113+139=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #66718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66718B is #998E74. Grayscale: #707070. Windows color (decimal): -10063477 or 9138534. OLE color: 9138534.

HSL color Cylindrical-coordinate representation of color #66718B: hue angle of 222.16º degrees, saturation: 0.15, 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 #66718B is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102113139-
CMYK0.270.1900.45
HSL222.16º15.35%47.25%-
HSV(B)222.16º26.62%54.51%-
XYZ16.0416.526.77-
YUV112.68142.86120.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=28.81%
G=31.92%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021131390.270.1900.45222.1615.3547.25
Hex66718B1B1302Ddef2f
Octal14616121333230553361757
Binary110011011100011000101111011100110101101110111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66718B; }

 p { color: rgb(102,113,139); }

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

<style>
 a { background-color: #66718B; }

 a { background-color: rgb(102,113,139); }

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

<style>
 span { border-color: #66718B; }

 span { border-color: rgb(102,113,139); }

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