#667691

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

Shades of Waikawa Grey #667691

Tints of Waikawa Grey #667691

Color information

#667691 (or 0x667691) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 91. RGB value is (102,118,145). Sum of RGB (Red+Green+Blue) = 102+118+145=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #667691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667691 is #99896E. Grayscale: #747474. Windows color (decimal): -10062191 or 9533030. OLE color: 9533030.

HSL color Cylindrical-coordinate representation of color #667691: hue angle of 217.67º 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 #667691 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102118145-
CMYK0.300.1900.43
HSL217.67º17.41%48.43%-
HSV(B)217.67º29.66%56.86%-
XYZ17.0717.8329.33-
YUV116.29144.2117.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 145 (57.03% from 255) = 39.73%
R=27.95%
G=32.33%
B=39.73%

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
Decimal1021181450.300.1900.43217.6717.4148.43
Hex6676911E1302Bda1130
Octal14616622136230533322160
Binary1100110111011010010001111101001101010111101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667691; }

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

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

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

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

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

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

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

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