Shades of Waikawa Grey #63688C
Tints of Waikawa Grey #63688C
RGB
CMYK
RGB Variations
Color information
#63688C (or 0x63688C) is known color: Waikawa Grey. HEX triplet: 63, 68 and 8C. RGB value is (99,104,140). Sum of RGB (Red+Green+Blue) = 99+104+140=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #63688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688C is #9C9773. Grayscale: #6A6A6A. Windows color (decimal): -10262388 or 9201763. OLE color: 9201763.
HSL color Cylindrical-coordinate representation of color #63688C: hue angle of 232.68º 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 #63688C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 104 | 140 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.45 |
| HSL | 232.68º | 0.17% | 0.47% | - |
| HSV(B) | 232.68º | 0.29% | 0.55% | - |
| XYZ | 14.83 | 14.45 | 26.82 | - |
| YUV | 106.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 140 | 0.29 | 0.26 | 0 | 0.45 | 232.68 | 0.17 | 0.47 |
| Hex | 63 | 68 | 8C | 1D | 1A | 0 | 2D | E9 | 11 | 2F |
| Octal | 143 | 150 | 214 | 35 | 32 | 0 | 55 | 351 | 21 | 57 |
| Binary | 1100011 | 1101000 | 10001100 | 11101 | 11010 | 0 | 101101 | 11101001 | 10001 | 101111 |
Color Harmonies of #63688C
Complementary color
Monochromatic Colors of #63688C
Black with #63688C
Text Example
Text Example
White with #63688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63688C; }
p { color: rgb(99,104,140); }
H1.HeaderClassName
{
color: #63688C;
}
.AnyTagClassName
{
color: #63688C;
}
</style>
background-color css
<style>
a { background-color: #63688C; }
a { background-color: rgb(99,104,140); }
div.DivClassName
{
background-color: #63688C;
}
.BgClassName
{
background-color: #63688C;
}
</style>
border-color css
<style>
span { border-color: #63688C; }
span { border-color: rgb(99,104,140); }
td.TdClassName
{
border-color: #63688C;
}
.TagClassName
{
border-color: #63688C;
}
</style>