Shades of Kingfisher Daisy #63407D
Tints of Kingfisher Daisy #63407D
RGB
CMYK
RGB Variations
Color information
#63407D (or 0x63407D) is known color: Kingfisher Daisy. HEX triplet: 63, 40 and 7D. RGB value is (99,64,125). Sum of RGB (Red+Green+Blue) = 99+64+125=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #63407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63407D is #9CBF82. Grayscale: #515151. Windows color (decimal): -10272643 or 8208483. OLE color: 8208483.
HSL color Cylindrical-coordinate representation of color #63407D: hue angle of 274.43º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63407D is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 64 | 125 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.51 |
| HSL | 274.43º | 0.32% | 0.37% | - |
| HSV(B) | 274.43º | 0.49% | 0.49% | - |
| XYZ | 10.68 | 7.8 | 20.34 | - |
| YUV | 81.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 125 | 0.21 | 0.49 | 0 | 0.51 | 274.43 | 0.32 | 0.37 |
| Hex | 63 | 40 | 7D | 15 | 31 | 0 | 33 | 112 | 20 | 25 |
| Octal | 143 | 100 | 175 | 25 | 61 | 0 | 63 | 422 | 40 | 45 |
| Binary | 1100011 | 1000000 | 1111101 | 10101 | 110001 | 0 | 110011 | 100010010 | 100000 | 100101 |
Color Harmonies of #63407D
Complementary color
Monochromatic Colors of #63407D
Black with #63407D
Text Example
Text Example
White with #63407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63407D; }
p { color: rgb(99,64,125); }
H1.HeaderClassName
{
color: #63407D;
}
.AnyTagClassName
{
color: #63407D;
}
</style>
background-color css
<style>
a { background-color: #63407D; }
a { background-color: rgb(99,64,125); }
div.DivClassName
{
background-color: #63407D;
}
.BgClassName
{
background-color: #63407D;
}
</style>
border-color css
<style>
span { border-color: #63407D; }
span { border-color: rgb(99,64,125); }
td.TdClassName
{
border-color: #63407D;
}
.TagClassName
{
border-color: #63407D;
}
</style>