#66739E

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

Shades of Waikawa Grey #66739E

Tints of Waikawa Grey #66739E

Color information

#66739E (or 0x66739E) is unknown color: approx Waikawa Grey. HEX triplet: 66, 73 and 9E. RGB value is (102,115,158). Sum of RGB (Red+Green+Blue) = 102+115+158=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #66739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66739E is #998C61. Grayscale: #737373. Windows color (decimal): -10062946 or 10384230. OLE color: 10384230.

HSL color Cylindrical-coordinate representation of color #66739E: hue angle of 226.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66739E is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102115158-
CMYK0.350.2700.38
HSL226.07º22.4%50.98%-
HSV(B)226.07º35.44%61.96%-
XYZ17.7817.5534.8-
YUV116.01151.69118-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=27.2%
G=30.67%
B=42.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021151580.350.2700.38226.0722.450.98
Hex66739E231B026e21633
Octal14616323643330463422663
Binary11001101110011100111101000111101101001101110001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,115,158); }

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

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

 a { background-color: rgb(102,115,158); }

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

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

 span { border-color: rgb(102,115,158); }

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