Shades of Blue Marguerite #6B58B1
Tints of Blue Marguerite #6B58B1
RGB
CMYK
RGB Variations
Color information
#6B58B1 (or 0x6B58B1) is known color: Blue Marguerite. HEX triplet: 6B, 58 and B1. RGB value is (107,88,177). Sum of RGB (Red+Green+Blue) = 107+88+177=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B58B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B58B1 is #94A74E. Grayscale: #676767. Windows color (decimal): -9742159 or 11622507. OLE color: 11622507.
HSL color Cylindrical-coordinate representation of color #6B58B1: hue angle of 252.81º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B58B1 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 88 | 177 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.31 |
| HSL | 252.81º | 0.36% | 0.52% | - |
| HSV(B) | 252.81º | 0.5% | 0.69% | - |
| XYZ | 17.49 | 13.28 | 43.24 | - |
| YUV | 103.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 177 | 0.40 | 0.50 | 0 | 0.31 | 252.81 | 0.36 | 0.52 |
| Hex | 6B | 58 | B1 | 28 | 32 | 0 | 1F | FD | 24 | 34 |
| Octal | 153 | 130 | 261 | 50 | 62 | 0 | 37 | 375 | 44 | 64 |
| Binary | 1101011 | 1011000 | 10110001 | 101000 | 110010 | 0 | 11111 | 11111101 | 100100 | 110100 |
Color Harmonies of #6B58B1
Complementary color
Monochromatic Colors of #6B58B1
Black with #6B58B1
Text Example
Text Example
White with #6B58B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B58B1; }
p { color: rgb(107,88,177); }
H1.HeaderClassName
{
color: #6B58B1;
}
.AnyTagClassName
{
color: #6B58B1;
}
</style>
background-color css
<style>
a { background-color: #6B58B1; }
a { background-color: rgb(107,88,177); }
div.DivClassName
{
background-color: #6B58B1;
}
.BgClassName
{
background-color: #6B58B1;
}
</style>
border-color css
<style>
span { border-color: #6B58B1; }
span { border-color: rgb(107,88,177); }
td.TdClassName
{
border-color: #6B58B1;
}
.TagClassName
{
border-color: #6B58B1;
}
</style>