Shades of Waikawa Grey #636D9E
Tints of Waikawa Grey #636D9E
RGB
CMYK
RGB Variations
Color information
#636D9E (or 0x636D9E) is known color: Waikawa Grey. HEX triplet: 63, 6D and 9E. RGB value is (99,109,158). Sum of RGB (Red+Green+Blue) = 99+109+158=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #636D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D9E is #9C9261. Grayscale: #6F6F6F. Windows color (decimal): -10261090 or 10382691. OLE color: 10382691.
HSL color Cylindrical-coordinate representation of color #636D9E: hue angle of 229.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #636D9E is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 109 | 158 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.38 |
| HSL | 229.83º | 0.23% | 0.5% | - |
| HSV(B) | 229.83º | 0.37% | 0.62% | - |
| XYZ | 16.79 | 16.06 | 34.56 | - |
| YUV | 111.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 158 | 0.37 | 0.31 | 0 | 0.38 | 229.83 | 0.23 | 0.5 |
| Hex | 63 | 6D | 9E | 25 | 1F | 0 | 26 | E6 | 17 | 32 |
| Octal | 143 | 155 | 236 | 45 | 37 | 0 | 46 | 346 | 27 | 62 |
| Binary | 1100011 | 1101101 | 10011110 | 100101 | 11111 | 0 | 100110 | 11100110 | 10111 | 110010 |
Color Harmonies of #636D9E
Complementary color
Monochromatic Colors of #636D9E
Black with #636D9E
Text Example
Text Example
White with #636D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D9E; }
p { color: rgb(99,109,158); }
H1.HeaderClassName
{
color: #636D9E;
}
.AnyTagClassName
{
color: #636D9E;
}
</style>
background-color css
<style>
a { background-color: #636D9E; }
a { background-color: rgb(99,109,158); }
div.DivClassName
{
background-color: #636D9E;
}
.BgClassName
{
background-color: #636D9E;
}
</style>
border-color css
<style>
span { border-color: #636D9E; }
span { border-color: rgb(99,109,158); }
td.TdClassName
{
border-color: #636D9E;
}
.TagClassName
{
border-color: #636D9E;
}
</style>