Shades of Kingfisher Daisy #6A3288
Tints of Kingfisher Daisy #6A3288
RGB
CMYK
RGB Variations
Color information
#6A3288 (or 0x6A3288) is known color: Kingfisher Daisy. HEX triplet: 6A, 32 and 88. RGB value is (106,50,136). Sum of RGB (Red+Green+Blue) = 106+50+136=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A3288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3288 is #95CD77. Grayscale: #4C4C4C. Windows color (decimal): -9817464 or 8925802. OLE color: 8925802.
HSL color Cylindrical-coordinate representation of color #6A3288: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3288 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 50 | 136 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.47 |
| HSL | 279.07º | 0.46% | 0.36% | - |
| HSV(B) | 279.07º | 0.63% | 0.53% | - |
| XYZ | 11.53 | 7.12 | 24.06 | - |
| YUV | 76.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 136 | 0.22 | 0.63 | 0 | 0.47 | 279.07 | 0.46 | 0.36 |
| Hex | 6A | 32 | 88 | 16 | 3F | 0 | 2F | 117 | 2E | 24 |
| Octal | 152 | 62 | 210 | 26 | 77 | 0 | 57 | 427 | 56 | 44 |
| Binary | 1101010 | 110010 | 10001000 | 10110 | 111111 | 0 | 101111 | 100010111 | 101110 | 100100 |
Color Harmonies of #6A3288
Complementary color
Monochromatic Colors of #6A3288
Black with #6A3288
Text Example
Text Example
White with #6A3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3288; }
p { color: rgb(106,50,136); }
H1.HeaderClassName
{
color: #6A3288;
}
.AnyTagClassName
{
color: #6A3288;
}
</style>
background-color css
<style>
a { background-color: #6A3288; }
a { background-color: rgb(106,50,136); }
div.DivClassName
{
background-color: #6A3288;
}
.BgClassName
{
background-color: #6A3288;
}
</style>
border-color css
<style>
span { border-color: #6A3288; }
span { border-color: rgb(106,50,136); }
td.TdClassName
{
border-color: #6A3288;
}
.TagClassName
{
border-color: #6A3288;
}
</style>