Shades of Kingfisher Daisy #643D85
Tints of Kingfisher Daisy #643D85
RGB
CMYK
RGB Variations
Color information
#643D85 (or 0x643D85) is known color: Kingfisher Daisy. HEX triplet: 64, 3D and 85. RGB value is (100,61,133). Sum of RGB (Red+Green+Blue) = 100+61+133=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #643D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643D85 is #9BC27A. Grayscale: #505050. Windows color (decimal): -10207867 or 8732004. OLE color: 8732004.
HSL color Cylindrical-coordinate representation of color #643D85: hue angle of 272.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #643D85 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 61 | 133 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.48 |
| HSL | 272.5º | 0.37% | 0.38% | - |
| HSV(B) | 272.5º | 0.54% | 0.52% | - |
| XYZ | 11.16 | 7.74 | 23.1 | - |
| YUV | 80.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 133 | 0.25 | 0.54 | 0 | 0.48 | 272.5 | 0.37 | 0.38 |
| Hex | 64 | 3D | 85 | 19 | 36 | 0 | 30 | 110 | 25 | 26 |
| Octal | 144 | 75 | 205 | 31 | 66 | 0 | 60 | 420 | 45 | 46 |
| Binary | 1100100 | 111101 | 10000101 | 11001 | 110110 | 0 | 110000 | 100010000 | 100101 | 100110 |
Color Harmonies of #643D85
Complementary color
Monochromatic Colors of #643D85
Black with #643D85
Text Example
Text Example
White with #643D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D85; }
p { color: rgb(100,61,133); }
H1.HeaderClassName
{
color: #643D85;
}
.AnyTagClassName
{
color: #643D85;
}
</style>
background-color css
<style>
a { background-color: #643D85; }
a { background-color: rgb(100,61,133); }
div.DivClassName
{
background-color: #643D85;
}
.BgClassName
{
background-color: #643D85;
}
</style>
border-color css
<style>
span { border-color: #643D85; }
span { border-color: rgb(100,61,133); }
td.TdClassName
{
border-color: #643D85;
}
.TagClassName
{
border-color: #643D85;
}
</style>