#667591

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

Shades of Waikawa Grey #667591

Tints of Waikawa Grey #667591

Color information

#667591 (or 0x667591) is unknown color: approx Waikawa Grey. HEX triplet: 66, 75 and 91. RGB value is (102,117,145). Sum of RGB (Red+Green+Blue) = 102+117+145=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #667591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667591 is #998A6E. Grayscale: #737373. Windows color (decimal): -10062447 or 9532774. OLE color: 9532774.

HSL color Cylindrical-coordinate representation of color #667591: hue angle of 219.07º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667591 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102117145-
CMYK0.300.1900.43
HSL219.07º17.41%48.43%-
HSV(B)219.07º29.66%56.86%-
XYZ16.9517.5929.29-
YUV115.71144.53118.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=28.02%
G=32.14%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021171450.300.1900.43219.0717.4148.43
Hex6675911E1302Bdb1130
Octal14616522136230533332160
Binary1100110111010110010001111101001101010111101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667591; }

 p { color: rgb(102,117,145); }

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

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

 a { background-color: rgb(102,117,145); }

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

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

 span { border-color: rgb(102,117,145); }

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