Shades of Blue Marguerite #6C61AE
Tints of Blue Marguerite #6C61AE
RGB
CMYK
RGB Variations
Color information
#6C61AE (or 0x6C61AE) is known color: Blue Marguerite. HEX triplet: 6C, 61 and AE. RGB value is (108,97,174). Sum of RGB (Red+Green+Blue) = 108+97+174=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 97 (38.28% from 255 or 25.59% 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 #6C61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C61AE is #939E51. Grayscale: #6C6C6C. Windows color (decimal): -9674322 or 11428204. OLE color: 11428204.
HSL color Cylindrical-coordinate representation of color #6C61AE: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C61AE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 97 | 174 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.32 |
| HSL | 248.57º | 0.32% | 0.53% | - |
| HSV(B) | 248.57º | 0.44% | 0.68% | - |
| XYZ | 18.1 | 14.79 | 41.95 | - |
| YUV | 109.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 174 | 0.38 | 0.44 | 0 | 0.32 | 248.57 | 0.32 | 0.53 |
| Hex | 6C | 61 | AE | 26 | 2C | 0 | 20 | F9 | 20 | 35 |
| Octal | 154 | 141 | 256 | 46 | 54 | 0 | 40 | 371 | 40 | 65 |
| Binary | 1101100 | 1100001 | 10101110 | 100110 | 101100 | 0 | 100000 | 11111001 | 100000 | 110101 |
Color Harmonies of #6C61AE
Complementary color
Monochromatic Colors of #6C61AE
Black with #6C61AE
Text Example
Text Example
White with #6C61AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61AE; }
p { color: rgb(108,97,174); }
H1.HeaderClassName
{
color: #6C61AE;
}
.AnyTagClassName
{
color: #6C61AE;
}
</style>
background-color css
<style>
a { background-color: #6C61AE; }
a { background-color: rgb(108,97,174); }
div.DivClassName
{
background-color: #6C61AE;
}
.BgClassName
{
background-color: #6C61AE;
}
</style>
border-color css
<style>
span { border-color: #6C61AE; }
span { border-color: rgb(108,97,174); }
td.TdClassName
{
border-color: #6C61AE;
}
.TagClassName
{
border-color: #6C61AE;
}
</style>