Shades of Kingfisher Daisy #643F85
Tints of Kingfisher Daisy #643F85
RGB
CMYK
RGB Variations
Color information
#643F85 (or 0x643F85) is known color: Kingfisher Daisy. HEX triplet: 64, 3F and 85. RGB value is (100,63,133). Sum of RGB (Red+Green+Blue) = 100+63+133=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #643F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F85 is #9BC07A. Grayscale: #515151. Windows color (decimal): -10207355 or 8732516. OLE color: 8732516.
HSL color Cylindrical-coordinate representation of color #643F85: hue angle of 271.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #643F85 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 63 | 133 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.48 |
| HSL | 271.71º | 0.36% | 0.38% | - |
| HSV(B) | 271.71º | 0.53% | 0.52% | - |
| XYZ | 11.27 | 7.96 | 23.13 | - |
| YUV | 82.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 133 | 0.25 | 0.53 | 0 | 0.48 | 271.71 | 0.36 | 0.38 |
| Hex | 64 | 3F | 85 | 19 | 35 | 0 | 30 | 110 | 24 | 26 |
| Octal | 144 | 77 | 205 | 31 | 65 | 0 | 60 | 420 | 44 | 46 |
| Binary | 1100100 | 111111 | 10000101 | 11001 | 110101 | 0 | 110000 | 100010000 | 100100 | 100110 |
Color Harmonies of #643F85
Complementary color
Monochromatic Colors of #643F85
Black with #643F85
Text Example
Text Example
White with #643F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F85; }
p { color: rgb(100,63,133); }
H1.HeaderClassName
{
color: #643F85;
}
.AnyTagClassName
{
color: #643F85;
}
</style>
background-color css
<style>
a { background-color: #643F85; }
a { background-color: rgb(100,63,133); }
div.DivClassName
{
background-color: #643F85;
}
.BgClassName
{
background-color: #643F85;
}
</style>
border-color css
<style>
span { border-color: #643F85; }
span { border-color: rgb(100,63,133); }
td.TdClassName
{
border-color: #643F85;
}
.TagClassName
{
border-color: #643F85;
}
</style>