Shades of Waikawa Grey #636B83
Tints of Waikawa Grey #636B83
RGB
CMYK
RGB Variations
Color information
#636B83 (or 0x636B83) is known color: Waikawa Grey. HEX triplet: 63, 6B and 83. RGB value is (99,107,131). Sum of RGB (Red+Green+Blue) = 99+107+131=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #636B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636B83 is #9C947C. Grayscale: #6B6B6B. Windows color (decimal): -10261629 or 8612707. OLE color: 8612707.
HSL color Cylindrical-coordinate representation of color #636B83: hue angle of 225º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636B83 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 107 | 131 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.49 |
| HSL | 225º | 0.14% | 0.45% | - |
| HSV(B) | 225º | 0.24% | 0.51% | - |
| XYZ | 14.5 | 14.81 | 23.57 | - |
| YUV | 107.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 131 | 0.24 | 0.18 | 0 | 0.49 | 225 | 0.14 | 0.45 |
| Hex | 63 | 6B | 83 | 18 | 12 | 0 | 31 | E1 | E | 2D |
| Octal | 143 | 153 | 203 | 30 | 22 | 0 | 61 | 341 | 16 | 55 |
| Binary | 1100011 | 1101011 | 10000011 | 11000 | 10010 | 0 | 110001 | 11100001 | 1110 | 101101 |
Color Harmonies of #636B83
Complementary color
Monochromatic Colors of #636B83
Black with #636B83
Text Example
Text Example
White with #636B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636B83; }
p { color: rgb(99,107,131); }
H1.HeaderClassName
{
color: #636B83;
}
.AnyTagClassName
{
color: #636B83;
}
</style>
background-color css
<style>
a { background-color: #636B83; }
a { background-color: rgb(99,107,131); }
div.DivClassName
{
background-color: #636B83;
}
.BgClassName
{
background-color: #636B83;
}
</style>
border-color css
<style>
span { border-color: #636B83; }
span { border-color: rgb(99,107,131); }
td.TdClassName
{
border-color: #636B83;
}
.TagClassName
{
border-color: #636B83;
}
</style>