Shades of Kingfisher Daisy #6A2E88
Tints of Kingfisher Daisy #6A2E88
RGB
CMYK
RGB Variations
Color information
#6A2E88 (or 0x6A2E88) is known color: Kingfisher Daisy. HEX triplet: 6A, 2E and 88. RGB value is (106,46,136). Sum of RGB (Red+Green+Blue) = 106+46+136=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A2E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2E88 is #95D177. Grayscale: #494949. Windows color (decimal): -9818488 or 8924778. OLE color: 8924778.
HSL color Cylindrical-coordinate representation of color #6A2E88: hue angle of 280º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A2E88 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 46 | 136 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.47 |
| HSL | 280º | 0.49% | 0.36% | - |
| HSV(B) | 280º | 0.66% | 0.53% | - |
| XYZ | 11.36 | 6.8 | 24.01 | - |
| YUV | 74.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 136 | 0.22 | 0.66 | 0 | 0.47 | 280 | 0.49 | 0.36 |
| Hex | 6A | 2E | 88 | 16 | 42 | 0 | 2F | 118 | 31 | 24 |
| Octal | 152 | 56 | 210 | 26 | 102 | 0 | 57 | 430 | 61 | 44 |
| Binary | 1101010 | 101110 | 10001000 | 10110 | 1000010 | 0 | 101111 | 100011000 | 110001 | 100100 |
Color Harmonies of #6A2E88
Complementary color
Monochromatic Colors of #6A2E88
Black with #6A2E88
Text Example
Text Example
White with #6A2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E88; }
p { color: rgb(106,46,136); }
H1.HeaderClassName
{
color: #6A2E88;
}
.AnyTagClassName
{
color: #6A2E88;
}
</style>
background-color css
<style>
a { background-color: #6A2E88; }
a { background-color: rgb(106,46,136); }
div.DivClassName
{
background-color: #6A2E88;
}
.BgClassName
{
background-color: #6A2E88;
}
</style>
border-color css
<style>
span { border-color: #6A2E88; }
span { border-color: rgb(106,46,136); }
td.TdClassName
{
border-color: #6A2E88;
}
.TagClassName
{
border-color: #6A2E88;
}
</style>