Shades of Kingfisher Daisy #643282
Tints of Kingfisher Daisy #643282
RGB
CMYK
RGB Variations
Color information
#643282 (or 0x643282) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 82. RGB value is (100,50,130). Sum of RGB (Red+Green+Blue) = 100+50+130=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #643282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643282 is #9BCD7D. Grayscale: #494949. Windows color (decimal): -10210686 or 8532580. OLE color: 8532580.
HSL color Cylindrical-coordinate representation of color #643282: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643282 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 50 | 130 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.49 |
| HSL | 277.5º | 0.44% | 0.35% | - |
| HSV(B) | 277.5º | 0.62% | 0.51% | - |
| XYZ | 10.43 | 6.6 | 21.84 | - |
| YUV | 74.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 130 | 0.23 | 0.62 | 0 | 0.49 | 277.5 | 0.44 | 0.35 |
| Hex | 64 | 32 | 82 | 17 | 3E | 0 | 31 | 116 | 2C | 23 |
| Octal | 144 | 62 | 202 | 27 | 76 | 0 | 61 | 426 | 54 | 43 |
| Binary | 1100100 | 110010 | 10000010 | 10111 | 111110 | 0 | 110001 | 100010110 | 101100 | 100011 |
Color Harmonies of #643282
Complementary color
Monochromatic Colors of #643282
Black with #643282
Text Example
Text Example
White with #643282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643282; }
p { color: rgb(100,50,130); }
H1.HeaderClassName
{
color: #643282;
}
.AnyTagClassName
{
color: #643282;
}
</style>
background-color css
<style>
a { background-color: #643282; }
a { background-color: rgb(100,50,130); }
div.DivClassName
{
background-color: #643282;
}
.BgClassName
{
background-color: #643282;
}
</style>
border-color css
<style>
span { border-color: #643282; }
span { border-color: rgb(100,50,130); }
td.TdClassName
{
border-color: #643282;
}
.TagClassName
{
border-color: #643282;
}
</style>