Shades of Kingfisher Daisy #642185
Tints of Kingfisher Daisy #642185
RGB
CMYK
RGB Variations
Color information
#642185 (or 0x642185) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 85. RGB value is (100,33,133). Sum of RGB (Red+Green+Blue) = 100+33+133=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #642185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642185 is #9BDE7A. Grayscale: #404040. Windows color (decimal): -10215035 or 8724836. OLE color: 8724836.
HSL color Cylindrical-coordinate representation of color #642185: hue angle of 280.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642185 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 33 | 133 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.48 |
| HSL | 280.2º | 0.6% | 0.33% | - |
| HSV(B) | 280.2º | 0.75% | 0.52% | - |
| XYZ | 10.03 | 5.49 | 22.72 | - |
| YUV | 64.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 133 | 0.25 | 0.75 | 0 | 0.48 | 280.2 | 0.6 | 0.33 |
| Hex | 64 | 21 | 85 | 19 | 4B | 0 | 30 | 118 | 3C | 21 |
| Octal | 144 | 41 | 205 | 31 | 113 | 0 | 60 | 430 | 74 | 41 |
| Binary | 1100100 | 100001 | 10000101 | 11001 | 1001011 | 0 | 110000 | 100011000 | 111100 | 100001 |
Color Harmonies of #642185
Complementary color
Monochromatic Colors of #642185
Black with #642185
Text Example
Text Example
White with #642185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642185; }
p { color: rgb(100,33,133); }
H1.HeaderClassName
{
color: #642185;
}
.AnyTagClassName
{
color: #642185;
}
</style>
background-color css
<style>
a { background-color: #642185; }
a { background-color: rgb(100,33,133); }
div.DivClassName
{
background-color: #642185;
}
.BgClassName
{
background-color: #642185;
}
</style>
border-color css
<style>
span { border-color: #642185; }
span { border-color: rgb(100,33,133); }
td.TdClassName
{
border-color: #642185;
}
.TagClassName
{
border-color: #642185;
}
</style>