Shades of Waikawa Grey #63759B
Tints of Waikawa Grey #63759B
RGB
CMYK
RGB Variations
Color information
#63759B (or 0x63759B) is known color: Waikawa Grey. HEX triplet: 63, 75 and 9B. RGB value is (99,117,155). Sum of RGB (Red+Green+Blue) = 99+117+155=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #63759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759B is #9C8A64. Grayscale: #737373. Windows color (decimal): -10259045 or 10188131. OLE color: 10188131.
HSL color Cylindrical-coordinate representation of color #63759B: hue angle of 220.71º 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 #63759B is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 117 | 155 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.39 |
| HSL | 220.71º | 0.22% | 0.5% | - |
| HSV(B) | 220.71º | 0.36% | 0.61% | - |
| XYZ | 17.42 | 17.74 | 33.52 | - |
| YUV | 115.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 155 | 0.36 | 0.25 | 0 | 0.39 | 220.71 | 0.22 | 0.5 |
| Hex | 63 | 75 | 9B | 24 | 19 | 0 | 27 | DD | 16 | 32 |
| Octal | 143 | 165 | 233 | 44 | 31 | 0 | 47 | 335 | 26 | 62 |
| Binary | 1100011 | 1110101 | 10011011 | 100100 | 11001 | 0 | 100111 | 11011101 | 10110 | 110010 |
Color Harmonies of #63759B
Complementary color
Monochromatic Colors of #63759B
Black with #63759B
Text Example
Text Example
White with #63759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63759B; }
p { color: rgb(99,117,155); }
H1.HeaderClassName
{
color: #63759B;
}
.AnyTagClassName
{
color: #63759B;
}
</style>
background-color css
<style>
a { background-color: #63759B; }
a { background-color: rgb(99,117,155); }
div.DivClassName
{
background-color: #63759B;
}
.BgClassName
{
background-color: #63759B;
}
</style>
border-color css
<style>
span { border-color: #63759B; }
span { border-color: rgb(99,117,155); }
td.TdClassName
{
border-color: #63759B;
}
.TagClassName
{
border-color: #63759B;
}
</style>