Shades of Kingfisher Daisy #632595
Tints of Kingfisher Daisy #632595
RGB
CMYK
RGB Variations
Color information
#632595 (or 0x632595) is known color: Kingfisher Daisy. HEX triplet: 63, 25 and 95. RGB value is (99,37,149). Sum of RGB (Red+Green+Blue) = 99+37+149=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #632595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632595 is #9CDA6A. Grayscale: #434343. Windows color (decimal): -10279531 or 9774435. OLE color: 9774435.
HSL color Cylindrical-coordinate representation of color #632595: hue angle of 273.21º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632595 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 37 | 149 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.42 |
| HSL | 273.21º | 0.6% | 0.36% | - |
| HSV(B) | 273.21º | 0.75% | 0.58% | - |
| XYZ | 11.23 | 6.15 | 29.03 | - |
| YUV | 68.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 149 | 0.34 | 0.75 | 0 | 0.42 | 273.21 | 0.6 | 0.36 |
| Hex | 63 | 25 | 95 | 22 | 4B | 0 | 2A | 111 | 3C | 24 |
| Octal | 143 | 45 | 225 | 42 | 113 | 0 | 52 | 421 | 74 | 44 |
| Binary | 1100011 | 100101 | 10010101 | 100010 | 1001011 | 0 | 101010 | 100010001 | 111100 | 100100 |
Color Harmonies of #632595
Complementary color
Monochromatic Colors of #632595
Black with #632595
Text Example
Text Example
White with #632595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632595; }
p { color: rgb(99,37,149); }
H1.HeaderClassName
{
color: #632595;
}
.AnyTagClassName
{
color: #632595;
}
</style>
background-color css
<style>
a { background-color: #632595; }
a { background-color: rgb(99,37,149); }
div.DivClassName
{
background-color: #632595;
}
.BgClassName
{
background-color: #632595;
}
</style>
border-color css
<style>
span { border-color: #632595; }
span { border-color: rgb(99,37,149); }
td.TdClassName
{
border-color: #632595;
}
.TagClassName
{
border-color: #632595;
}
</style>