#626999

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

Shades of Waikawa Grey #626999

Tints of Waikawa Grey #626999

Color information

#626999 (or 0x626999) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 99. RGB value is (98,105,153). Sum of RGB (Red+Green+Blue) = 98+105+153=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #626999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626999 is #9D9666. Grayscale: #6C6C6C. Windows color (decimal): -10327655 or 10053986. OLE color: 10053986.

HSL color Cylindrical-coordinate representation of color #626999: hue angle of 232.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626999 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB98105153-
CMYK0.360.3100.4
HSL232.36º21.91%49.22%-
HSV(B)232.36º35.95%60%-
XYZ15.841532.2-
YUV108.38153.18120.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=27.53%
G=29.49%
B=42.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981051530.360.3100.4232.3621.9149.22
Hex626999241F028e81631
Octal14215123144370503502661
Binary11000101101001100110011001001111101010001110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626999; }

 p { color: rgb(98,105,153); }

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

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

 a { background-color: rgb(98,105,153); }

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

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

 span { border-color: rgb(98,105,153); }

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