Shades of Kingfisher Daisy #643C83
Tints of Kingfisher Daisy #643C83
RGB
CMYK
RGB Variations
Color information
#643C83 (or 0x643C83) is known color: Kingfisher Daisy. HEX triplet: 64, 3C and 83. RGB value is (100,60,131). Sum of RGB (Red+Green+Blue) = 100+60+131=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #643C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643C83 is #9BC37C. Grayscale: #4F4F4F. Windows color (decimal): -10208125 or 8600676. OLE color: 8600676.
HSL color Cylindrical-coordinate representation of color #643C83: hue angle of 273.8º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #643C83 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 60 | 131 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.49 |
| HSL | 273.8º | 0.37% | 0.37% | - |
| HSV(B) | 273.8º | 0.54% | 0.51% | - |
| XYZ | 10.97 | 7.58 | 22.36 | - |
| YUV | 80.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 131 | 0.24 | 0.54 | 0 | 0.49 | 273.8 | 0.37 | 0.37 |
| Hex | 64 | 3C | 83 | 18 | 36 | 0 | 31 | 112 | 25 | 25 |
| Octal | 144 | 74 | 203 | 30 | 66 | 0 | 61 | 422 | 45 | 45 |
| Binary | 1100100 | 111100 | 10000011 | 11000 | 110110 | 0 | 110001 | 100010010 | 100101 | 100101 |
Color Harmonies of #643C83
Complementary color
Monochromatic Colors of #643C83
Black with #643C83
Text Example
Text Example
White with #643C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C83; }
p { color: rgb(100,60,131); }
H1.HeaderClassName
{
color: #643C83;
}
.AnyTagClassName
{
color: #643C83;
}
</style>
background-color css
<style>
a { background-color: #643C83; }
a { background-color: rgb(100,60,131); }
div.DivClassName
{
background-color: #643C83;
}
.BgClassName
{
background-color: #643C83;
}
</style>
border-color css
<style>
span { border-color: #643C83; }
span { border-color: rgb(100,60,131); }
td.TdClassName
{
border-color: #643C83;
}
.TagClassName
{
border-color: #643C83;
}
</style>