#626B99

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

Shades of Waikawa Grey #626B99

Tints of Waikawa Grey #626B99

Color information

#626B99 (or 0x626B99) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6B and 99. RGB value is (98,107,153). Sum of RGB (Red+Green+Blue) = 98+107+153=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #626B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B99 is #9D9466. Grayscale: #6D6D6D. Windows color (decimal): -10327143 or 10054498. OLE color: 10054498.

HSL color Cylindrical-coordinate representation of color #626B99: hue angle of 230.18º 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 #626B99 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB98107153-
CMYK0.360.3000.4
HSL230.18º21.91%49.22%-
HSV(B)230.18º35.95%60%-
XYZ16.0415.4132.27-
YUV109.55152.52119.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=27.37%
G=29.89%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981071530.360.3000.4230.1821.9149.22
Hex626B99241E028e61631
Octal14215323144360503462661
Binary11000101101011100110011001001111001010001110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626B99; }

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

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

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

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

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

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

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

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