Shades of Kingfisher Daisy #641B90
Tints of Kingfisher Daisy #641B90
RGB
CMYK
RGB Variations
Color information
#641B90 (or 0x641B90) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 90. RGB value is (100,27,144). Sum of RGB (Red+Green+Blue) = 100+27+144=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #641B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B90 is #9BE46F. Grayscale: #3D3D3D. Windows color (decimal): -10216560 or 9444196. OLE color: 9444196.
HSL color Cylindrical-coordinate representation of color #641B90: hue angle of 277.44º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641B90 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 27 | 144 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.44 |
| HSL | 277.44º | 0.68% | 0.34% | - |
| HSV(B) | 277.44º | 0.81% | 0.56% | - |
| XYZ | 10.68 | 5.51 | 26.89 | - |
| YUV | 62.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 144 | 0.31 | 0.81 | 0 | 0.44 | 277.44 | 0.68 | 0.34 |
| Hex | 64 | 1B | 90 | 1F | 51 | 0 | 2C | 115 | 44 | 22 |
| Octal | 144 | 33 | 220 | 37 | 121 | 0 | 54 | 425 | 104 | 42 |
| Binary | 1100100 | 11011 | 10010000 | 11111 | 1010001 | 0 | 101100 | 100010101 | 1000100 | 100010 |
Color Harmonies of #641B90
Complementary color
Monochromatic Colors of #641B90
Black with #641B90
Text Example
Text Example
White with #641B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B90; }
p { color: rgb(100,27,144); }
H1.HeaderClassName
{
color: #641B90;
}
.AnyTagClassName
{
color: #641B90;
}
</style>
background-color css
<style>
a { background-color: #641B90; }
a { background-color: rgb(100,27,144); }
div.DivClassName
{
background-color: #641B90;
}
.BgClassName
{
background-color: #641B90;
}
</style>
border-color css
<style>
span { border-color: #641B90; }
span { border-color: rgb(100,27,144); }
td.TdClassName
{
border-color: #641B90;
}
.TagClassName
{
border-color: #641B90;
}
</style>