#667690

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

Shades of Waikawa Grey #667690

Tints of Waikawa Grey #667690

Color information

#667690 (or 0x667690) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 90. RGB value is (102,118,144). Sum of RGB (Red+Green+Blue) = 102+118+144=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #667690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667690 is #99896F. Grayscale: #747474. Windows color (decimal): -10062192 or 9467494. OLE color: 9467494.

HSL color Cylindrical-coordinate representation of color #667690: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667690 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102118144-
CMYK0.290.1800.44
HSL217.14º17.07%48.24%-
HSV(B)217.14º29.17%56.47%-
XYZ16.9917.828.92-
YUV116.18143.7117.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=28.02%
G=32.42%
B=39.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021181440.290.1800.44217.1417.0748.24
Hex6676901D1202Cd91130
Octal14616622035220543312160
Binary1100110111011010010000111011001001011001101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667690; }

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

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

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

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

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

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

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

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