Shades of Blue Marguerite #6D60AE
Tints of Blue Marguerite #6D60AE
RGB
CMYK
RGB Variations
Color information
#6D60AE (or 0x6D60AE) is known color: Blue Marguerite. HEX triplet: 6D, 60 and AE. RGB value is (109,96,174). Sum of RGB (Red+Green+Blue) = 109+96+174=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D60AE is #929F51. Grayscale: #6C6C6C. Windows color (decimal): -9609042 or 11427949. OLE color: 11427949.
HSL color Cylindrical-coordinate representation of color #6D60AE: hue angle of 250º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D60AE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 96 | 174 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.32 |
| HSL | 250º | 0.33% | 0.53% | - |
| HSV(B) | 250º | 0.45% | 0.68% | - |
| XYZ | 18.13 | 14.67 | 41.92 | - |
| YUV | 108.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 174 | 0.37 | 0.45 | 0 | 0.32 | 250 | 0.33 | 0.53 |
| Hex | 6D | 60 | AE | 25 | 2D | 0 | 20 | FA | 20 | 35 |
| Octal | 155 | 140 | 256 | 45 | 55 | 0 | 40 | 372 | 40 | 65 |
| Binary | 1101101 | 1100000 | 10101110 | 100101 | 101101 | 0 | 100000 | 11111010 | 100000 | 110101 |
Color Harmonies of #6D60AE
Complementary color
Monochromatic Colors of #6D60AE
Black with #6D60AE
Text Example
Text Example
White with #6D60AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D60AE; }
p { color: rgb(109,96,174); }
H1.HeaderClassName
{
color: #6D60AE;
}
.AnyTagClassName
{
color: #6D60AE;
}
</style>
background-color css
<style>
a { background-color: #6D60AE; }
a { background-color: rgb(109,96,174); }
div.DivClassName
{
background-color: #6D60AE;
}
.BgClassName
{
background-color: #6D60AE;
}
</style>
border-color css
<style>
span { border-color: #6D60AE; }
span { border-color: rgb(109,96,174); }
td.TdClassName
{
border-color: #6D60AE;
}
.TagClassName
{
border-color: #6D60AE;
}
</style>