Shades of Kingfisher Daisy #63248F
Tints of Kingfisher Daisy #63248F
RGB
CMYK
RGB Variations
Color information
#63248F (or 0x63248F) is known color: Kingfisher Daisy. HEX triplet: 63, 24 and 8F. RGB value is (99,36,143). Sum of RGB (Red+Green+Blue) = 99+36+143=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #63248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63248F is #9CDB70. Grayscale: #424242. Windows color (decimal): -10279793 or 9380963. OLE color: 9380963.
HSL color Cylindrical-coordinate representation of color #63248F: hue angle of 275.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63248F is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 36 | 143 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.44 |
| HSL | 275.33º | 0.6% | 0.35% | - |
| HSV(B) | 275.33º | 0.75% | 0.56% | - |
| XYZ | 10.73 | 5.9 | 26.56 | - |
| YUV | 67.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 143 | 0.31 | 0.75 | 0 | 0.44 | 275.33 | 0.6 | 0.35 |
| Hex | 63 | 24 | 8F | 1F | 4B | 0 | 2C | 113 | 3C | 23 |
| Octal | 143 | 44 | 217 | 37 | 113 | 0 | 54 | 423 | 74 | 43 |
| Binary | 1100011 | 100100 | 10001111 | 11111 | 1001011 | 0 | 101100 | 100010011 | 111100 | 100011 |
Color Harmonies of #63248F
Complementary color
Monochromatic Colors of #63248F
Black with #63248F
Text Example
Text Example
White with #63248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63248F; }
p { color: rgb(99,36,143); }
H1.HeaderClassName
{
color: #63248F;
}
.AnyTagClassName
{
color: #63248F;
}
</style>
background-color css
<style>
a { background-color: #63248F; }
a { background-color: rgb(99,36,143); }
div.DivClassName
{
background-color: #63248F;
}
.BgClassName
{
background-color: #63248F;
}
</style>
border-color css
<style>
span { border-color: #63248F; }
span { border-color: rgb(99,36,143); }
td.TdClassName
{
border-color: #63248F;
}
.TagClassName
{
border-color: #63248F;
}
</style>