Shades of Kingfisher Daisy #611A90
Tints of Kingfisher Daisy #611A90
RGB
CMYK
RGB Variations
Color information
#611A90 (or 0x611A90) is known color: Kingfisher Daisy. HEX triplet: 61, 1A and 90. RGB value is (97,26,144). Sum of RGB (Red+Green+Blue) = 97+26+144=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #611A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611A90 is #9EE56F. Grayscale: #3C3C3C. Windows color (decimal): -10413424 or 9443937. OLE color: 9443937.
HSL color Cylindrical-coordinate representation of color #611A90: hue angle of 276.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611A90 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 26 | 144 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.44 |
| HSL | 276.1º | 0.69% | 0.33% | - |
| HSV(B) | 276.1º | 0.82% | 0.56% | - |
| XYZ | 10.33 | 5.29 | 26.86 | - |
| YUV | 60.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 144 | 0.33 | 0.82 | 0 | 0.44 | 276.1 | 0.69 | 0.33 |
| Hex | 61 | 1A | 90 | 21 | 52 | 0 | 2C | 114 | 45 | 21 |
| Octal | 141 | 32 | 220 | 41 | 122 | 0 | 54 | 424 | 105 | 41 |
| Binary | 1100001 | 11010 | 10010000 | 100001 | 1010010 | 0 | 101100 | 100010100 | 1000101 | 100001 |
Color Harmonies of #611A90
Complementary color
Monochromatic Colors of #611A90
Black with #611A90
Text Example
Text Example
White with #611A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A90; }
p { color: rgb(97,26,144); }
H1.HeaderClassName
{
color: #611A90;
}
.AnyTagClassName
{
color: #611A90;
}
</style>
background-color css
<style>
a { background-color: #611A90; }
a { background-color: rgb(97,26,144); }
div.DivClassName
{
background-color: #611A90;
}
.BgClassName
{
background-color: #611A90;
}
</style>
border-color css
<style>
span { border-color: #611A90; }
span { border-color: rgb(97,26,144); }
td.TdClassName
{
border-color: #611A90;
}
.TagClassName
{
border-color: #611A90;
}
</style>