#626C99

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

Shades of Waikawa Grey #626C99

Tints of Waikawa Grey #626C99

Color information

#626C99 (or 0x626C99) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6C and 99. RGB value is (98,108,153). Sum of RGB (Red+Green+Blue) = 98+108+153=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #626C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C99 is #9D9366. Grayscale: #6D6D6D. Windows color (decimal): -10326887 or 10054754. OLE color: 10054754.

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

Color convert

RGB98108153-
CMYK0.360.2900.4
HSL229.09º21.91%49.22%-
HSV(B)229.09º35.95%60%-
XYZ16.1515.6232.3-
YUV110.14152.19119.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=27.30%
G=30.08%
B=42.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981081530.360.2900.4229.0921.9149.22
Hex626C99241D028e51631
Octal14215423144350503452661
Binary11000101101100100110011001001110101010001110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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