Shades of Waikawa Grey #636C99
Tints of Waikawa Grey #636C99
RGB
CMYK
RGB Variations
Color information
#636C99 (or 0x636C99) is known color: Waikawa Grey. HEX triplet: 63, 6C and 99. RGB value is (99,108,153). Sum of RGB (Red+Green+Blue) = 99+108+153=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #636C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636C99 is #9C9366. Grayscale: #6E6E6E. Windows color (decimal): -10261351 or 10054755. OLE color: 10054755.
HSL color Cylindrical-coordinate representation of color #636C99: hue angle of 230º 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 #636C99 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 108 | 153 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.4 |
| HSL | 230º | 0.21% | 0.49% | - |
| HSV(B) | 230º | 0.35% | 0.6% | - |
| XYZ | 16.26 | 15.68 | 32.31 | - |
| YUV | 110.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 153 | 0.35 | 0.29 | 0 | 0.4 | 230 | 0.21 | 0.49 |
| Hex | 63 | 6C | 99 | 23 | 1D | 0 | 28 | E6 | 15 | 31 |
| Octal | 143 | 154 | 231 | 43 | 35 | 0 | 50 | 346 | 25 | 61 |
| Binary | 1100011 | 1101100 | 10011001 | 100011 | 11101 | 0 | 101000 | 11100110 | 10101 | 110001 |
Color Harmonies of #636C99
Complementary color
Monochromatic Colors of #636C99
Black with #636C99
Text Example
Text Example
White with #636C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C99; }
p { color: rgb(99,108,153); }
H1.HeaderClassName
{
color: #636C99;
}
.AnyTagClassName
{
color: #636C99;
}
</style>
background-color css
<style>
a { background-color: #636C99; }
a { background-color: rgb(99,108,153); }
div.DivClassName
{
background-color: #636C99;
}
.BgClassName
{
background-color: #636C99;
}
</style>
border-color css
<style>
span { border-color: #636C99; }
span { border-color: rgb(99,108,153); }
td.TdClassName
{
border-color: #636C99;
}
.TagClassName
{
border-color: #636C99;
}
</style>