Shades of Kingfisher Daisy #632885
Tints of Kingfisher Daisy #632885
RGB
CMYK
RGB Variations
Color information
#632885 (or 0x632885) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 85. RGB value is (99,40,133). Sum of RGB (Red+Green+Blue) = 99+40+133=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #632885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632885 is #9CD77A. Grayscale: #434343. Windows color (decimal): -10278779 or 8726627. OLE color: 8726627.
HSL color Cylindrical-coordinate representation of color #632885: hue angle of 278.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632885 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 40 | 133 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.48 |
| HSL | 278.06º | 0.54% | 0.34% | - |
| HSV(B) | 278.06º | 0.7% | 0.52% | - |
| XYZ | 10.14 | 5.86 | 22.79 | - |
| YUV | 68.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 133 | 0.26 | 0.70 | 0 | 0.48 | 278.06 | 0.54 | 0.34 |
| Hex | 63 | 28 | 85 | 1A | 46 | 0 | 30 | 116 | 36 | 22 |
| Octal | 143 | 50 | 205 | 32 | 106 | 0 | 60 | 426 | 66 | 42 |
| Binary | 1100011 | 101000 | 10000101 | 11010 | 1000110 | 0 | 110000 | 100010110 | 110110 | 100010 |
Color Harmonies of #632885
Complementary color
Monochromatic Colors of #632885
Black with #632885
Text Example
Text Example
White with #632885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632885; }
p { color: rgb(99,40,133); }
H1.HeaderClassName
{
color: #632885;
}
.AnyTagClassName
{
color: #632885;
}
</style>
background-color css
<style>
a { background-color: #632885; }
a { background-color: rgb(99,40,133); }
div.DivClassName
{
background-color: #632885;
}
.BgClassName
{
background-color: #632885;
}
</style>
border-color css
<style>
span { border-color: #632885; }
span { border-color: rgb(99,40,133); }
td.TdClassName
{
border-color: #632885;
}
.TagClassName
{
border-color: #632885;
}
</style>