Shades of Waikawa Grey #626D91
Tints of Waikawa Grey #626D91
RGB
CMYK
RGB Variations
Color information
#626D91 (or 0x626D91) is known color: Waikawa Grey. HEX triplet: 62, 6D and 91. RGB value is (98,109,145). Sum of RGB (Red+Green+Blue) = 98+109+145=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #626D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D91 is #9D926E. Grayscale: #6D6D6D. Windows color (decimal): -10326639 or 9530722. OLE color: 9530722.
HSL color Cylindrical-coordinate representation of color #626D91: hue angle of 225.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626D91 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 109 | 145 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.43 |
| HSL | 225.96º | 0.19% | 0.48% | - |
| HSV(B) | 225.96º | 0.32% | 0.57% | - |
| XYZ | 15.62 | 15.58 | 28.97 | - |
| YUV | 109.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 145 | 0.32 | 0.25 | 0 | 0.43 | 225.96 | 0.19 | 0.48 |
| Hex | 62 | 6D | 91 | 20 | 19 | 0 | 2B | E2 | 13 | 30 |
| Octal | 142 | 155 | 221 | 40 | 31 | 0 | 53 | 342 | 23 | 60 |
| Binary | 1100010 | 1101101 | 10010001 | 100000 | 11001 | 0 | 101011 | 11100010 | 10011 | 110000 |
Color Harmonies of #626D91
Complementary color
Monochromatic Colors of #626D91
Black with #626D91
Text Example
Text Example
White with #626D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D91; }
p { color: rgb(98,109,145); }
H1.HeaderClassName
{
color: #626D91;
}
.AnyTagClassName
{
color: #626D91;
}
</style>
background-color css
<style>
a { background-color: #626D91; }
a { background-color: rgb(98,109,145); }
div.DivClassName
{
background-color: #626D91;
}
.BgClassName
{
background-color: #626D91;
}
</style>
border-color css
<style>
span { border-color: #626D91; }
span { border-color: rgb(98,109,145); }
td.TdClassName
{
border-color: #626D91;
}
.TagClassName
{
border-color: #626D91;
}
</style>