Shades of Waikawa Grey #626C91
Tints of Waikawa Grey #626C91
RGB
CMYK
RGB Variations
Color information
#626C91 (or 0x626C91) is known color: Waikawa Grey. HEX triplet: 62, 6C and 91. RGB value is (98,108,145). Sum of RGB (Red+Green+Blue) = 98+108+145=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #626C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C91 is #9D936E. Grayscale: #6D6D6D. Windows color (decimal): -10326895 or 9530466. OLE color: 9530466.
HSL color Cylindrical-coordinate representation of color #626C91: hue angle of 227.23º 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 #626C91 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 108 | 145 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.43 |
| HSL | 227.23º | 0.19% | 0.48% | - |
| HSV(B) | 227.23º | 0.32% | 0.57% | - |
| XYZ | 15.51 | 15.37 | 28.94 | - |
| YUV | 109.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 145 | 0.32 | 0.26 | 0 | 0.43 | 227.23 | 0.19 | 0.48 |
| Hex | 62 | 6C | 91 | 20 | 1A | 0 | 2B | E3 | 13 | 30 |
| Octal | 142 | 154 | 221 | 40 | 32 | 0 | 53 | 343 | 23 | 60 |
| Binary | 1100010 | 1101100 | 10010001 | 100000 | 11010 | 0 | 101011 | 11100011 | 10011 | 110000 |
Color Harmonies of #626C91
Complementary color
Monochromatic Colors of #626C91
Black with #626C91
Text Example
Text Example
White with #626C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C91; }
p { color: rgb(98,108,145); }
H1.HeaderClassName
{
color: #626C91;
}
.AnyTagClassName
{
color: #626C91;
}
</style>
background-color css
<style>
a { background-color: #626C91; }
a { background-color: rgb(98,108,145); }
div.DivClassName
{
background-color: #626C91;
}
.BgClassName
{
background-color: #626C91;
}
</style>
border-color css
<style>
span { border-color: #626C91; }
span { border-color: rgb(98,108,145); }
td.TdClassName
{
border-color: #626C91;
}
.TagClassName
{
border-color: #626C91;
}
</style>