Shades of Kingfisher Daisy #642E90
Tints of Kingfisher Daisy #642E90
RGB
CMYK
RGB Variations
Color information
#642E90 (or 0x642E90) is known color: Kingfisher Daisy. HEX triplet: 64, 2E and 90. RGB value is (100,46,144). Sum of RGB (Red+Green+Blue) = 100+46+144=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #642E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E90 is #9BD16F. Grayscale: #484848. Windows color (decimal): -10211696 or 9449060. OLE color: 9449060.
HSL color Cylindrical-coordinate representation of color #642E90: hue angle of 273.06º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642E90 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 46 | 144 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.44 |
| HSL | 273.06º | 0.52% | 0.37% | - |
| HSV(B) | 273.06º | 0.68% | 0.56% | - |
| XYZ | 11.27 | 6.68 | 27.08 | - |
| YUV | 73.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 144 | 0.31 | 0.68 | 0 | 0.44 | 273.06 | 0.52 | 0.37 |
| Hex | 64 | 2E | 90 | 1F | 44 | 0 | 2C | 111 | 34 | 25 |
| Octal | 144 | 56 | 220 | 37 | 104 | 0 | 54 | 421 | 64 | 45 |
| Binary | 1100100 | 101110 | 10010000 | 11111 | 1000100 | 0 | 101100 | 100010001 | 110100 | 100101 |
Color Harmonies of #642E90
Complementary color
Monochromatic Colors of #642E90
Black with #642E90
Text Example
Text Example
White with #642E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E90; }
p { color: rgb(100,46,144); }
H1.HeaderClassName
{
color: #642E90;
}
.AnyTagClassName
{
color: #642E90;
}
</style>
background-color css
<style>
a { background-color: #642E90; }
a { background-color: rgb(100,46,144); }
div.DivClassName
{
background-color: #642E90;
}
.BgClassName
{
background-color: #642E90;
}
</style>
border-color css
<style>
span { border-color: #642E90; }
span { border-color: rgb(100,46,144); }
td.TdClassName
{
border-color: #642E90;
}
.TagClassName
{
border-color: #642E90;
}
</style>