Shades of Kingfisher Daisy #654581
Tints of Kingfisher Daisy #654581
RGB
CMYK
RGB Variations
Color information
#654581 (or 0x654581) is known color: Kingfisher Daisy. HEX triplet: 65, 45 and 81. RGB value is (101,69,129). Sum of RGB (Red+Green+Blue) = 101+69+129=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #654581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654581 is #9ABA7E. Grayscale: #555555. Windows color (decimal): -10140287 or 8471909. OLE color: 8471909.
HSL color Cylindrical-coordinate representation of color #654581: hue angle of 272º degrees, saturation: 0.3, 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 #654581 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 69 | 129 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.49 |
| HSL | 272º | 0.3% | 0.39% | - |
| HSV(B) | 272º | 0.47% | 0.51% | - |
| XYZ | 11.46 | 8.61 | 21.83 | - |
| YUV | 85.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 129 | 0.22 | 0.47 | 0 | 0.49 | 272 | 0.3 | 0.39 |
| Hex | 65 | 45 | 81 | 16 | 2F | 0 | 31 | 110 | 1E | 27 |
| Octal | 145 | 105 | 201 | 26 | 57 | 0 | 61 | 420 | 36 | 47 |
| Binary | 1100101 | 1000101 | 10000001 | 10110 | 101111 | 0 | 110001 | 100010000 | 11110 | 100111 |
Color Harmonies of #654581
Complementary color
Monochromatic Colors of #654581
Black with #654581
Text Example
Text Example
White with #654581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654581; }
p { color: rgb(101,69,129); }
H1.HeaderClassName
{
color: #654581;
}
.AnyTagClassName
{
color: #654581;
}
</style>
background-color css
<style>
a { background-color: #654581; }
a { background-color: rgb(101,69,129); }
div.DivClassName
{
background-color: #654581;
}
.BgClassName
{
background-color: #654581;
}
</style>
border-color css
<style>
span { border-color: #654581; }
span { border-color: rgb(101,69,129); }
td.TdClassName
{
border-color: #654581;
}
.TagClassName
{
border-color: #654581;
}
</style>