Shades of Kingfisher Daisy #643C82
Tints of Kingfisher Daisy #643C82
RGB
CMYK
RGB Variations
Color information
#643C82 (or 0x643C82) is known color: Kingfisher Daisy. HEX triplet: 64, 3C and 82. RGB value is (100,60,130). Sum of RGB (Red+Green+Blue) = 100+60+130=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #643C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643C82 is #9BC37D. Grayscale: #4F4F4F. Windows color (decimal): -10208126 or 8535140. OLE color: 8535140.
HSL color Cylindrical-coordinate representation of color #643C82: hue angle of 274.29º 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 #643C82 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 60 | 130 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.49 |
| HSL | 274.29º | 0.37% | 0.37% | - |
| HSV(B) | 274.29º | 0.54% | 0.51% | - |
| XYZ | 10.9 | 7.55 | 22 | - |
| YUV | 79.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 130 | 0.23 | 0.54 | 0 | 0.49 | 274.29 | 0.37 | 0.37 |
| Hex | 64 | 3C | 82 | 17 | 36 | 0 | 31 | 112 | 25 | 25 |
| Octal | 144 | 74 | 202 | 27 | 66 | 0 | 61 | 422 | 45 | 45 |
| Binary | 1100100 | 111100 | 10000010 | 10111 | 110110 | 0 | 110001 | 100010010 | 100101 | 100101 |
Color Harmonies of #643C82
Complementary color
Monochromatic Colors of #643C82
Black with #643C82
Text Example
Text Example
White with #643C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C82; }
p { color: rgb(100,60,130); }
H1.HeaderClassName
{
color: #643C82;
}
.AnyTagClassName
{
color: #643C82;
}
</style>
background-color css
<style>
a { background-color: #643C82; }
a { background-color: rgb(100,60,130); }
div.DivClassName
{
background-color: #643C82;
}
.BgClassName
{
background-color: #643C82;
}
</style>
border-color css
<style>
span { border-color: #643C82; }
span { border-color: rgb(100,60,130); }
td.TdClassName
{
border-color: #643C82;
}
.TagClassName
{
border-color: #643C82;
}
</style>