Shades of Kingfisher Daisy #6A2A90
Tints of Kingfisher Daisy #6A2A90
RGB
CMYK
RGB Variations
Color information
#6A2A90 (or 0x6A2A90) is known color: Kingfisher Daisy. HEX triplet: 6A, 2A and 90. RGB value is (106,42,144). Sum of RGB (Red+Green+Blue) = 106+42+144=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2A90 is #95D56F. Grayscale: #484848. Windows color (decimal): -9819504 or 9448042. OLE color: 9448042.
HSL color Cylindrical-coordinate representation of color #6A2A90: hue angle of 277.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A2A90 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 42 | 144 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.44 |
| HSL | 277.65º | 0.55% | 0.36% | - |
| HSV(B) | 277.65º | 0.71% | 0.56% | - |
| XYZ | 11.81 | 6.73 | 27.06 | - |
| YUV | 72.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 144 | 0.26 | 0.71 | 0 | 0.44 | 277.65 | 0.55 | 0.36 |
| Hex | 6A | 2A | 90 | 1A | 47 | 0 | 2C | 116 | 37 | 24 |
| Octal | 152 | 52 | 220 | 32 | 107 | 0 | 54 | 426 | 67 | 44 |
| Binary | 1101010 | 101010 | 10010000 | 11010 | 1000111 | 0 | 101100 | 100010110 | 110111 | 100100 |
Color Harmonies of #6A2A90
Complementary color
Monochromatic Colors of #6A2A90
Black with #6A2A90
Text Example
Text Example
White with #6A2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A90; }
p { color: rgb(106,42,144); }
H1.HeaderClassName
{
color: #6A2A90;
}
.AnyTagClassName
{
color: #6A2A90;
}
</style>
background-color css
<style>
a { background-color: #6A2A90; }
a { background-color: rgb(106,42,144); }
div.DivClassName
{
background-color: #6A2A90;
}
.BgClassName
{
background-color: #6A2A90;
}
</style>
border-color css
<style>
span { border-color: #6A2A90; }
span { border-color: rgb(106,42,144); }
td.TdClassName
{
border-color: #6A2A90;
}
.TagClassName
{
border-color: #6A2A90;
}
</style>