Shades of Waikawa Grey #636F99
Tints of Waikawa Grey #636F99
RGB
CMYK
RGB Variations
Color information
#636F99 (or 0x636F99) is known color: Waikawa Grey. HEX triplet: 63, 6F and 99. RGB value is (99,111,153). Sum of RGB (Red+Green+Blue) = 99+111+153=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #636F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F99 is #9C9066. Grayscale: #707070. Windows color (decimal): -10260583 or 10055523. OLE color: 10055523.
HSL color Cylindrical-coordinate representation of color #636F99: hue angle of 226.67º 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 #636F99 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 111 | 153 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.4 |
| HSL | 226.67º | 0.21% | 0.49% | - |
| HSV(B) | 226.67º | 0.35% | 0.6% | - |
| XYZ | 16.58 | 16.32 | 32.41 | - |
| YUV | 112.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 153 | 0.35 | 0.27 | 0 | 0.4 | 226.67 | 0.21 | 0.49 |
| Hex | 63 | 6F | 99 | 23 | 1B | 0 | 28 | E3 | 15 | 31 |
| Octal | 143 | 157 | 231 | 43 | 33 | 0 | 50 | 343 | 25 | 61 |
| Binary | 1100011 | 1101111 | 10011001 | 100011 | 11011 | 0 | 101000 | 11100011 | 10101 | 110001 |
Color Harmonies of #636F99
Complementary color
Monochromatic Colors of #636F99
Black with #636F99
Text Example
Text Example
White with #636F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F99; }
p { color: rgb(99,111,153); }
H1.HeaderClassName
{
color: #636F99;
}
.AnyTagClassName
{
color: #636F99;
}
</style>
background-color css
<style>
a { background-color: #636F99; }
a { background-color: rgb(99,111,153); }
div.DivClassName
{
background-color: #636F99;
}
.BgClassName
{
background-color: #636F99;
}
</style>
border-color css
<style>
span { border-color: #636F99; }
span { border-color: rgb(99,111,153); }
td.TdClassName
{
border-color: #636F99;
}
.TagClassName
{
border-color: #636F99;
}
</style>