Shades of Waikawa Grey #626D99
Tints of Waikawa Grey #626D99
RGB
CMYK
RGB Variations
Color information
#626D99 (or 0x626D99) is known color: Waikawa Grey. HEX triplet: 62, 6D and 99. RGB value is (98,109,153). Sum of RGB (Red+Green+Blue) = 98+109+153=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #626D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D99 is #9D9266. Grayscale: #6E6E6E. Windows color (decimal): -10326631 or 10055010. OLE color: 10055010.
HSL color Cylindrical-coordinate representation of color #626D99: hue angle of 228º 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 #626D99 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 109 | 153 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.4 |
| HSL | 228º | 0.22% | 0.49% | - |
| HSV(B) | 228º | 0.36% | 0.6% | - |
| XYZ | 16.26 | 15.83 | 32.34 | - |
| YUV | 110.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 153 | 0.36 | 0.29 | 0 | 0.4 | 228 | 0.22 | 0.49 |
| Hex | 62 | 6D | 99 | 24 | 1D | 0 | 28 | E4 | 16 | 31 |
| Octal | 142 | 155 | 231 | 44 | 35 | 0 | 50 | 344 | 26 | 61 |
| Binary | 1100010 | 1101101 | 10011001 | 100100 | 11101 | 0 | 101000 | 11100100 | 10110 | 110001 |
Color Harmonies of #626D99
Complementary color
Monochromatic Colors of #626D99
Black with #626D99
Text Example
Text Example
White with #626D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D99; }
p { color: rgb(98,109,153); }
H1.HeaderClassName
{
color: #626D99;
}
.AnyTagClassName
{
color: #626D99;
}
</style>
background-color css
<style>
a { background-color: #626D99; }
a { background-color: rgb(98,109,153); }
div.DivClassName
{
background-color: #626D99;
}
.BgClassName
{
background-color: #626D99;
}
</style>
border-color css
<style>
span { border-color: #626D99; }
span { border-color: rgb(98,109,153); }
td.TdClassName
{
border-color: #626D99;
}
.TagClassName
{
border-color: #626D99;
}
</style>