Shades of Kingfisher Daisy #654582
Tints of Kingfisher Daisy #654582
RGB
CMYK
RGB Variations
Color information
#654582 (or 0x654582) is known color: Kingfisher Daisy. HEX triplet: 65, 45 and 82. RGB value is (101,69,130). Sum of RGB (Red+Green+Blue) = 101+69+130=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #654582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654582 is #9ABA7D. Grayscale: #555555. Windows color (decimal): -10140286 or 8537445. OLE color: 8537445.
HSL color Cylindrical-coordinate representation of color #654582: hue angle of 271.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654582 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 69 | 130 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.49 |
| HSL | 271.48º | 0.31% | 0.39% | - |
| HSV(B) | 271.48º | 0.47% | 0.51% | - |
| XYZ | 11.52 | 8.63 | 22.18 | - |
| YUV | 85.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 130 | 0.22 | 0.47 | 0 | 0.49 | 271.48 | 0.31 | 0.39 |
| Hex | 65 | 45 | 82 | 16 | 2F | 0 | 31 | 10F | 1F | 27 |
| Octal | 145 | 105 | 202 | 26 | 57 | 0 | 61 | 417 | 37 | 47 |
| Binary | 1100101 | 1000101 | 10000010 | 10110 | 101111 | 0 | 110001 | 100001111 | 11111 | 100111 |
Color Harmonies of #654582
Complementary color
Monochromatic Colors of #654582
Black with #654582
Text Example
Text Example
White with #654582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654582; }
p { color: rgb(101,69,130); }
H1.HeaderClassName
{
color: #654582;
}
.AnyTagClassName
{
color: #654582;
}
</style>
background-color css
<style>
a { background-color: #654582; }
a { background-color: rgb(101,69,130); }
div.DivClassName
{
background-color: #654582;
}
.BgClassName
{
background-color: #654582;
}
</style>
border-color css
<style>
span { border-color: #654582; }
span { border-color: rgb(101,69,130); }
td.TdClassName
{
border-color: #654582;
}
.TagClassName
{
border-color: #654582;
}
</style>