Shades of Kingfisher Daisy #641B85
Tints of Kingfisher Daisy #641B85
RGB
CMYK
RGB Variations
Color information
#641B85 (or 0x641B85) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 85. RGB value is (100,27,133). Sum of RGB (Red+Green+Blue) = 100+27+133=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #641B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B85 is #9BE47A. Grayscale: #3C3C3C. Windows color (decimal): -10216571 or 8723300. OLE color: 8723300.
HSL color Cylindrical-coordinate representation of color #641B85: hue angle of 281.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641B85 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 27 | 133 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.48 |
| HSL | 281.32º | 0.66% | 0.31% | - |
| HSV(B) | 281.32º | 0.8% | 0.52% | - |
| XYZ | 9.88 | 5.19 | 22.67 | - |
| YUV | 60.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 133 | 0.25 | 0.80 | 0 | 0.48 | 281.32 | 0.66 | 0.31 |
| Hex | 64 | 1B | 85 | 19 | 50 | 0 | 30 | 119 | 42 | 1F |
| Octal | 144 | 33 | 205 | 31 | 120 | 0 | 60 | 431 | 102 | 37 |
| Binary | 1100100 | 11011 | 10000101 | 11001 | 1010000 | 0 | 110000 | 100011001 | 1000010 | 11111 |
Color Harmonies of #641B85
Complementary color
Monochromatic Colors of #641B85
Black with #641B85
Text Example
Text Example
White with #641B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B85; }
p { color: rgb(100,27,133); }
H1.HeaderClassName
{
color: #641B85;
}
.AnyTagClassName
{
color: #641B85;
}
</style>
background-color css
<style>
a { background-color: #641B85; }
a { background-color: rgb(100,27,133); }
div.DivClassName
{
background-color: #641B85;
}
.BgClassName
{
background-color: #641B85;
}
</style>
border-color css
<style>
span { border-color: #641B85; }
span { border-color: rgb(100,27,133); }
td.TdClassName
{
border-color: #641B85;
}
.TagClassName
{
border-color: #641B85;
}
</style>