Shades of Waikawa Grey #63698A
Tints of Waikawa Grey #63698A
RGB
CMYK
RGB Variations
Color information
#63698A (or 0x63698A) is known color: Waikawa Grey. HEX triplet: 63, 69 and 8A. RGB value is (99,105,138). Sum of RGB (Red+Green+Blue) = 99+105+138=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #63698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63698A is #9C9675. Grayscale: #6A6A6A. Windows color (decimal): -10262134 or 9070947. OLE color: 9070947.
HSL color Cylindrical-coordinate representation of color #63698A: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63698A is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 105 | 138 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.46 |
| HSL | 230.77º | 0.16% | 0.46% | - |
| HSV(B) | 230.77º | 0.28% | 0.54% | - |
| XYZ | 14.78 | 14.59 | 26.08 | - |
| YUV | 106.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 138 | 0.28 | 0.24 | 0 | 0.46 | 230.77 | 0.16 | 0.46 |
| Hex | 63 | 69 | 8A | 1C | 18 | 0 | 2E | E7 | 10 | 2E |
| Octal | 143 | 151 | 212 | 34 | 30 | 0 | 56 | 347 | 20 | 56 |
| Binary | 1100011 | 1101001 | 10001010 | 11100 | 11000 | 0 | 101110 | 11100111 | 10000 | 101110 |
Color Harmonies of #63698A
Complementary color
Monochromatic Colors of #63698A
Black with #63698A
Text Example
Text Example
White with #63698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63698A; }
p { color: rgb(99,105,138); }
H1.HeaderClassName
{
color: #63698A;
}
.AnyTagClassName
{
color: #63698A;
}
</style>
background-color css
<style>
a { background-color: #63698A; }
a { background-color: rgb(99,105,138); }
div.DivClassName
{
background-color: #63698A;
}
.BgClassName
{
background-color: #63698A;
}
</style>
border-color css
<style>
span { border-color: #63698A; }
span { border-color: rgb(99,105,138); }
td.TdClassName
{
border-color: #63698A;
}
.TagClassName
{
border-color: #63698A;
}
</style>