Shades of Blue Marguerite #6C5BB4
Tints of Blue Marguerite #6C5BB4
RGB
CMYK
RGB Variations
Color information
#6C5BB4 (or 0x6C5BB4) is known color: Blue Marguerite. HEX triplet: 6C, 5B and B4. RGB value is (108,91,180). Sum of RGB (Red+Green+Blue) = 108+91+180=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C5BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5BB4 is #93A44B. Grayscale: #696969. Windows color (decimal): -9675852 or 11819884. OLE color: 11819884.
HSL color Cylindrical-coordinate representation of color #6C5BB4: hue angle of 251.46º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C5BB4 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 91 | 180 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.29 |
| HSL | 251.46º | 0.37% | 0.53% | - |
| HSV(B) | 251.46º | 0.49% | 0.71% | - |
| XYZ | 18.16 | 13.97 | 44.92 | - |
| YUV | 106.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 180 | 0.40 | 0.49 | 0 | 0.29 | 251.46 | 0.37 | 0.53 |
| Hex | 6C | 5B | B4 | 28 | 31 | 0 | 1D | FB | 25 | 35 |
| Octal | 154 | 133 | 264 | 50 | 61 | 0 | 35 | 373 | 45 | 65 |
| Binary | 1101100 | 1011011 | 10110100 | 101000 | 110001 | 0 | 11101 | 11111011 | 100101 | 110101 |
Color Harmonies of #6C5BB4
Complementary color
Monochromatic Colors of #6C5BB4
Black with #6C5BB4
Text Example
Text Example
White with #6C5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BB4; }
p { color: rgb(108,91,180); }
H1.HeaderClassName
{
color: #6C5BB4;
}
.AnyTagClassName
{
color: #6C5BB4;
}
</style>
background-color css
<style>
a { background-color: #6C5BB4; }
a { background-color: rgb(108,91,180); }
div.DivClassName
{
background-color: #6C5BB4;
}
.BgClassName
{
background-color: #6C5BB4;
}
</style>
border-color css
<style>
span { border-color: #6C5BB4; }
span { border-color: rgb(108,91,180); }
td.TdClassName
{
border-color: #6C5BB4;
}
.TagClassName
{
border-color: #6C5BB4;
}
</style>