Shades of Blue Marguerite #6B54B5
Tints of Blue Marguerite #6B54B5
RGB
CMYK
RGB Variations
Color information
#6B54B5 (or 0x6B54B5) is known color: Blue Marguerite. HEX triplet: 6B, 54 and B5. RGB value is (107,84,181). Sum of RGB (Red+Green+Blue) = 107+84+181=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #6B54B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B54B5 is #94AB4A. Grayscale: #656565. Windows color (decimal): -9743179 or 11883627. OLE color: 11883627.
HSL color Cylindrical-coordinate representation of color #6B54B5: hue angle of 254.23º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B54B5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 84 | 181 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.29 |
| HSL | 254.23º | 0.4% | 0.52% | - |
| HSV(B) | 254.23º | 0.54% | 0.71% | - |
| XYZ | 17.57 | 12.8 | 45.26 | - |
| YUV | 101.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 181 | 0.41 | 0.54 | 0 | 0.29 | 254.23 | 0.4 | 0.52 |
| Hex | 6B | 54 | B5 | 29 | 36 | 0 | 1D | FE | 28 | 34 |
| Octal | 153 | 124 | 265 | 51 | 66 | 0 | 35 | 376 | 50 | 64 |
| Binary | 1101011 | 1010100 | 10110101 | 101001 | 110110 | 0 | 11101 | 11111110 | 101000 | 110100 |
Color Harmonies of #6B54B5
Complementary color
Monochromatic Colors of #6B54B5
Black with #6B54B5
Text Example
Text Example
White with #6B54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B54B5; }
p { color: rgb(107,84,181); }
H1.HeaderClassName
{
color: #6B54B5;
}
.AnyTagClassName
{
color: #6B54B5;
}
</style>
background-color css
<style>
a { background-color: #6B54B5; }
a { background-color: rgb(107,84,181); }
div.DivClassName
{
background-color: #6B54B5;
}
.BgClassName
{
background-color: #6B54B5;
}
</style>
border-color css
<style>
span { border-color: #6B54B5; }
span { border-color: rgb(107,84,181); }
td.TdClassName
{
border-color: #6B54B5;
}
.TagClassName
{
border-color: #6B54B5;
}
</style>