Shades of Kingfisher Daisy #614080
Tints of Kingfisher Daisy #614080
RGB
CMYK
RGB Variations
Color information
#614080 (or 0x614080) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 80. RGB value is (97,64,128). Sum of RGB (Red+Green+Blue) = 97+64+128=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #614080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614080 is #9EBF7F. Grayscale: #505050. Windows color (decimal): -10403712 or 8405089. OLE color: 8405089.
HSL color Cylindrical-coordinate representation of color #614080: hue angle of 270.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614080 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 64 | 128 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.50 |
| HSL | 270.94º | 0.33% | 0.38% | - |
| HSV(B) | 270.94º | 0.5% | 0.5% | - |
| XYZ | 10.66 | 7.77 | 21.36 | - |
| YUV | 81.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 128 | 0.24 | 0.5 | 0 | 0.50 | 270.94 | 0.33 | 0.38 |
| Hex | 61 | 40 | 80 | 18 | 32 | 0 | 32 | 10F | 21 | 26 |
| Octal | 141 | 100 | 200 | 30 | 62 | 0 | 62 | 417 | 41 | 46 |
| Binary | 1100001 | 1000000 | 10000000 | 11000 | 110010 | 0 | 110010 | 100001111 | 100001 | 100110 |
Color Harmonies of #614080
Complementary color
Monochromatic Colors of #614080
Black with #614080
Text Example
Text Example
White with #614080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614080; }
p { color: rgb(97,64,128); }
H1.HeaderClassName
{
color: #614080;
}
.AnyTagClassName
{
color: #614080;
}
</style>
background-color css
<style>
a { background-color: #614080; }
a { background-color: rgb(97,64,128); }
div.DivClassName
{
background-color: #614080;
}
.BgClassName
{
background-color: #614080;
}
</style>
border-color css
<style>
span { border-color: #614080; }
span { border-color: rgb(97,64,128); }
td.TdClassName
{
border-color: #614080;
}
.TagClassName
{
border-color: #614080;
}
</style>