Shades of Kingfisher Daisy #654683
Tints of Kingfisher Daisy #654683
RGB
CMYK
RGB Variations
Color information
#654683 (or 0x654683) is known color: Kingfisher Daisy. HEX triplet: 65, 46 and 83. RGB value is (101,70,131). Sum of RGB (Red+Green+Blue) = 101+70+131=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #654683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654683 is #9AB97C. Grayscale: #565656. Windows color (decimal): -10140029 or 8603237. OLE color: 8603237.
HSL color Cylindrical-coordinate representation of color #654683: hue angle of 270.49º 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 #654683 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 70 | 131 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.49 |
| HSL | 270.49º | 0.3% | 0.39% | - |
| HSV(B) | 270.49º | 0.47% | 0.51% | - |
| XYZ | 11.65 | 8.79 | 22.55 | - |
| YUV | 86.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 131 | 0.23 | 0.47 | 0 | 0.49 | 270.49 | 0.3 | 0.39 |
| Hex | 65 | 46 | 83 | 17 | 2F | 0 | 31 | 10E | 1E | 27 |
| Octal | 145 | 106 | 203 | 27 | 57 | 0 | 61 | 416 | 36 | 47 |
| Binary | 1100101 | 1000110 | 10000011 | 10111 | 101111 | 0 | 110001 | 100001110 | 11110 | 100111 |
Color Harmonies of #654683
Complementary color
Monochromatic Colors of #654683
Black with #654683
Text Example
Text Example
White with #654683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654683; }
p { color: rgb(101,70,131); }
H1.HeaderClassName
{
color: #654683;
}
.AnyTagClassName
{
color: #654683;
}
</style>
background-color css
<style>
a { background-color: #654683; }
a { background-color: rgb(101,70,131); }
div.DivClassName
{
background-color: #654683;
}
.BgClassName
{
background-color: #654683;
}
</style>
border-color css
<style>
span { border-color: #654683; }
span { border-color: rgb(101,70,131); }
td.TdClassName
{
border-color: #654683;
}
.TagClassName
{
border-color: #654683;
}
</style>