Shades of Kingfisher Daisy #654285
Tints of Kingfisher Daisy #654285
RGB
CMYK
RGB Variations
Color information
#654285 (or 0x654285) is known color: Kingfisher Daisy. HEX triplet: 65, 42 and 85. RGB value is (101,66,133). Sum of RGB (Red+Green+Blue) = 101+66+133=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #654285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654285 is #9ABD7A. Grayscale: #535353. Windows color (decimal): -10141051 or 8733285. OLE color: 8733285.
HSL color Cylindrical-coordinate representation of color #654285: hue angle of 271.34º degrees, saturation: 0.34, 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 #654285 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 66 | 133 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.48 |
| HSL | 271.34º | 0.34% | 0.39% | - |
| HSV(B) | 271.34º | 0.5% | 0.52% | - |
| XYZ | 11.55 | 8.36 | 23.19 | - |
| YUV | 84.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 133 | 0.24 | 0.50 | 0 | 0.48 | 271.34 | 0.34 | 0.39 |
| Hex | 65 | 42 | 85 | 18 | 32 | 0 | 30 | 10F | 22 | 27 |
| Octal | 145 | 102 | 205 | 30 | 62 | 0 | 60 | 417 | 42 | 47 |
| Binary | 1100101 | 1000010 | 10000101 | 11000 | 110010 | 0 | 110000 | 100001111 | 100010 | 100111 |
Color Harmonies of #654285
Complementary color
Monochromatic Colors of #654285
Black with #654285
Text Example
Text Example
White with #654285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654285; }
p { color: rgb(101,66,133); }
H1.HeaderClassName
{
color: #654285;
}
.AnyTagClassName
{
color: #654285;
}
</style>
background-color css
<style>
a { background-color: #654285; }
a { background-color: rgb(101,66,133); }
div.DivClassName
{
background-color: #654285;
}
.BgClassName
{
background-color: #654285;
}
</style>
border-color css
<style>
span { border-color: #654285; }
span { border-color: rgb(101,66,133); }
td.TdClassName
{
border-color: #654285;
}
.TagClassName
{
border-color: #654285;
}
</style>