Shades of Kingfisher Daisy #642F90
Tints of Kingfisher Daisy #642F90
RGB
CMYK
RGB Variations
Color information
#642F90 (or 0x642F90) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 90. RGB value is (100,47,144). Sum of RGB (Red+Green+Blue) = 100+47+144=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #642F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F90 is #9BD06F. Grayscale: #494949. Windows color (decimal): -10211440 or 9449316. OLE color: 9449316.
HSL color Cylindrical-coordinate representation of color #642F90: hue angle of 272.78º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642F90 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 47 | 144 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.44 |
| HSL | 272.78º | 0.51% | 0.37% | - |
| HSV(B) | 272.78º | 0.67% | 0.56% | - |
| XYZ | 11.31 | 6.76 | 27.09 | - |
| YUV | 73.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 144 | 0.31 | 0.67 | 0 | 0.44 | 272.78 | 0.51 | 0.37 |
| Hex | 64 | 2F | 90 | 1F | 43 | 0 | 2C | 111 | 33 | 25 |
| Octal | 144 | 57 | 220 | 37 | 103 | 0 | 54 | 421 | 63 | 45 |
| Binary | 1100100 | 101111 | 10010000 | 11111 | 1000011 | 0 | 101100 | 100010001 | 110011 | 100101 |
Color Harmonies of #642F90
Complementary color
Monochromatic Colors of #642F90
Black with #642F90
Text Example
Text Example
White with #642F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F90; }
p { color: rgb(100,47,144); }
H1.HeaderClassName
{
color: #642F90;
}
.AnyTagClassName
{
color: #642F90;
}
</style>
background-color css
<style>
a { background-color: #642F90; }
a { background-color: rgb(100,47,144); }
div.DivClassName
{
background-color: #642F90;
}
.BgClassName
{
background-color: #642F90;
}
</style>
border-color css
<style>
span { border-color: #642F90; }
span { border-color: rgb(100,47,144); }
td.TdClassName
{
border-color: #642F90;
}
.TagClassName
{
border-color: #642F90;
}
</style>