Shades of Kingfisher Daisy #641B8F
Tints of Kingfisher Daisy #641B8F
RGB
CMYK
RGB Variations
Color information
#641B8F (or 0x641B8F) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 8F. RGB value is (100,27,143). Sum of RGB (Red+Green+Blue) = 100+27+143=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #641B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B8F is #9BE470. Grayscale: #3D3D3D. Windows color (decimal): -10216561 or 9378660. OLE color: 9378660.
HSL color Cylindrical-coordinate representation of color #641B8F: hue angle of 277.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641B8F is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 27 | 143 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.44 |
| HSL | 277.76º | 0.68% | 0.33% | - |
| HSV(B) | 277.76º | 0.81% | 0.56% | - |
| XYZ | 10.61 | 5.48 | 26.48 | - |
| YUV | 62.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 143 | 0.30 | 0.81 | 0 | 0.44 | 277.76 | 0.68 | 0.33 |
| Hex | 64 | 1B | 8F | 1E | 51 | 0 | 2C | 116 | 44 | 21 |
| Octal | 144 | 33 | 217 | 36 | 121 | 0 | 54 | 426 | 104 | 41 |
| Binary | 1100100 | 11011 | 10001111 | 11110 | 1010001 | 0 | 101100 | 100010110 | 1000100 | 100001 |
Color Harmonies of #641B8F
Complementary color
Monochromatic Colors of #641B8F
Black with #641B8F
Text Example
Text Example
White with #641B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B8F; }
p { color: rgb(100,27,143); }
H1.HeaderClassName
{
color: #641B8F;
}
.AnyTagClassName
{
color: #641B8F;
}
</style>
background-color css
<style>
a { background-color: #641B8F; }
a { background-color: rgb(100,27,143); }
div.DivClassName
{
background-color: #641B8F;
}
.BgClassName
{
background-color: #641B8F;
}
</style>
border-color css
<style>
span { border-color: #641B8F; }
span { border-color: rgb(100,27,143); }
td.TdClassName
{
border-color: #641B8F;
}
.TagClassName
{
border-color: #641B8F;
}
</style>