Shades of Blue Marguerite #6D54B2
Tints of Blue Marguerite #6D54B2
RGB
CMYK
RGB Variations
Color information
#6D54B2 (or 0x6D54B2) is known color: Blue Marguerite. HEX triplet: 6D, 54 and B2. RGB value is (109,84,178). Sum of RGB (Red+Green+Blue) = 109+84+178=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #6D54B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D54B2 is #92AB4D. Grayscale: #656565. Windows color (decimal): -9612110 or 11687021. OLE color: 11687021.
HSL color Cylindrical-coordinate representation of color #6D54B2: hue angle of 255.96º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D54B2 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 84 | 178 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.30 |
| HSL | 255.96º | 0.38% | 0.51% | - |
| HSV(B) | 255.96º | 0.53% | 0.7% | - |
| XYZ | 17.51 | 12.81 | 43.67 | - |
| YUV | 102.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 178 | 0.39 | 0.53 | 0 | 0.30 | 255.96 | 0.38 | 0.51 |
| Hex | 6D | 54 | B2 | 27 | 35 | 0 | 1E | 100 | 26 | 33 |
| Octal | 155 | 124 | 262 | 47 | 65 | 0 | 36 | 400 | 46 | 63 |
| Binary | 1101101 | 1010100 | 10110010 | 100111 | 110101 | 0 | 11110 | 100000000 | 100110 | 110011 |
Color Harmonies of #6D54B2
Complementary color
Monochromatic Colors of #6D54B2
Black with #6D54B2
Text Example
Text Example
White with #6D54B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D54B2; }
p { color: rgb(109,84,178); }
H1.HeaderClassName
{
color: #6D54B2;
}
.AnyTagClassName
{
color: #6D54B2;
}
</style>
background-color css
<style>
a { background-color: #6D54B2; }
a { background-color: rgb(109,84,178); }
div.DivClassName
{
background-color: #6D54B2;
}
.BgClassName
{
background-color: #6D54B2;
}
</style>
border-color css
<style>
span { border-color: #6D54B2; }
span { border-color: rgb(109,84,178); }
td.TdClassName
{
border-color: #6D54B2;
}
.TagClassName
{
border-color: #6D54B2;
}
</style>