Shades of Kingfisher Daisy #654185
Tints of Kingfisher Daisy #654185
RGB
CMYK
RGB Variations
Color information
#654185 (or 0x654185) is known color: Kingfisher Daisy. HEX triplet: 65, 41 and 85. RGB value is (101,65,133). Sum of RGB (Red+Green+Blue) = 101+65+133=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #654185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654185 is #9ABE7A. Grayscale: #535353. Windows color (decimal): -10141307 or 8733029. OLE color: 8733029.
HSL color Cylindrical-coordinate representation of color #654185: hue angle of 271.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654185 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 65 | 133 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.48 |
| HSL | 271.76º | 0.34% | 0.39% | - |
| HSV(B) | 271.76º | 0.51% | 0.52% | - |
| XYZ | 11.49 | 8.24 | 23.18 | - |
| YUV | 83.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 133 | 0.24 | 0.51 | 0 | 0.48 | 271.76 | 0.34 | 0.39 |
| Hex | 65 | 41 | 85 | 18 | 33 | 0 | 30 | 110 | 22 | 27 |
| Octal | 145 | 101 | 205 | 30 | 63 | 0 | 60 | 420 | 42 | 47 |
| Binary | 1100101 | 1000001 | 10000101 | 11000 | 110011 | 0 | 110000 | 100010000 | 100010 | 100111 |
Color Harmonies of #654185
Complementary color
Monochromatic Colors of #654185
Black with #654185
Text Example
Text Example
White with #654185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654185; }
p { color: rgb(101,65,133); }
H1.HeaderClassName
{
color: #654185;
}
.AnyTagClassName
{
color: #654185;
}
</style>
background-color css
<style>
a { background-color: #654185; }
a { background-color: rgb(101,65,133); }
div.DivClassName
{
background-color: #654185;
}
.BgClassName
{
background-color: #654185;
}
</style>
border-color css
<style>
span { border-color: #654185; }
span { border-color: rgb(101,65,133); }
td.TdClassName
{
border-color: #654185;
}
.TagClassName
{
border-color: #654185;
}
</style>