Shades of Waikawa Grey #63688B
Tints of Waikawa Grey #63688B
RGB
CMYK
RGB Variations
Color information
#63688B (or 0x63688B) is known color: Waikawa Grey. HEX triplet: 63, 68 and 8B. RGB value is (99,104,139). Sum of RGB (Red+Green+Blue) = 99+104+139=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #63688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688B is #9C9774. Grayscale: #6A6A6A. Windows color (decimal): -10262389 or 9136227. OLE color: 9136227.
HSL color Cylindrical-coordinate representation of color #63688B: hue angle of 232.5º 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 #63688B is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 104 | 139 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.45 |
| HSL | 232.5º | 0.17% | 0.47% | - |
| HSV(B) | 232.5º | 0.29% | 0.55% | - |
| XYZ | 14.76 | 14.42 | 26.43 | - |
| YUV | 106.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 139 | 0.29 | 0.25 | 0 | 0.45 | 232.5 | 0.17 | 0.47 |
| Hex | 63 | 68 | 8B | 1D | 19 | 0 | 2D | E8 | 11 | 2F |
| Octal | 143 | 150 | 213 | 35 | 31 | 0 | 55 | 350 | 21 | 57 |
| Binary | 1100011 | 1101000 | 10001011 | 11101 | 11001 | 0 | 101101 | 11101000 | 10001 | 101111 |
Color Harmonies of #63688B
Complementary color
Monochromatic Colors of #63688B
Black with #63688B
Text Example
Text Example
White with #63688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63688B; }
p { color: rgb(99,104,139); }
H1.HeaderClassName
{
color: #63688B;
}
.AnyTagClassName
{
color: #63688B;
}
</style>
background-color css
<style>
a { background-color: #63688B; }
a { background-color: rgb(99,104,139); }
div.DivClassName
{
background-color: #63688B;
}
.BgClassName
{
background-color: #63688B;
}
</style>
border-color css
<style>
span { border-color: #63688B; }
span { border-color: rgb(99,104,139); }
td.TdClassName
{
border-color: #63688B;
}
.TagClassName
{
border-color: #63688B;
}
</style>