Shades of Waikawa Grey #636F95
Tints of Waikawa Grey #636F95
RGB
CMYK
RGB Variations
Color information
#636F95 (or 0x636F95) is known color: Waikawa Grey. HEX triplet: 63, 6F and 95. RGB value is (99,111,149). Sum of RGB (Red+Green+Blue) = 99+111+149=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #636F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F95 is #9C906A. Grayscale: #6F6F6F. Windows color (decimal): -10260587 or 9793379. OLE color: 9793379.
HSL color Cylindrical-coordinate representation of color #636F95: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #636F95 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 111 | 149 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.42 |
| HSL | 225.6º | 0.2% | 0.49% | - |
| HSV(B) | 225.6º | 0.34% | 0.58% | - |
| XYZ | 16.25 | 16.19 | 30.7 | - |
| YUV | 111.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 149 | 0.34 | 0.26 | 0 | 0.42 | 225.6 | 0.2 | 0.49 |
| Hex | 63 | 6F | 95 | 22 | 1A | 0 | 2A | E2 | 14 | 31 |
| Octal | 143 | 157 | 225 | 42 | 32 | 0 | 52 | 342 | 24 | 61 |
| Binary | 1100011 | 1101111 | 10010101 | 100010 | 11010 | 0 | 101010 | 11100010 | 10100 | 110001 |
Color Harmonies of #636F95
Complementary color
Monochromatic Colors of #636F95
Black with #636F95
Text Example
Text Example
White with #636F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F95; }
p { color: rgb(99,111,149); }
H1.HeaderClassName
{
color: #636F95;
}
.AnyTagClassName
{
color: #636F95;
}
</style>
background-color css
<style>
a { background-color: #636F95; }
a { background-color: rgb(99,111,149); }
div.DivClassName
{
background-color: #636F95;
}
.BgClassName
{
background-color: #636F95;
}
</style>
border-color css
<style>
span { border-color: #636F95; }
span { border-color: rgb(99,111,149); }
td.TdClassName
{
border-color: #636F95;
}
.TagClassName
{
border-color: #636F95;
}
</style>