Shades of Waikawa Grey #636C98
Tints of Waikawa Grey #636C98
RGB
CMYK
RGB Variations
Color information
#636C98 (or 0x636C98) is known color: Waikawa Grey. HEX triplet: 63, 6C and 98. RGB value is (99,108,152). Sum of RGB (Red+Green+Blue) = 99+108+152=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #636C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636C98 is #9C9367. Grayscale: #6E6E6E. Windows color (decimal): -10261352 or 9989219. OLE color: 9989219.
HSL color Cylindrical-coordinate representation of color #636C98: hue angle of 229.81º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636C98 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 108 | 152 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.40 |
| HSL | 229.81º | 0.21% | 0.49% | - |
| HSV(B) | 229.81º | 0.35% | 0.6% | - |
| XYZ | 16.18 | 15.64 | 31.87 | - |
| YUV | 110.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 152 | 0.35 | 0.29 | 0 | 0.40 | 229.81 | 0.21 | 0.49 |
| Hex | 63 | 6C | 98 | 23 | 1D | 0 | 28 | E6 | 15 | 31 |
| Octal | 143 | 154 | 230 | 43 | 35 | 0 | 50 | 346 | 25 | 61 |
| Binary | 1100011 | 1101100 | 10011000 | 100011 | 11101 | 0 | 101000 | 11100110 | 10101 | 110001 |
Color Harmonies of #636C98
Complementary color
Monochromatic Colors of #636C98
Black with #636C98
Text Example
Text Example
White with #636C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C98; }
p { color: rgb(99,108,152); }
H1.HeaderClassName
{
color: #636C98;
}
.AnyTagClassName
{
color: #636C98;
}
</style>
background-color css
<style>
a { background-color: #636C98; }
a { background-color: rgb(99,108,152); }
div.DivClassName
{
background-color: #636C98;
}
.BgClassName
{
background-color: #636C98;
}
</style>
border-color css
<style>
span { border-color: #636C98; }
span { border-color: rgb(99,108,152); }
td.TdClassName
{
border-color: #636C98;
}
.TagClassName
{
border-color: #636C98;
}
</style>