Shades of Kingfisher Daisy #643185
Tints of Kingfisher Daisy #643185
RGB
CMYK
RGB Variations
Color information
#643185 (or 0x643185) is known color: Kingfisher Daisy. HEX triplet: 64, 31 and 85. RGB value is (100,49,133). Sum of RGB (Red+Green+Blue) = 100+49+133=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #643185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643185 is #9BCE7A. Grayscale: #494949. Windows color (decimal): -10210939 or 8728932. OLE color: 8728932.
HSL color Cylindrical-coordinate representation of color #643185: hue angle of 276.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643185 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 49 | 133 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.48 |
| HSL | 276.43º | 0.46% | 0.36% | - |
| HSV(B) | 276.43º | 0.63% | 0.52% | - |
| XYZ | 10.59 | 6.6 | 22.91 | - |
| YUV | 73.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 133 | 0.25 | 0.63 | 0 | 0.48 | 276.43 | 0.46 | 0.36 |
| Hex | 64 | 31 | 85 | 19 | 3F | 0 | 30 | 114 | 2E | 24 |
| Octal | 144 | 61 | 205 | 31 | 77 | 0 | 60 | 424 | 56 | 44 |
| Binary | 1100100 | 110001 | 10000101 | 11001 | 111111 | 0 | 110000 | 100010100 | 101110 | 100100 |
Color Harmonies of #643185
Complementary color
Monochromatic Colors of #643185
Black with #643185
Text Example
Text Example
White with #643185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643185; }
p { color: rgb(100,49,133); }
H1.HeaderClassName
{
color: #643185;
}
.AnyTagClassName
{
color: #643185;
}
</style>
background-color css
<style>
a { background-color: #643185; }
a { background-color: rgb(100,49,133); }
div.DivClassName
{
background-color: #643185;
}
.BgClassName
{
background-color: #643185;
}
</style>
border-color css
<style>
span { border-color: #643185; }
span { border-color: rgb(100,49,133); }
td.TdClassName
{
border-color: #643185;
}
.TagClassName
{
border-color: #643185;
}
</style>