Shades of Blue Marguerite #6A58BC
Tints of Blue Marguerite #6A58BC
RGB
CMYK
RGB Variations
Color information
#6A58BC (or 0x6A58BC) is known color: Blue Marguerite. HEX triplet: 6A, 58 and BC. RGB value is (106,88,188). Sum of RGB (Red+Green+Blue) = 106+88+188=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58BC is #95A743. Grayscale: #686868. Windows color (decimal): -9807684 or 12343402. OLE color: 12343402.
HSL color Cylindrical-coordinate representation of color #6A58BC: hue angle of 250.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A58BC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 88 | 188 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.26 |
| HSL | 250.8º | 0.43% | 0.54% | - |
| HSV(B) | 250.8º | 0.53% | 0.74% | - |
| XYZ | 18.51 | 13.67 | 49.24 | - |
| YUV | 104.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 188 | 0.44 | 0.53 | 0 | 0.26 | 250.8 | 0.43 | 0.54 |
| Hex | 6A | 58 | BC | 2C | 35 | 0 | 1A | FB | 2B | 36 |
| Octal | 152 | 130 | 274 | 54 | 65 | 0 | 32 | 373 | 53 | 66 |
| Binary | 1101010 | 1011000 | 10111100 | 101100 | 110101 | 0 | 11010 | 11111011 | 101011 | 110110 |
Color Harmonies of #6A58BC
Complementary color
Monochromatic Colors of #6A58BC
Black with #6A58BC
Text Example
Text Example
White with #6A58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A58BC; }
p { color: rgb(106,88,188); }
H1.HeaderClassName
{
color: #6A58BC;
}
.AnyTagClassName
{
color: #6A58BC;
}
</style>
background-color css
<style>
a { background-color: #6A58BC; }
a { background-color: rgb(106,88,188); }
div.DivClassName
{
background-color: #6A58BC;
}
.BgClassName
{
background-color: #6A58BC;
}
</style>
border-color css
<style>
span { border-color: #6A58BC; }
span { border-color: rgb(106,88,188); }
td.TdClassName
{
border-color: #6A58BC;
}
.TagClassName
{
border-color: #6A58BC;
}
</style>