Shades of Blue Marguerite #6D5FAF
Tints of Blue Marguerite #6D5FAF
RGB
CMYK
RGB Variations
Color information
#6D5FAF (or 0x6D5FAF) is known color: Blue Marguerite. HEX triplet: 6D, 5F and AF. RGB value is (109,95,175). Sum of RGB (Red+Green+Blue) = 109+95+175=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5FAF is #92A050. Grayscale: #6C6C6C. Windows color (decimal): -9609297 or 11493229. OLE color: 11493229.
HSL color Cylindrical-coordinate representation of color #6D5FAF: hue angle of 250.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5FAF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 95 | 175 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.31 |
| HSL | 250.5º | 0.33% | 0.53% | - |
| HSV(B) | 250.5º | 0.46% | 0.69% | - |
| XYZ | 18.14 | 14.53 | 42.41 | - |
| YUV | 108.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 175 | 0.38 | 0.46 | 0 | 0.31 | 250.5 | 0.33 | 0.53 |
| Hex | 6D | 5F | AF | 26 | 2E | 0 | 1F | FB | 21 | 35 |
| Octal | 155 | 137 | 257 | 46 | 56 | 0 | 37 | 373 | 41 | 65 |
| Binary | 1101101 | 1011111 | 10101111 | 100110 | 101110 | 0 | 11111 | 11111011 | 100001 | 110101 |
Color Harmonies of #6D5FAF
Complementary color
Monochromatic Colors of #6D5FAF
Black with #6D5FAF
Text Example
Text Example
White with #6D5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FAF; }
p { color: rgb(109,95,175); }
H1.HeaderClassName
{
color: #6D5FAF;
}
.AnyTagClassName
{
color: #6D5FAF;
}
</style>
background-color css
<style>
a { background-color: #6D5FAF; }
a { background-color: rgb(109,95,175); }
div.DivClassName
{
background-color: #6D5FAF;
}
.BgClassName
{
background-color: #6D5FAF;
}
</style>
border-color css
<style>
span { border-color: #6D5FAF; }
span { border-color: rgb(109,95,175); }
td.TdClassName
{
border-color: #6D5FAF;
}
.TagClassName
{
border-color: #6D5FAF;
}
</style>