Shades of Kingfisher Daisy #6A2D88
Tints of Kingfisher Daisy #6A2D88
RGB
CMYK
RGB Variations
Color information
#6A2D88 (or 0x6A2D88) is known color: Kingfisher Daisy. HEX triplet: 6A, 2D and 88. RGB value is (106,45,136). Sum of RGB (Red+Green+Blue) = 106+45+136=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A2D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2D88 is #95D277. Grayscale: #494949. Windows color (decimal): -9818744 or 8924522. OLE color: 8924522.
HSL color Cylindrical-coordinate representation of color #6A2D88: hue angle of 280.22º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2D88 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 45 | 136 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.47 |
| HSL | 280.22º | 0.5% | 0.35% | - |
| HSV(B) | 280.22º | 0.67% | 0.53% | - |
| XYZ | 11.33 | 6.72 | 23.99 | - |
| YUV | 73.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 136 | 0.22 | 0.67 | 0 | 0.47 | 280.22 | 0.5 | 0.35 |
| Hex | 6A | 2D | 88 | 16 | 43 | 0 | 2F | 118 | 32 | 23 |
| Octal | 152 | 55 | 210 | 26 | 103 | 0 | 57 | 430 | 62 | 43 |
| Binary | 1101010 | 101101 | 10001000 | 10110 | 1000011 | 0 | 101111 | 100011000 | 110010 | 100011 |
Color Harmonies of #6A2D88
Complementary color
Monochromatic Colors of #6A2D88
Black with #6A2D88
Text Example
Text Example
White with #6A2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2D88; }
p { color: rgb(106,45,136); }
H1.HeaderClassName
{
color: #6A2D88;
}
.AnyTagClassName
{
color: #6A2D88;
}
</style>
background-color css
<style>
a { background-color: #6A2D88; }
a { background-color: rgb(106,45,136); }
div.DivClassName
{
background-color: #6A2D88;
}
.BgClassName
{
background-color: #6A2D88;
}
</style>
border-color css
<style>
span { border-color: #6A2D88; }
span { border-color: rgb(106,45,136); }
td.TdClassName
{
border-color: #6A2D88;
}
.TagClassName
{
border-color: #6A2D88;
}
</style>