Shades of Kingfisher Daisy #63477D
Tints of Kingfisher Daisy #63477D
RGB
CMYK
RGB Variations
Color information
#63477D (or 0x63477D) is known color: Kingfisher Daisy. HEX triplet: 63, 47 and 7D. RGB value is (99,71,125). Sum of RGB (Red+Green+Blue) = 99+71+125=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #63477D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63477D is #9CB882. Grayscale: #555555. Windows color (decimal): -10270851 or 8210275. OLE color: 8210275.
HSL color Cylindrical-coordinate representation of color #63477D: hue angle of 271.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63477D is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 71 | 125 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.51 |
| HSL | 271.11º | 0.28% | 0.38% | - |
| HSV(B) | 271.11º | 0.43% | 0.49% | - |
| XYZ | 11.1 | 8.64 | 20.48 | - |
| YUV | 85.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 125 | 0.21 | 0.43 | 0 | 0.51 | 271.11 | 0.28 | 0.38 |
| Hex | 63 | 47 | 7D | 15 | 2B | 0 | 33 | 10F | 1C | 26 |
| Octal | 143 | 107 | 175 | 25 | 53 | 0 | 63 | 417 | 34 | 46 |
| Binary | 1100011 | 1000111 | 1111101 | 10101 | 101011 | 0 | 110011 | 100001111 | 11100 | 100110 |
Color Harmonies of #63477D
Complementary color
Monochromatic Colors of #63477D
Black with #63477D
Text Example
Text Example
White with #63477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63477D; }
p { color: rgb(99,71,125); }
H1.HeaderClassName
{
color: #63477D;
}
.AnyTagClassName
{
color: #63477D;
}
</style>
background-color css
<style>
a { background-color: #63477D; }
a { background-color: rgb(99,71,125); }
div.DivClassName
{
background-color: #63477D;
}
.BgClassName
{
background-color: #63477D;
}
</style>
border-color css
<style>
span { border-color: #63477D; }
span { border-color: rgb(99,71,125); }
td.TdClassName
{
border-color: #63477D;
}
.TagClassName
{
border-color: #63477D;
}
</style>