Shades of Waikawa Grey #63668F
Tints of Waikawa Grey #63668F
RGB
CMYK
RGB Variations
Color information
#63668F (or 0x63668F) is known color: Waikawa Grey. HEX triplet: 63, 66 and 8F. RGB value is (99,102,143). Sum of RGB (Red+Green+Blue) = 99+102+143=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #63668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63668F is #9C9970. Grayscale: #696969. Windows color (decimal): -10262897 or 9397859. OLE color: 9397859.
HSL color Cylindrical-coordinate representation of color #63668F: hue angle of 235.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63668F is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 102 | 143 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.44 |
| HSL | 235.91º | 0.18% | 0.47% | - |
| HSV(B) | 235.91º | 0.31% | 0.56% | - |
| XYZ | 14.85 | 14.14 | 27.93 | - |
| YUV | 105.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 143 | 0.31 | 0.29 | 0 | 0.44 | 235.91 | 0.18 | 0.47 |
| Hex | 63 | 66 | 8F | 1F | 1D | 0 | 2C | EC | 12 | 2F |
| Octal | 143 | 146 | 217 | 37 | 35 | 0 | 54 | 354 | 22 | 57 |
| Binary | 1100011 | 1100110 | 10001111 | 11111 | 11101 | 0 | 101100 | 11101100 | 10010 | 101111 |
Color Harmonies of #63668F
Complementary color
Monochromatic Colors of #63668F
Black with #63668F
Text Example
Text Example
White with #63668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63668F; }
p { color: rgb(99,102,143); }
H1.HeaderClassName
{
color: #63668F;
}
.AnyTagClassName
{
color: #63668F;
}
</style>
background-color css
<style>
a { background-color: #63668F; }
a { background-color: rgb(99,102,143); }
div.DivClassName
{
background-color: #63668F;
}
.BgClassName
{
background-color: #63668F;
}
</style>
border-color css
<style>
span { border-color: #63668F; }
span { border-color: rgb(99,102,143); }
td.TdClassName
{
border-color: #63668F;
}
.TagClassName
{
border-color: #63668F;
}
</style>