Shades of Kingfisher Daisy #641E83
Tints of Kingfisher Daisy #641E83
RGB
CMYK
RGB Variations
Color information
#641E83 (or 0x641E83) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 83. RGB value is (100,30,131). Sum of RGB (Red+Green+Blue) = 100+30+131=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #641E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E83 is #9BE17C. Grayscale: #3E3E3E. Windows color (decimal): -10215805 or 8592996. OLE color: 8592996.
HSL color Cylindrical-coordinate representation of color #641E83: hue angle of 281.58º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641E83 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 30 | 131 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.49 |
| HSL | 281.58º | 0.63% | 0.32% | - |
| HSV(B) | 281.58º | 0.77% | 0.51% | - |
| XYZ | 9.82 | 5.28 | 21.97 | - |
| YUV | 62.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 131 | 0.24 | 0.77 | 0 | 0.49 | 281.58 | 0.63 | 0.32 |
| Hex | 64 | 1E | 83 | 18 | 4D | 0 | 31 | 11A | 3F | 20 |
| Octal | 144 | 36 | 203 | 30 | 115 | 0 | 61 | 432 | 77 | 40 |
| Binary | 1100100 | 11110 | 10000011 | 11000 | 1001101 | 0 | 110001 | 100011010 | 111111 | 100000 |
Color Harmonies of #641E83
Complementary color
Monochromatic Colors of #641E83
Black with #641E83
Text Example
Text Example
White with #641E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E83; }
p { color: rgb(100,30,131); }
H1.HeaderClassName
{
color: #641E83;
}
.AnyTagClassName
{
color: #641E83;
}
</style>
background-color css
<style>
a { background-color: #641E83; }
a { background-color: rgb(100,30,131); }
div.DivClassName
{
background-color: #641E83;
}
.BgClassName
{
background-color: #641E83;
}
</style>
border-color css
<style>
span { border-color: #641E83; }
span { border-color: rgb(100,30,131); }
td.TdClassName
{
border-color: #641E83;
}
.TagClassName
{
border-color: #641E83;
}
</style>