Shades of Waikawa Grey #636B8B
Tints of Waikawa Grey #636B8B
RGB
CMYK
RGB Variations
Color information
#636B8B (or 0x636B8B) is known color: Waikawa Grey. HEX triplet: 63, 6B and 8B. RGB value is (99,107,139). Sum of RGB (Red+Green+Blue) = 99+107+139=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #636B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636B8B is #9C9474. Grayscale: #6C6C6C. Windows color (decimal): -10261621 or 9136995. OLE color: 9136995.
HSL color Cylindrical-coordinate representation of color #636B8B: hue angle of 228º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #636B8B is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 107 | 139 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.45 |
| HSL | 228º | 0.17% | 0.47% | - |
| HSV(B) | 228º | 0.29% | 0.55% | - |
| XYZ | 15.06 | 15.03 | 26.53 | - |
| YUV | 108.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 139 | 0.29 | 0.23 | 0 | 0.45 | 228 | 0.17 | 0.47 |
| Hex | 63 | 6B | 8B | 1D | 17 | 0 | 2D | E4 | 11 | 2F |
| Octal | 143 | 153 | 213 | 35 | 27 | 0 | 55 | 344 | 21 | 57 |
| Binary | 1100011 | 1101011 | 10001011 | 11101 | 10111 | 0 | 101101 | 11100100 | 10001 | 101111 |
Color Harmonies of #636B8B
Complementary color
Monochromatic Colors of #636B8B
Black with #636B8B
Text Example
Text Example
White with #636B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636B8B; }
p { color: rgb(99,107,139); }
H1.HeaderClassName
{
color: #636B8B;
}
.AnyTagClassName
{
color: #636B8B;
}
</style>
background-color css
<style>
a { background-color: #636B8B; }
a { background-color: rgb(99,107,139); }
div.DivClassName
{
background-color: #636B8B;
}
.BgClassName
{
background-color: #636B8B;
}
</style>
border-color css
<style>
span { border-color: #636B8B; }
span { border-color: rgb(99,107,139); }
td.TdClassName
{
border-color: #636B8B;
}
.TagClassName
{
border-color: #636B8B;
}
</style>