Shades of Waikawa Grey #636D9A
Tints of Waikawa Grey #636D9A
RGB
CMYK
RGB Variations
Color information
#636D9A (or 0x636D9A) is known color: Waikawa Grey. HEX triplet: 63, 6D and 9A. RGB value is (99,109,154). Sum of RGB (Red+Green+Blue) = 99+109+154=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #636D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D9A is #9C9265. Grayscale: #6E6E6E. Windows color (decimal): -10261094 or 10120547. OLE color: 10120547.
HSL color Cylindrical-coordinate representation of color #636D9A: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #636D9A is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 109 | 154 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.40 |
| HSL | 229.09º | 0.22% | 0.5% | - |
| HSV(B) | 229.09º | 0.36% | 0.6% | - |
| XYZ | 16.45 | 15.92 | 32.78 | - |
| YUV | 111.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 154 | 0.36 | 0.29 | 0 | 0.40 | 229.09 | 0.22 | 0.5 |
| Hex | 63 | 6D | 9A | 24 | 1D | 0 | 28 | E5 | 16 | 32 |
| Octal | 143 | 155 | 232 | 44 | 35 | 0 | 50 | 345 | 26 | 62 |
| Binary | 1100011 | 1101101 | 10011010 | 100100 | 11101 | 0 | 101000 | 11100101 | 10110 | 110010 |
Color Harmonies of #636D9A
Complementary color
Monochromatic Colors of #636D9A
Black with #636D9A
Text Example
Text Example
White with #636D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D9A; }
p { color: rgb(99,109,154); }
H1.HeaderClassName
{
color: #636D9A;
}
.AnyTagClassName
{
color: #636D9A;
}
</style>
background-color css
<style>
a { background-color: #636D9A; }
a { background-color: rgb(99,109,154); }
div.DivClassName
{
background-color: #636D9A;
}
.BgClassName
{
background-color: #636D9A;
}
</style>
border-color css
<style>
span { border-color: #636D9A; }
span { border-color: rgb(99,109,154); }
td.TdClassName
{
border-color: #636D9A;
}
.TagClassName
{
border-color: #636D9A;
}
</style>