Shades of Kingfisher Daisy #63287F
Tints of Kingfisher Daisy #63287F
RGB
CMYK
RGB Variations
Color information
#63287F (or 0x63287F) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 7F. RGB value is (99,40,127). Sum of RGB (Red+Green+Blue) = 99+40+127=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #63287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63287F is #9CD780. Grayscale: #434343. Windows color (decimal): -10278785 or 8333411. OLE color: 8333411.
HSL color Cylindrical-coordinate representation of color #63287F: hue angle of 280.69º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63287F is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 40 | 127 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.50 |
| HSL | 280.69º | 0.52% | 0.33% | - |
| HSV(B) | 280.69º | 0.69% | 0.5% | - |
| XYZ | 9.74 | 5.7 | 20.67 | - |
| YUV | 67.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 127 | 0.22 | 0.69 | 0 | 0.50 | 280.69 | 0.52 | 0.33 |
| Hex | 63 | 28 | 7F | 16 | 45 | 0 | 32 | 119 | 34 | 21 |
| Octal | 143 | 50 | 177 | 26 | 105 | 0 | 62 | 431 | 64 | 41 |
| Binary | 1100011 | 101000 | 1111111 | 10110 | 1000101 | 0 | 110010 | 100011001 | 110100 | 100001 |
Color Harmonies of #63287F
Complementary color
Monochromatic Colors of #63287F
Black with #63287F
Text Example
Text Example
White with #63287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63287F; }
p { color: rgb(99,40,127); }
H1.HeaderClassName
{
color: #63287F;
}
.AnyTagClassName
{
color: #63287F;
}
</style>
background-color css
<style>
a { background-color: #63287F; }
a { background-color: rgb(99,40,127); }
div.DivClassName
{
background-color: #63287F;
}
.BgClassName
{
background-color: #63287F;
}
</style>
border-color css
<style>
span { border-color: #63287F; }
span { border-color: rgb(99,40,127); }
td.TdClassName
{
border-color: #63287F;
}
.TagClassName
{
border-color: #63287F;
}
</style>