Shades of Waikawa Grey #63699B
Tints of Waikawa Grey #63699B
RGB
CMYK
RGB Variations
Color information
#63699B (or 0x63699B) is known color: Waikawa Grey. HEX triplet: 63, 69 and 9B. RGB value is (99,105,155). Sum of RGB (Red+Green+Blue) = 99+105+155=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #63699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63699B is #9C9664. Grayscale: #6C6C6C. Windows color (decimal): -10262117 or 10185059. OLE color: 10185059.
HSL color Cylindrical-coordinate representation of color #63699B: hue angle of 233.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63699B is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 105 | 155 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.39 |
| HSL | 233.57º | 0.22% | 0.5% | - |
| HSV(B) | 233.57º | 0.36% | 0.61% | - |
| XYZ | 16.11 | 15.12 | 33.08 | - |
| YUV | 108.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 155 | 0.36 | 0.32 | 0 | 0.39 | 233.57 | 0.22 | 0.5 |
| Hex | 63 | 69 | 9B | 24 | 20 | 0 | 27 | EA | 16 | 32 |
| Octal | 143 | 151 | 233 | 44 | 40 | 0 | 47 | 352 | 26 | 62 |
| Binary | 1100011 | 1101001 | 10011011 | 100100 | 100000 | 0 | 100111 | 11101010 | 10110 | 110010 |
Color Harmonies of #63699B
Complementary color
Monochromatic Colors of #63699B
Black with #63699B
Text Example
Text Example
White with #63699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63699B; }
p { color: rgb(99,105,155); }
H1.HeaderClassName
{
color: #63699B;
}
.AnyTagClassName
{
color: #63699B;
}
</style>
background-color css
<style>
a { background-color: #63699B; }
a { background-color: rgb(99,105,155); }
div.DivClassName
{
background-color: #63699B;
}
.BgClassName
{
background-color: #63699B;
}
</style>
border-color css
<style>
span { border-color: #63699B; }
span { border-color: rgb(99,105,155); }
td.TdClassName
{
border-color: #63699B;
}
.TagClassName
{
border-color: #63699B;
}
</style>