Shades of Kingfisher Daisy #652A89
Tints of Kingfisher Daisy #652A89
RGB
CMYK
RGB Variations
Color information
#652A89 (or 0x652A89) is known color: Kingfisher Daisy. HEX triplet: 65, 2A and 89. RGB value is (101,42,137). Sum of RGB (Red+Green+Blue) = 101+42+137=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #652A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A89 is #9AD576. Grayscale: #464646. Windows color (decimal): -10147191 or 8989285. OLE color: 8989285.
HSL color Cylindrical-coordinate representation of color #652A89: hue angle of 277.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652A89 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 42 | 137 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.46 |
| HSL | 277.26º | 0.53% | 0.35% | - |
| HSV(B) | 277.26º | 0.69% | 0.54% | - |
| XYZ | 10.71 | 6.23 | 24.3 | - |
| YUV | 70.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 137 | 0.26 | 0.69 | 0 | 0.46 | 277.26 | 0.53 | 0.35 |
| Hex | 65 | 2A | 89 | 1A | 45 | 0 | 2E | 115 | 35 | 23 |
| Octal | 145 | 52 | 211 | 32 | 105 | 0 | 56 | 425 | 65 | 43 |
| Binary | 1100101 | 101010 | 10001001 | 11010 | 1000101 | 0 | 101110 | 100010101 | 110101 | 100011 |
Color Harmonies of #652A89
Complementary color
Monochromatic Colors of #652A89
Black with #652A89
Text Example
Text Example
White with #652A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A89; }
p { color: rgb(101,42,137); }
H1.HeaderClassName
{
color: #652A89;
}
.AnyTagClassName
{
color: #652A89;
}
</style>
background-color css
<style>
a { background-color: #652A89; }
a { background-color: rgb(101,42,137); }
div.DivClassName
{
background-color: #652A89;
}
.BgClassName
{
background-color: #652A89;
}
</style>
border-color css
<style>
span { border-color: #652A89; }
span { border-color: rgb(101,42,137); }
td.TdClassName
{
border-color: #652A89;
}
.TagClassName
{
border-color: #652A89;
}
</style>