#667499

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

Shades of Waikawa Grey #667499

Tints of Waikawa Grey #667499

Color information

#667499 (or 0x667499) is unknown color: approx Waikawa Grey. HEX triplet: 66, 74 and 99. RGB value is (102,116,153). Sum of RGB (Red+Green+Blue) = 102+116+153=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #667499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667499 is #998B66. Grayscale: #737373. Windows color (decimal): -10062695 or 10056806. OLE color: 10056806.

HSL color Cylindrical-coordinate representation of color #667499: hue angle of 223.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667499 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102116153-
CMYK0.330.2400.4
HSL223.53º20%50%-
HSV(B)223.53º33.33%60%-
XYZ17.4717.6232.62-
YUV116.03148.86117.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=27.49%
G=31.27%
B=41.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021161530.330.2400.4223.532050
Hex6674992118028e01432
Octal14616423141300503402462
Binary11001101110100100110011000011100001010001110000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667499; }

 p { color: rgb(102,116,153); }

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

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

 a { background-color: rgb(102,116,153); }

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

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

 span { border-color: rgb(102,116,153); }

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