Shades of Blue Marguerite #6D54B8
Tints of Blue Marguerite #6D54B8
RGB
CMYK
RGB Variations
Color information
#6D54B8 (or 0x6D54B8) is known color: Blue Marguerite. HEX triplet: 6D, 54 and B8. RGB value is (109,84,184). Sum of RGB (Red+Green+Blue) = 109+84+184=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D54B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D54B8 is #92AB47. Grayscale: #666666. Windows color (decimal): -9612104 or 12080237. OLE color: 12080237.
HSL color Cylindrical-coordinate representation of color #6D54B8: hue angle of 255º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D54B8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 84 | 184 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.28 |
| HSL | 255º | 0.41% | 0.53% | - |
| HSV(B) | 255º | 0.54% | 0.72% | - |
| XYZ | 18.13 | 13.05 | 46.91 | - |
| YUV | 102.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 184 | 0.41 | 0.54 | 0 | 0.28 | 255 | 0.41 | 0.53 |
| Hex | 6D | 54 | B8 | 29 | 36 | 0 | 1C | FF | 29 | 35 |
| Octal | 155 | 124 | 270 | 51 | 66 | 0 | 34 | 377 | 51 | 65 |
| Binary | 1101101 | 1010100 | 10111000 | 101001 | 110110 | 0 | 11100 | 11111111 | 101001 | 110101 |
Color Harmonies of #6D54B8
Complementary color
Monochromatic Colors of #6D54B8
Black with #6D54B8
Text Example
Text Example
White with #6D54B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D54B8; }
p { color: rgb(109,84,184); }
H1.HeaderClassName
{
color: #6D54B8;
}
.AnyTagClassName
{
color: #6D54B8;
}
</style>
background-color css
<style>
a { background-color: #6D54B8; }
a { background-color: rgb(109,84,184); }
div.DivClassName
{
background-color: #6D54B8;
}
.BgClassName
{
background-color: #6D54B8;
}
</style>
border-color css
<style>
span { border-color: #6D54B8; }
span { border-color: rgb(109,84,184); }
td.TdClassName
{
border-color: #6D54B8;
}
.TagClassName
{
border-color: #6D54B8;
}
</style>