#667699

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

Shades of Waikawa Grey #667699

Tints of Waikawa Grey #667699

Color information

#667699 (or 0x667699) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 99. RGB value is (102,118,153). Sum of RGB (Red+Green+Blue) = 102+118+153=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #667699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667699 is #998966. Grayscale: #757575. Windows color (decimal): -10062183 or 10057318. OLE color: 10057318.

HSL color Cylindrical-coordinate representation of color #667699: hue angle of 221.18º 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 #667699 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102118153-
CMYK0.330.2300.4
HSL221.18º20%50%-
HSV(B)221.18º33.33%60%-
XYZ17.7118.0832.69-
YUV117.21148.2117.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=27.35%
G=31.64%
B=41.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021181530.330.2300.4221.182050
Hex6676992117028dd1432
Octal14616623141270503352462
Binary11001101110110100110011000011011101010001101110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667699; }

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

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

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

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

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

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

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

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