Shades of Kingfisher Daisy #642F92
Tints of Kingfisher Daisy #642F92
RGB
CMYK
RGB Variations
Color information
#642F92 (or 0x642F92) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 92. RGB value is (100,47,146). Sum of RGB (Red+Green+Blue) = 100+47+146=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #642F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F92 is #9BD06D. Grayscale: #494949. Windows color (decimal): -10211438 or 9580388. OLE color: 9580388.
HSL color Cylindrical-coordinate representation of color #642F92: hue angle of 272.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642F92 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 47 | 146 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.43 |
| HSL | 272.12º | 0.51% | 0.38% | - |
| HSV(B) | 272.12º | 0.68% | 0.57% | - |
| XYZ | 11.46 | 6.82 | 27.91 | - |
| YUV | 74.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 146 | 0.32 | 0.68 | 0 | 0.43 | 272.12 | 0.51 | 0.38 |
| Hex | 64 | 2F | 92 | 20 | 44 | 0 | 2B | 110 | 33 | 26 |
| Octal | 144 | 57 | 222 | 40 | 104 | 0 | 53 | 420 | 63 | 46 |
| Binary | 1100100 | 101111 | 10010010 | 100000 | 1000100 | 0 | 101011 | 100010000 | 110011 | 100110 |
Color Harmonies of #642F92
Complementary color
Monochromatic Colors of #642F92
Black with #642F92
Text Example
Text Example
White with #642F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F92; }
p { color: rgb(100,47,146); }
H1.HeaderClassName
{
color: #642F92;
}
.AnyTagClassName
{
color: #642F92;
}
</style>
background-color css
<style>
a { background-color: #642F92; }
a { background-color: rgb(100,47,146); }
div.DivClassName
{
background-color: #642F92;
}
.BgClassName
{
background-color: #642F92;
}
</style>
border-color css
<style>
span { border-color: #642F92; }
span { border-color: rgb(100,47,146); }
td.TdClassName
{
border-color: #642F92;
}
.TagClassName
{
border-color: #642F92;
}
</style>