Shades of Kingfisher Daisy #643A82
Tints of Kingfisher Daisy #643A82
RGB
CMYK
RGB Variations
Color information
#643A82 (or 0x643A82) is known color: Kingfisher Daisy. HEX triplet: 64, 3A and 82. RGB value is (100,58,130). Sum of RGB (Red+Green+Blue) = 100+58+130=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #643A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643A82 is #9BC57D. Grayscale: #4E4E4E. Windows color (decimal): -10208638 or 8534628. OLE color: 8534628.
HSL color Cylindrical-coordinate representation of color #643A82: hue angle of 275º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #643A82 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 58 | 130 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.49 |
| HSL | 275º | 0.38% | 0.37% | - |
| HSV(B) | 275º | 0.55% | 0.51% | - |
| XYZ | 10.8 | 7.35 | 21.97 | - |
| YUV | 78.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 130 | 0.23 | 0.55 | 0 | 0.49 | 275 | 0.38 | 0.37 |
| Hex | 64 | 3A | 82 | 17 | 37 | 0 | 31 | 113 | 26 | 25 |
| Octal | 144 | 72 | 202 | 27 | 67 | 0 | 61 | 423 | 46 | 45 |
| Binary | 1100100 | 111010 | 10000010 | 10111 | 110111 | 0 | 110001 | 100010011 | 100110 | 100101 |
Color Harmonies of #643A82
Complementary color
Monochromatic Colors of #643A82
Black with #643A82
Text Example
Text Example
White with #643A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A82; }
p { color: rgb(100,58,130); }
H1.HeaderClassName
{
color: #643A82;
}
.AnyTagClassName
{
color: #643A82;
}
</style>
background-color css
<style>
a { background-color: #643A82; }
a { background-color: rgb(100,58,130); }
div.DivClassName
{
background-color: #643A82;
}
.BgClassName
{
background-color: #643A82;
}
</style>
border-color css
<style>
span { border-color: #643A82; }
span { border-color: rgb(100,58,130); }
td.TdClassName
{
border-color: #643A82;
}
.TagClassName
{
border-color: #643A82;
}
</style>