Shades of Kingfisher Daisy #63277D
Tints of Kingfisher Daisy #63277D
RGB
CMYK
RGB Variations
Color information
#63277D (or 0x63277D) is known color: Kingfisher Daisy. HEX triplet: 63, 27 and 7D. RGB value is (99,39,125). Sum of RGB (Red+Green+Blue) = 99+39+125=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #63277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63277D is #9CD882. Grayscale: #424242. Windows color (decimal): -10279043 or 8202083. OLE color: 8202083.
HSL color Cylindrical-coordinate representation of color #63277D: hue angle of 281.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63277D is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 39 | 125 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.51 |
| HSL | 281.86º | 0.52% | 0.32% | - |
| HSV(B) | 281.86º | 0.69% | 0.49% | - |
| XYZ | 9.57 | 5.58 | 19.98 | - |
| YUV | 66.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 125 | 0.21 | 0.69 | 0 | 0.51 | 281.86 | 0.52 | 0.32 |
| Hex | 63 | 27 | 7D | 15 | 45 | 0 | 33 | 11A | 34 | 20 |
| Octal | 143 | 47 | 175 | 25 | 105 | 0 | 63 | 432 | 64 | 40 |
| Binary | 1100011 | 100111 | 1111101 | 10101 | 1000101 | 0 | 110011 | 100011010 | 110100 | 100000 |
Color Harmonies of #63277D
Complementary color
Monochromatic Colors of #63277D
Black with #63277D
Text Example
Text Example
White with #63277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63277D; }
p { color: rgb(99,39,125); }
H1.HeaderClassName
{
color: #63277D;
}
.AnyTagClassName
{
color: #63277D;
}
</style>
background-color css
<style>
a { background-color: #63277D; }
a { background-color: rgb(99,39,125); }
div.DivClassName
{
background-color: #63277D;
}
.BgClassName
{
background-color: #63277D;
}
</style>
border-color css
<style>
span { border-color: #63277D; }
span { border-color: rgb(99,39,125); }
td.TdClassName
{
border-color: #63277D;
}
.TagClassName
{
border-color: #63277D;
}
</style>