Shades of Kingfisher Daisy #654580
Tints of Kingfisher Daisy #654580
RGB
CMYK
RGB Variations
Color information
#654580 (or 0x654580) is known color: Kingfisher Daisy. HEX triplet: 65, 45 and 80. RGB value is (101,69,128). Sum of RGB (Red+Green+Blue) = 101+69+128=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #654580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654580 is #9ABA7F. Grayscale: #555555. Windows color (decimal): -10140288 or 8406373. OLE color: 8406373.
HSL color Cylindrical-coordinate representation of color #654580: hue angle of 272.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654580 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 69 | 128 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.50 |
| HSL | 272.54º | 0.3% | 0.39% | - |
| HSV(B) | 272.54º | 0.46% | 0.5% | - |
| XYZ | 11.39 | 8.58 | 21.48 | - |
| YUV | 85.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 128 | 0.21 | 0.46 | 0 | 0.50 | 272.54 | 0.3 | 0.39 |
| Hex | 65 | 45 | 80 | 15 | 2E | 0 | 32 | 111 | 1E | 27 |
| Octal | 145 | 105 | 200 | 25 | 56 | 0 | 62 | 421 | 36 | 47 |
| Binary | 1100101 | 1000101 | 10000000 | 10101 | 101110 | 0 | 110010 | 100010001 | 11110 | 100111 |
Color Harmonies of #654580
Complementary color
Monochromatic Colors of #654580
Black with #654580
Text Example
Text Example
White with #654580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654580; }
p { color: rgb(101,69,128); }
H1.HeaderClassName
{
color: #654580;
}
.AnyTagClassName
{
color: #654580;
}
</style>
background-color css
<style>
a { background-color: #654580; }
a { background-color: rgb(101,69,128); }
div.DivClassName
{
background-color: #654580;
}
.BgClassName
{
background-color: #654580;
}
</style>
border-color css
<style>
span { border-color: #654580; }
span { border-color: rgb(101,69,128); }
td.TdClassName
{
border-color: #654580;
}
.TagClassName
{
border-color: #654580;
}
</style>