Shades of Kingfisher Daisy #632F86
Tints of Kingfisher Daisy #632F86
RGB
CMYK
RGB Variations
Color information
#632F86 (or 0x632F86) is known color: Kingfisher Daisy. HEX triplet: 63, 2F and 86. RGB value is (99,47,134). Sum of RGB (Red+Green+Blue) = 99+47+134=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #632F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632F86 is #9CD079. Grayscale: #484848. Windows color (decimal): -10276986 or 8793955. OLE color: 8793955.
HSL color Cylindrical-coordinate representation of color #632F86: hue angle of 275.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632F86 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 47 | 134 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.47 |
| HSL | 275.86º | 0.48% | 0.35% | - |
| HSV(B) | 275.86º | 0.65% | 0.53% | - |
| XYZ | 10.47 | 6.41 | 23.24 | - |
| YUV | 72.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 134 | 0.26 | 0.65 | 0 | 0.47 | 275.86 | 0.48 | 0.35 |
| Hex | 63 | 2F | 86 | 1A | 41 | 0 | 2F | 114 | 30 | 23 |
| Octal | 143 | 57 | 206 | 32 | 101 | 0 | 57 | 424 | 60 | 43 |
| Binary | 1100011 | 101111 | 10000110 | 11010 | 1000001 | 0 | 101111 | 100010100 | 110000 | 100011 |
Color Harmonies of #632F86
Complementary color
Monochromatic Colors of #632F86
Black with #632F86
Text Example
Text Example
White with #632F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F86; }
p { color: rgb(99,47,134); }
H1.HeaderClassName
{
color: #632F86;
}
.AnyTagClassName
{
color: #632F86;
}
</style>
background-color css
<style>
a { background-color: #632F86; }
a { background-color: rgb(99,47,134); }
div.DivClassName
{
background-color: #632F86;
}
.BgClassName
{
background-color: #632F86;
}
</style>
border-color css
<style>
span { border-color: #632F86; }
span { border-color: rgb(99,47,134); }
td.TdClassName
{
border-color: #632F86;
}
.TagClassName
{
border-color: #632F86;
}
</style>