Shades of Kingfisher Daisy #63298B
Tints of Kingfisher Daisy #63298B
RGB
CMYK
RGB Variations
Color information
#63298B (or 0x63298B) is known color: Kingfisher Daisy. HEX triplet: 63, 29 and 8B. RGB value is (99,41,139). Sum of RGB (Red+Green+Blue) = 99+41+139=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #63298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63298B is #9CD674. Grayscale: #454545. Windows color (decimal): -10278517 or 9120099. OLE color: 9120099.
HSL color Cylindrical-coordinate representation of color #63298B: hue angle of 275.51º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63298B is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 41 | 139 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.45 |
| HSL | 275.51º | 0.54% | 0.35% | - |
| HSV(B) | 275.51º | 0.71% | 0.55% | - |
| XYZ | 10.6 | 6.1 | 25.05 | - |
| YUV | 69.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 139 | 0.29 | 0.71 | 0 | 0.45 | 275.51 | 0.54 | 0.35 |
| Hex | 63 | 29 | 8B | 1D | 47 | 0 | 2D | 114 | 36 | 23 |
| Octal | 143 | 51 | 213 | 35 | 107 | 0 | 55 | 424 | 66 | 43 |
| Binary | 1100011 | 101001 | 10001011 | 11101 | 1000111 | 0 | 101101 | 100010100 | 110110 | 100011 |
Color Harmonies of #63298B
Complementary color
Monochromatic Colors of #63298B
Black with #63298B
Text Example
Text Example
White with #63298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63298B; }
p { color: rgb(99,41,139); }
H1.HeaderClassName
{
color: #63298B;
}
.AnyTagClassName
{
color: #63298B;
}
</style>
background-color css
<style>
a { background-color: #63298B; }
a { background-color: rgb(99,41,139); }
div.DivClassName
{
background-color: #63298B;
}
.BgClassName
{
background-color: #63298B;
}
</style>
border-color css
<style>
span { border-color: #63298B; }
span { border-color: rgb(99,41,139); }
td.TdClassName
{
border-color: #63298B;
}
.TagClassName
{
border-color: #63298B;
}
</style>