Shades of Kingfisher Daisy #643E86
Tints of Kingfisher Daisy #643E86
RGB
CMYK
RGB Variations
Color information
#643E86 (or 0x643E86) is known color: Kingfisher Daisy. HEX triplet: 64, 3E and 86. RGB value is (100,62,134). Sum of RGB (Red+Green+Blue) = 100+62+134=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #643E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643E86 is #9BC179. Grayscale: #515151. Windows color (decimal): -10207610 or 8797796. OLE color: 8797796.
HSL color Cylindrical-coordinate representation of color #643E86: hue angle of 271.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #643E86 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 62 | 134 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.47 |
| HSL | 271.67º | 0.37% | 0.38% | - |
| HSV(B) | 271.67º | 0.54% | 0.53% | - |
| XYZ | 11.28 | 7.88 | 23.48 | - |
| YUV | 81.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 134 | 0.25 | 0.54 | 0 | 0.47 | 271.67 | 0.37 | 0.38 |
| Hex | 64 | 3E | 86 | 19 | 36 | 0 | 2F | 110 | 25 | 26 |
| Octal | 144 | 76 | 206 | 31 | 66 | 0 | 57 | 420 | 45 | 46 |
| Binary | 1100100 | 111110 | 10000110 | 11001 | 110110 | 0 | 101111 | 100010000 | 100101 | 100110 |
Color Harmonies of #643E86
Complementary color
Monochromatic Colors of #643E86
Black with #643E86
Text Example
Text Example
White with #643E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E86; }
p { color: rgb(100,62,134); }
H1.HeaderClassName
{
color: #643E86;
}
.AnyTagClassName
{
color: #643E86;
}
</style>
background-color css
<style>
a { background-color: #643E86; }
a { background-color: rgb(100,62,134); }
div.DivClassName
{
background-color: #643E86;
}
.BgClassName
{
background-color: #643E86;
}
</style>
border-color css
<style>
span { border-color: #643E86; }
span { border-color: rgb(100,62,134); }
td.TdClassName
{
border-color: #643E86;
}
.TagClassName
{
border-color: #643E86;
}
</style>