Shades of Kingfisher Daisy #632294
Tints of Kingfisher Daisy #632294
RGB
CMYK
RGB Variations
Color information
#632294 (or 0x632294) is known color: Kingfisher Daisy. HEX triplet: 63, 22 and 94. RGB value is (99,34,148). Sum of RGB (Red+Green+Blue) = 99+34+148=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #632294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632294 is #9CDD6B. Grayscale: #424242. Windows color (decimal): -10280300 or 9708131. OLE color: 9708131.
HSL color Cylindrical-coordinate representation of color #632294: hue angle of 274.21º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632294 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 34 | 148 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.42 |
| HSL | 274.21º | 0.63% | 0.36% | - |
| HSV(B) | 274.21º | 0.77% | 0.58% | - |
| XYZ | 11.06 | 5.93 | 28.58 | - |
| YUV | 66.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 148 | 0.33 | 0.77 | 0 | 0.42 | 274.21 | 0.63 | 0.36 |
| Hex | 63 | 22 | 94 | 21 | 4D | 0 | 2A | 112 | 3F | 24 |
| Octal | 143 | 42 | 224 | 41 | 115 | 0 | 52 | 422 | 77 | 44 |
| Binary | 1100011 | 100010 | 10010100 | 100001 | 1001101 | 0 | 101010 | 100010010 | 111111 | 100100 |
Color Harmonies of #632294
Complementary color
Monochromatic Colors of #632294
Black with #632294
Text Example
Text Example
White with #632294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632294; }
p { color: rgb(99,34,148); }
H1.HeaderClassName
{
color: #632294;
}
.AnyTagClassName
{
color: #632294;
}
</style>
background-color css
<style>
a { background-color: #632294; }
a { background-color: rgb(99,34,148); }
div.DivClassName
{
background-color: #632294;
}
.BgClassName
{
background-color: #632294;
}
</style>
border-color css
<style>
span { border-color: #632294; }
span { border-color: rgb(99,34,148); }
td.TdClassName
{
border-color: #632294;
}
.TagClassName
{
border-color: #632294;
}
</style>