Shades of Kingfisher Daisy #632095
Tints of Kingfisher Daisy #632095
RGB
CMYK
RGB Variations
Color information
#632095 (or 0x632095) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 95. RGB value is (99,32,149). Sum of RGB (Red+Green+Blue) = 99+32+149=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #632095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632095 is #9CDF6A. Grayscale: #404040. Windows color (decimal): -10280811 or 9773155. OLE color: 9773155.
HSL color Cylindrical-coordinate representation of color #632095: hue angle of 274.36º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632095 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 32 | 149 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.42 |
| HSL | 274.36º | 0.65% | 0.35% | - |
| HSV(B) | 274.36º | 0.79% | 0.58% | - |
| XYZ | 11.09 | 5.86 | 28.98 | - |
| YUV | 65.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 149 | 0.34 | 0.79 | 0 | 0.42 | 274.36 | 0.65 | 0.35 |
| Hex | 63 | 20 | 95 | 22 | 4F | 0 | 2A | 112 | 41 | 23 |
| Octal | 143 | 40 | 225 | 42 | 117 | 0 | 52 | 422 | 101 | 43 |
| Binary | 1100011 | 100000 | 10010101 | 100010 | 1001111 | 0 | 101010 | 100010010 | 1000001 | 100011 |
Color Harmonies of #632095
Complementary color
Monochromatic Colors of #632095
Black with #632095
Text Example
Text Example
White with #632095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632095; }
p { color: rgb(99,32,149); }
H1.HeaderClassName
{
color: #632095;
}
.AnyTagClassName
{
color: #632095;
}
</style>
background-color css
<style>
a { background-color: #632095; }
a { background-color: rgb(99,32,149); }
div.DivClassName
{
background-color: #632095;
}
.BgClassName
{
background-color: #632095;
}
</style>
border-color css
<style>
span { border-color: #632095; }
span { border-color: rgb(99,32,149); }
td.TdClassName
{
border-color: #632095;
}
.TagClassName
{
border-color: #632095;
}
</style>