Shades of Waikawa Grey #636A99
Tints of Waikawa Grey #636A99
RGB
CMYK
RGB Variations
Color information
#636A99 (or 0x636A99) is known color: Waikawa Grey. HEX triplet: 63, 6A and 99. RGB value is (99,106,153). Sum of RGB (Red+Green+Blue) = 99+106+153=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #636A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A99 is #9C9566. Grayscale: #6D6D6D. Windows color (decimal): -10261863 or 10054243. OLE color: 10054243.
HSL color Cylindrical-coordinate representation of color #636A99: hue angle of 232.22º 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 #636A99 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 106 | 153 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.4 |
| HSL | 232.22º | 0.21% | 0.49% | - |
| HSV(B) | 232.22º | 0.35% | 0.6% | - |
| XYZ | 16.05 | 15.26 | 32.24 | - |
| YUV | 109.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 153 | 0.35 | 0.31 | 0 | 0.4 | 232.22 | 0.21 | 0.49 |
| Hex | 63 | 6A | 99 | 23 | 1F | 0 | 28 | E8 | 15 | 31 |
| Octal | 143 | 152 | 231 | 43 | 37 | 0 | 50 | 350 | 25 | 61 |
| Binary | 1100011 | 1101010 | 10011001 | 100011 | 11111 | 0 | 101000 | 11101000 | 10101 | 110001 |
Color Harmonies of #636A99
Complementary color
Monochromatic Colors of #636A99
Black with #636A99
Text Example
Text Example
White with #636A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A99; }
p { color: rgb(99,106,153); }
H1.HeaderClassName
{
color: #636A99;
}
.AnyTagClassName
{
color: #636A99;
}
</style>
background-color css
<style>
a { background-color: #636A99; }
a { background-color: rgb(99,106,153); }
div.DivClassName
{
background-color: #636A99;
}
.BgClassName
{
background-color: #636A99;
}
</style>
border-color css
<style>
span { border-color: #636A99; }
span { border-color: rgb(99,106,153); }
td.TdClassName
{
border-color: #636A99;
}
.TagClassName
{
border-color: #636A99;
}
</style>