Shades of Waikawa Grey #636D91
Tints of Waikawa Grey #636D91
RGB
CMYK
RGB Variations
Color information
#636D91 (or 0x636D91) is known color: Waikawa Grey. HEX triplet: 63, 6D and 91. RGB value is (99,109,145). Sum of RGB (Red+Green+Blue) = 99+109+145=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #636D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D91 is #9C926E. Grayscale: #6D6D6D. Windows color (decimal): -10261103 or 9530723. OLE color: 9530723.
HSL color Cylindrical-coordinate representation of color #636D91: hue angle of 226.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 #636D91 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 109 | 145 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.43 |
| HSL | 226.96º | 0.19% | 0.48% | - |
| HSV(B) | 226.96º | 0.32% | 0.57% | - |
| XYZ | 15.73 | 15.63 | 28.98 | - |
| YUV | 110.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 145 | 0.32 | 0.25 | 0 | 0.43 | 226.96 | 0.19 | 0.48 |
| Hex | 63 | 6D | 91 | 20 | 19 | 0 | 2B | E3 | 13 | 30 |
| Octal | 143 | 155 | 221 | 40 | 31 | 0 | 53 | 343 | 23 | 60 |
| Binary | 1100011 | 1101101 | 10010001 | 100000 | 11001 | 0 | 101011 | 11100011 | 10011 | 110000 |
Color Harmonies of #636D91
Complementary color
Monochromatic Colors of #636D91
Black with #636D91
Text Example
Text Example
White with #636D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D91; }
p { color: rgb(99,109,145); }
H1.HeaderClassName
{
color: #636D91;
}
.AnyTagClassName
{
color: #636D91;
}
</style>
background-color css
<style>
a { background-color: #636D91; }
a { background-color: rgb(99,109,145); }
div.DivClassName
{
background-color: #636D91;
}
.BgClassName
{
background-color: #636D91;
}
</style>
border-color css
<style>
span { border-color: #636D91; }
span { border-color: rgb(99,109,145); }
td.TdClassName
{
border-color: #636D91;
}
.TagClassName
{
border-color: #636D91;
}
</style>