#667999

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

Shades of Waikawa Grey #667999

Tints of Waikawa Grey #667999

Color information

#667999 (or 0x667999) is unknown color: approx Waikawa Grey. HEX triplet: 66, 79 and 99. RGB value is (102,121,153). Sum of RGB (Red+Green+Blue) = 102+121+153=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #667999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667999 is #998666. Grayscale: #767676. Windows color (decimal): -10061415 or 10058086. OLE color: 10058086.

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

Color convert

RGB102121153-
CMYK0.330.2100.4
HSL217.65º20%50%-
HSV(B)217.65º33.33%60%-
XYZ18.0718.832.81-
YUV118.97147.21115.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=27.13%
G=32.18%
B=40.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021211530.330.2100.4217.652050
Hex6679992115028da1432
Octal14617123141250503322462
Binary11001101111001100110011000011010101010001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667999; }

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

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

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

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

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

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

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

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