Shades of Kingfisher Daisy #63337E
Tints of Kingfisher Daisy #63337E
RGB
CMYK
RGB Variations
Color information
#63337E (or 0x63337E) is known color: Kingfisher Daisy. HEX triplet: 63, 33 and 7E. RGB value is (99,51,126). Sum of RGB (Red+Green+Blue) = 99+51+126=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #63337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63337E is #9CCC81. Grayscale: #494949. Windows color (decimal): -10275970 or 8270691. OLE color: 8270691.
HSL color Cylindrical-coordinate representation of color #63337E: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63337E is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 51 | 126 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.51 |
| HSL | 278.4º | 0.42% | 0.35% | - |
| HSV(B) | 278.4º | 0.6% | 0.49% | - |
| XYZ | 10.1 | 6.53 | 20.47 | - |
| YUV | 73.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 126 | 0.21 | 0.60 | 0 | 0.51 | 278.4 | 0.42 | 0.35 |
| Hex | 63 | 33 | 7E | 15 | 3C | 0 | 33 | 116 | 2A | 23 |
| Octal | 143 | 63 | 176 | 25 | 74 | 0 | 63 | 426 | 52 | 43 |
| Binary | 1100011 | 110011 | 1111110 | 10101 | 111100 | 0 | 110011 | 100010110 | 101010 | 100011 |
Color Harmonies of #63337E
Complementary color
Monochromatic Colors of #63337E
Black with #63337E
Text Example
Text Example
White with #63337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63337E; }
p { color: rgb(99,51,126); }
H1.HeaderClassName
{
color: #63337E;
}
.AnyTagClassName
{
color: #63337E;
}
</style>
background-color css
<style>
a { background-color: #63337E; }
a { background-color: rgb(99,51,126); }
div.DivClassName
{
background-color: #63337E;
}
.BgClassName
{
background-color: #63337E;
}
</style>
border-color css
<style>
span { border-color: #63337E; }
span { border-color: rgb(99,51,126); }
td.TdClassName
{
border-color: #63337E;
}
.TagClassName
{
border-color: #63337E;
}
</style>