Shades of Waikawa Grey #636F9D
Tints of Waikawa Grey #636F9D
RGB
CMYK
RGB Variations
Color information
#636F9D (or 0x636F9D) is known color: Waikawa Grey. HEX triplet: 63, 6F and 9D. RGB value is (99,111,157). Sum of RGB (Red+Green+Blue) = 99+111+157=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #636F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F9D is #9C9062. Grayscale: #707070. Windows color (decimal): -10260579 or 10317667. OLE color: 10317667.
HSL color Cylindrical-coordinate representation of color #636F9D: hue angle of 227.59º 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 #636F9D is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 111 | 157 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.38 |
| HSL | 227.59º | 0.23% | 0.5% | - |
| HSV(B) | 227.59º | 0.37% | 0.62% | - |
| XYZ | 16.92 | 16.46 | 34.18 | - |
| YUV | 112.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 157 | 0.37 | 0.29 | 0 | 0.38 | 227.59 | 0.23 | 0.5 |
| Hex | 63 | 6F | 9D | 25 | 1D | 0 | 26 | E4 | 17 | 32 |
| Octal | 143 | 157 | 235 | 45 | 35 | 0 | 46 | 344 | 27 | 62 |
| Binary | 1100011 | 1101111 | 10011101 | 100101 | 11101 | 0 | 100110 | 11100100 | 10111 | 110010 |
Color Harmonies of #636F9D
Complementary color
Monochromatic Colors of #636F9D
Black with #636F9D
Text Example
Text Example
White with #636F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F9D; }
p { color: rgb(99,111,157); }
H1.HeaderClassName
{
color: #636F9D;
}
.AnyTagClassName
{
color: #636F9D;
}
</style>
background-color css
<style>
a { background-color: #636F9D; }
a { background-color: rgb(99,111,157); }
div.DivClassName
{
background-color: #636F9D;
}
.BgClassName
{
background-color: #636F9D;
}
</style>
border-color css
<style>
span { border-color: #636F9D; }
span { border-color: rgb(99,111,157); }
td.TdClassName
{
border-color: #636F9D;
}
.TagClassName
{
border-color: #636F9D;
}
</style>