Shades of Blue Marguerite #6B54BD
Tints of Blue Marguerite #6B54BD
RGB
CMYK
RGB Variations
Color information
#6B54BD (or 0x6B54BD) is known color: Blue Marguerite. HEX triplet: 6B, 54 and BD. RGB value is (107,84,189). Sum of RGB (Red+Green+Blue) = 107+84+189=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B54BD is #94AB42. Grayscale: #666666. Windows color (decimal): -9743171 or 12407915. OLE color: 12407915.
HSL color Cylindrical-coordinate representation of color #6B54BD: hue angle of 253.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B54BD is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 84 | 189 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.26 |
| HSL | 253.14º | 0.44% | 0.54% | - |
| HSV(B) | 253.14º | 0.56% | 0.74% | - |
| XYZ | 18.42 | 13.14 | 49.71 | - |
| YUV | 102.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 189 | 0.43 | 0.56 | 0 | 0.26 | 253.14 | 0.44 | 0.54 |
| Hex | 6B | 54 | BD | 2B | 38 | 0 | 1A | FD | 2C | 36 |
| Octal | 153 | 124 | 275 | 53 | 70 | 0 | 32 | 375 | 54 | 66 |
| Binary | 1101011 | 1010100 | 10111101 | 101011 | 111000 | 0 | 11010 | 11111101 | 101100 | 110110 |
Color Harmonies of #6B54BD
Complementary color
Monochromatic Colors of #6B54BD
Black with #6B54BD
Text Example
Text Example
White with #6B54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B54BD; }
p { color: rgb(107,84,189); }
H1.HeaderClassName
{
color: #6B54BD;
}
.AnyTagClassName
{
color: #6B54BD;
}
</style>
background-color css
<style>
a { background-color: #6B54BD; }
a { background-color: rgb(107,84,189); }
div.DivClassName
{
background-color: #6B54BD;
}
.BgClassName
{
background-color: #6B54BD;
}
</style>
border-color css
<style>
span { border-color: #6B54BD; }
span { border-color: rgb(107,84,189); }
td.TdClassName
{
border-color: #6B54BD;
}
.TagClassName
{
border-color: #6B54BD;
}
</style>