Shades of Kingfisher Daisy #654284
Tints of Kingfisher Daisy #654284
RGB
CMYK
RGB Variations
Color information
#654284 (or 0x654284) is known color: Kingfisher Daisy. HEX triplet: 65, 42 and 84. RGB value is (101,66,132). Sum of RGB (Red+Green+Blue) = 101+66+132=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #654284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654284 is #9ABD7B. Grayscale: #535353. Windows color (decimal): -10141052 or 8667749. OLE color: 8667749.
HSL color Cylindrical-coordinate representation of color #654284: hue angle of 271.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654284 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 66 | 132 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.48 |
| HSL | 271.82º | 0.33% | 0.39% | - |
| HSV(B) | 271.82º | 0.5% | 0.52% | - |
| XYZ | 11.48 | 8.33 | 22.83 | - |
| YUV | 83.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 132 | 0.23 | 0.5 | 0 | 0.48 | 271.82 | 0.33 | 0.39 |
| Hex | 65 | 42 | 84 | 17 | 32 | 0 | 30 | 110 | 21 | 27 |
| Octal | 145 | 102 | 204 | 27 | 62 | 0 | 60 | 420 | 41 | 47 |
| Binary | 1100101 | 1000010 | 10000100 | 10111 | 110010 | 0 | 110000 | 100010000 | 100001 | 100111 |
Color Harmonies of #654284
Complementary color
Monochromatic Colors of #654284
Black with #654284
Text Example
Text Example
White with #654284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654284; }
p { color: rgb(101,66,132); }
H1.HeaderClassName
{
color: #654284;
}
.AnyTagClassName
{
color: #654284;
}
</style>
background-color css
<style>
a { background-color: #654284; }
a { background-color: rgb(101,66,132); }
div.DivClassName
{
background-color: #654284;
}
.BgClassName
{
background-color: #654284;
}
</style>
border-color css
<style>
span { border-color: #654284; }
span { border-color: rgb(101,66,132); }
td.TdClassName
{
border-color: #654284;
}
.TagClassName
{
border-color: #654284;
}
</style>