Shades of Kingfisher Daisy #63278E
Tints of Kingfisher Daisy #63278E
RGB
CMYK
RGB Variations
Color information
#63278E (or 0x63278E) is known color: Kingfisher Daisy. HEX triplet: 63, 27 and 8E. RGB value is (99,39,142). Sum of RGB (Red+Green+Blue) = 99+39+142=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #63278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63278E is #9CD871. Grayscale: #444444. Windows color (decimal): -10279026 or 9316195. OLE color: 9316195.
HSL color Cylindrical-coordinate representation of color #63278E: hue angle of 274.95º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63278E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 39 | 142 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.44 |
| HSL | 274.95º | 0.57% | 0.35% | - |
| HSV(B) | 274.95º | 0.73% | 0.56% | - |
| XYZ | 10.75 | 6.06 | 26.19 | - |
| YUV | 68.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 142 | 0.30 | 0.73 | 0 | 0.44 | 274.95 | 0.57 | 0.35 |
| Hex | 63 | 27 | 8E | 1E | 49 | 0 | 2C | 113 | 39 | 23 |
| Octal | 143 | 47 | 216 | 36 | 111 | 0 | 54 | 423 | 71 | 43 |
| Binary | 1100011 | 100111 | 10001110 | 11110 | 1001001 | 0 | 101100 | 100010011 | 111001 | 100011 |
Color Harmonies of #63278E
Complementary color
Monochromatic Colors of #63278E
Black with #63278E
Text Example
Text Example
White with #63278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63278E; }
p { color: rgb(99,39,142); }
H1.HeaderClassName
{
color: #63278E;
}
.AnyTagClassName
{
color: #63278E;
}
</style>
background-color css
<style>
a { background-color: #63278E; }
a { background-color: rgb(99,39,142); }
div.DivClassName
{
background-color: #63278E;
}
.BgClassName
{
background-color: #63278E;
}
</style>
border-color css
<style>
span { border-color: #63278E; }
span { border-color: rgb(99,39,142); }
td.TdClassName
{
border-color: #63278E;
}
.TagClassName
{
border-color: #63278E;
}
</style>