#66719C

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

Shades of Waikawa Grey #66719C

Tints of Waikawa Grey #66719C

Color information

#66719C (or 0x66719C) is unknown color: approx Waikawa Grey. HEX triplet: 66, 71 and 9C. RGB value is (102,113,156). Sum of RGB (Red+Green+Blue) = 102+113+156=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #66719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66719C is #998E63. Grayscale: #727272. Windows color (decimal): -10063460 or 10252646. OLE color: 10252646.

HSL color Cylindrical-coordinate representation of color #66719C: hue angle of 227.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66719C is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102113156-
CMYK0.350.2800.39
HSL227.78º21.43%50.59%-
HSV(B)227.78º34.62%61.18%-
XYZ17.3917.0433.82-
YUV114.61151.36119-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=27.49%
G=30.46%
B=42.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021131560.350.2800.39227.7821.4350.59
Hex66719C231C027e41533
Octal14616123443340473442563
Binary11001101110001100111001000111110001001111110010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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