Shades of Kingfisher Daisy #654280
Tints of Kingfisher Daisy #654280
RGB
CMYK
RGB Variations
Color information
#654280 (or 0x654280) is known color: Kingfisher Daisy. HEX triplet: 65, 42 and 80. RGB value is (101,66,128). Sum of RGB (Red+Green+Blue) = 101+66+128=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #654280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654280 is #9ABD7F. Grayscale: #535353. Windows color (decimal): -10141056 or 8405605. OLE color: 8405605.
HSL color Cylindrical-coordinate representation of color #654280: hue angle of 273.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654280 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 66 | 128 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.50 |
| HSL | 273.87º | 0.32% | 0.38% | - |
| HSV(B) | 273.87º | 0.48% | 0.5% | - |
| XYZ | 11.21 | 8.22 | 21.42 | - |
| YUV | 83.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 128 | 0.21 | 0.48 | 0 | 0.50 | 273.87 | 0.32 | 0.38 |
| Hex | 65 | 42 | 80 | 15 | 30 | 0 | 32 | 112 | 20 | 26 |
| Octal | 145 | 102 | 200 | 25 | 60 | 0 | 62 | 422 | 40 | 46 |
| Binary | 1100101 | 1000010 | 10000000 | 10101 | 110000 | 0 | 110010 | 100010010 | 100000 | 100110 |
Color Harmonies of #654280
Complementary color
Monochromatic Colors of #654280
Black with #654280
Text Example
Text Example
White with #654280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654280; }
p { color: rgb(101,66,128); }
H1.HeaderClassName
{
color: #654280;
}
.AnyTagClassName
{
color: #654280;
}
</style>
background-color css
<style>
a { background-color: #654280; }
a { background-color: rgb(101,66,128); }
div.DivClassName
{
background-color: #654280;
}
.BgClassName
{
background-color: #654280;
}
</style>
border-color css
<style>
span { border-color: #654280; }
span { border-color: rgb(101,66,128); }
td.TdClassName
{
border-color: #654280;
}
.TagClassName
{
border-color: #654280;
}
</style>