Shades of Kingfisher Daisy #654681
Tints of Kingfisher Daisy #654681
RGB
CMYK
RGB Variations
Color information
#654681 (or 0x654681) is known color: Kingfisher Daisy. HEX triplet: 65, 46 and 81. RGB value is (101,70,129). Sum of RGB (Red+Green+Blue) = 101+70+129=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #654681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654681 is #9AB97E. Grayscale: #555555. Windows color (decimal): -10140031 or 8472165. OLE color: 8472165.
HSL color Cylindrical-coordinate representation of color #654681: hue angle of 271.53º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654681 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 70 | 129 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.49 |
| HSL | 271.53º | 0.3% | 0.39% | - |
| HSV(B) | 271.53º | 0.46% | 0.51% | - |
| XYZ | 11.52 | 8.73 | 21.85 | - |
| YUV | 86 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 129 | 0.22 | 0.46 | 0 | 0.49 | 271.53 | 0.3 | 0.39 |
| Hex | 65 | 46 | 81 | 16 | 2E | 0 | 31 | 110 | 1E | 27 |
| Octal | 145 | 106 | 201 | 26 | 56 | 0 | 61 | 420 | 36 | 47 |
| Binary | 1100101 | 1000110 | 10000001 | 10110 | 101110 | 0 | 110001 | 100010000 | 11110 | 100111 |
Color Harmonies of #654681
Complementary color
Monochromatic Colors of #654681
Black with #654681
Text Example
Text Example
White with #654681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654681; }
p { color: rgb(101,70,129); }
H1.HeaderClassName
{
color: #654681;
}
.AnyTagClassName
{
color: #654681;
}
</style>
background-color css
<style>
a { background-color: #654681; }
a { background-color: rgb(101,70,129); }
div.DivClassName
{
background-color: #654681;
}
.BgClassName
{
background-color: #654681;
}
</style>
border-color css
<style>
span { border-color: #654681; }
span { border-color: rgb(101,70,129); }
td.TdClassName
{
border-color: #654681;
}
.TagClassName
{
border-color: #654681;
}
</style>