Shades of Kingfisher Daisy #643280
Tints of Kingfisher Daisy #643280
RGB
CMYK
RGB Variations
Color information
#643280 (or 0x643280) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 80. RGB value is (100,50,128). Sum of RGB (Red+Green+Blue) = 100+50+128=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #643280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643280 is #9BCD7F. Grayscale: #494949. Windows color (decimal): -10210688 or 8401508. OLE color: 8401508.
HSL color Cylindrical-coordinate representation of color #643280: hue angle of 278.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #643280 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 50 | 128 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.50 |
| HSL | 278.46º | 0.44% | 0.35% | - |
| HSV(B) | 278.46º | 0.61% | 0.5% | - |
| XYZ | 10.29 | 6.55 | 21.14 | - |
| YUV | 73.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 128 | 0.22 | 0.61 | 0 | 0.50 | 278.46 | 0.44 | 0.35 |
| Hex | 64 | 32 | 80 | 16 | 3D | 0 | 32 | 116 | 2C | 23 |
| Octal | 144 | 62 | 200 | 26 | 75 | 0 | 62 | 426 | 54 | 43 |
| Binary | 1100100 | 110010 | 10000000 | 10110 | 111101 | 0 | 110010 | 100010110 | 101100 | 100011 |
Color Harmonies of #643280
Complementary color
Monochromatic Colors of #643280
Black with #643280
Text Example
Text Example
White with #643280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643280; }
p { color: rgb(100,50,128); }
H1.HeaderClassName
{
color: #643280;
}
.AnyTagClassName
{
color: #643280;
}
</style>
background-color css
<style>
a { background-color: #643280; }
a { background-color: rgb(100,50,128); }
div.DivClassName
{
background-color: #643280;
}
.BgClassName
{
background-color: #643280;
}
</style>
border-color css
<style>
span { border-color: #643280; }
span { border-color: rgb(100,50,128); }
td.TdClassName
{
border-color: #643280;
}
.TagClassName
{
border-color: #643280;
}
</style>