Shades of Blue Marguerite #6A54BB
Tints of Blue Marguerite #6A54BB
RGB
CMYK
RGB Variations
Color information
#6A54BB (or 0x6A54BB) is known color: Blue Marguerite. HEX triplet: 6A, 54 and BB. RGB value is (106,84,187). Sum of RGB (Red+Green+Blue) = 106+84+187=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54BB is #95AB44. Grayscale: #656565. Windows color (decimal): -9808709 or 12276842. OLE color: 12276842.
HSL color Cylindrical-coordinate representation of color #6A54BB: hue angle of 252.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A54BB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 84 | 187 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.27 |
| HSL | 252.82º | 0.43% | 0.53% | - |
| HSV(B) | 252.82º | 0.55% | 0.73% | - |
| XYZ | 18.08 | 12.99 | 48.57 | - |
| YUV | 102.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 187 | 0.43 | 0.55 | 0 | 0.27 | 252.82 | 0.43 | 0.53 |
| Hex | 6A | 54 | BB | 2B | 37 | 0 | 1B | FD | 2B | 35 |
| Octal | 152 | 124 | 273 | 53 | 67 | 0 | 33 | 375 | 53 | 65 |
| Binary | 1101010 | 1010100 | 10111011 | 101011 | 110111 | 0 | 11011 | 11111101 | 101011 | 110101 |
Color Harmonies of #6A54BB
Complementary color
Monochromatic Colors of #6A54BB
Black with #6A54BB
Text Example
Text Example
White with #6A54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A54BB; }
p { color: rgb(106,84,187); }
H1.HeaderClassName
{
color: #6A54BB;
}
.AnyTagClassName
{
color: #6A54BB;
}
</style>
background-color css
<style>
a { background-color: #6A54BB; }
a { background-color: rgb(106,84,187); }
div.DivClassName
{
background-color: #6A54BB;
}
.BgClassName
{
background-color: #6A54BB;
}
</style>
border-color css
<style>
span { border-color: #6A54BB; }
span { border-color: rgb(106,84,187); }
td.TdClassName
{
border-color: #6A54BB;
}
.TagClassName
{
border-color: #6A54BB;
}
</style>