Shades of Kingfisher Daisy #642985
Tints of Kingfisher Daisy #642985
RGB
CMYK
RGB Variations
Color information
#642985 (or 0x642985) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 85. RGB value is (100,41,133). Sum of RGB (Red+Green+Blue) = 100+41+133=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #642985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642985 is #9BD67A. Grayscale: #444444. Windows color (decimal): -10212987 or 8726884. OLE color: 8726884.
HSL color Cylindrical-coordinate representation of color #642985: hue angle of 278.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642985 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 41 | 133 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.48 |
| HSL | 278.48º | 0.53% | 0.34% | - |
| HSV(B) | 278.48º | 0.69% | 0.52% | - |
| XYZ | 10.28 | 5.99 | 22.8 | - |
| YUV | 69.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 133 | 0.25 | 0.69 | 0 | 0.48 | 278.48 | 0.53 | 0.34 |
| Hex | 64 | 29 | 85 | 19 | 45 | 0 | 30 | 116 | 35 | 22 |
| Octal | 144 | 51 | 205 | 31 | 105 | 0 | 60 | 426 | 65 | 42 |
| Binary | 1100100 | 101001 | 10000101 | 11001 | 1000101 | 0 | 110000 | 100010110 | 110101 | 100010 |
Color Harmonies of #642985
Complementary color
Monochromatic Colors of #642985
Black with #642985
Text Example
Text Example
White with #642985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642985; }
p { color: rgb(100,41,133); }
H1.HeaderClassName
{
color: #642985;
}
.AnyTagClassName
{
color: #642985;
}
</style>
background-color css
<style>
a { background-color: #642985; }
a { background-color: rgb(100,41,133); }
div.DivClassName
{
background-color: #642985;
}
.BgClassName
{
background-color: #642985;
}
</style>
border-color css
<style>
span { border-color: #642985; }
span { border-color: rgb(100,41,133); }
td.TdClassName
{
border-color: #642985;
}
.TagClassName
{
border-color: #642985;
}
</style>