Shades of Blue Marguerite #6D4FAE
Tints of Blue Marguerite #6D4FAE
RGB
CMYK
RGB Variations
Color information
#6D4FAE (or 0x6D4FAE) is known color: Blue Marguerite. HEX triplet: 6D, 4F and AE. RGB value is (109,79,174). Sum of RGB (Red+Green+Blue) = 109+79+174=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAE is #92B051. Grayscale: #626262. Windows color (decimal): -9613394 or 11423597. OLE color: 11423597.
HSL color Cylindrical-coordinate representation of color #6D4FAE: hue angle of 258.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4FAE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 79 | 174 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.32 |
| HSL | 258.95º | 0.38% | 0.5% | - |
| HSV(B) | 258.95º | 0.55% | 0.68% | - |
| XYZ | 16.74 | 11.9 | 41.46 | - |
| YUV | 98.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 174 | 0.37 | 0.55 | 0 | 0.32 | 258.95 | 0.38 | 0.5 |
| Hex | 6D | 4F | AE | 25 | 37 | 0 | 20 | 103 | 26 | 32 |
| Octal | 155 | 117 | 256 | 45 | 67 | 0 | 40 | 403 | 46 | 62 |
| Binary | 1101101 | 1001111 | 10101110 | 100101 | 110111 | 0 | 100000 | 100000011 | 100110 | 110010 |
Color Harmonies of #6D4FAE
Complementary color
Monochromatic Colors of #6D4FAE
Black with #6D4FAE
Text Example
Text Example
White with #6D4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FAE; }
p { color: rgb(109,79,174); }
H1.HeaderClassName
{
color: #6D4FAE;
}
.AnyTagClassName
{
color: #6D4FAE;
}
</style>
background-color css
<style>
a { background-color: #6D4FAE; }
a { background-color: rgb(109,79,174); }
div.DivClassName
{
background-color: #6D4FAE;
}
.BgClassName
{
background-color: #6D4FAE;
}
</style>
border-color css
<style>
span { border-color: #6D4FAE; }
span { border-color: rgb(109,79,174); }
td.TdClassName
{
border-color: #6D4FAE;
}
.TagClassName
{
border-color: #6D4FAE;
}
</style>