Shades of Kingfisher Daisy #652189
Tints of Kingfisher Daisy #652189
RGB
CMYK
RGB Variations
Color information
#652189 (or 0x652189) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 89. RGB value is (101,33,137). Sum of RGB (Red+Green+Blue) = 101+33+137=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #652189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652189 is #9ADE76. Grayscale: #404040. Windows color (decimal): -10149495 or 8986981. OLE color: 8986981.
HSL color Cylindrical-coordinate representation of color #652189: hue angle of 279.23º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652189 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 33 | 137 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.46 |
| HSL | 279.23º | 0.61% | 0.33% | - |
| HSV(B) | 279.23º | 0.76% | 0.54% | - |
| XYZ | 10.43 | 5.66 | 24.21 | - |
| YUV | 65.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 137 | 0.26 | 0.76 | 0 | 0.46 | 279.23 | 0.61 | 0.33 |
| Hex | 65 | 21 | 89 | 1A | 4C | 0 | 2E | 117 | 3D | 21 |
| Octal | 145 | 41 | 211 | 32 | 114 | 0 | 56 | 427 | 75 | 41 |
| Binary | 1100101 | 100001 | 10001001 | 11010 | 1001100 | 0 | 101110 | 100010111 | 111101 | 100001 |
Color Harmonies of #652189
Complementary color
Monochromatic Colors of #652189
Black with #652189
Text Example
Text Example
White with #652189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652189; }
p { color: rgb(101,33,137); }
H1.HeaderClassName
{
color: #652189;
}
.AnyTagClassName
{
color: #652189;
}
</style>
background-color css
<style>
a { background-color: #652189; }
a { background-color: rgb(101,33,137); }
div.DivClassName
{
background-color: #652189;
}
.BgClassName
{
background-color: #652189;
}
</style>
border-color css
<style>
span { border-color: #652189; }
span { border-color: rgb(101,33,137); }
td.TdClassName
{
border-color: #652189;
}
.TagClassName
{
border-color: #652189;
}
</style>