Shades of Blue Marguerite #6C4DBB
Tints of Blue Marguerite #6C4DBB
RGB
CMYK
RGB Variations
Color information
#6C4DBB (or 0x6C4DBB) is known color: Blue Marguerite. HEX triplet: 6C, 4D and BB. RGB value is (108,77,187). Sum of RGB (Red+Green+Blue) = 108+77+187=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DBB is #93B244. Grayscale: #626262. Windows color (decimal): -9679429 or 12275052. OLE color: 12275052.
HSL color Cylindrical-coordinate representation of color #6C4DBB: hue angle of 256.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C4DBB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 77 | 187 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.27 |
| HSL | 256.91º | 0.45% | 0.52% | - |
| HSV(B) | 256.91º | 0.59% | 0.73% | - |
| XYZ | 17.81 | 12.08 | 48.41 | - |
| YUV | 98.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 187 | 0.42 | 0.59 | 0 | 0.27 | 256.91 | 0.45 | 0.52 |
| Hex | 6C | 4D | BB | 2A | 3B | 0 | 1B | 101 | 2D | 34 |
| Octal | 154 | 115 | 273 | 52 | 73 | 0 | 33 | 401 | 55 | 64 |
| Binary | 1101100 | 1001101 | 10111011 | 101010 | 111011 | 0 | 11011 | 100000001 | 101101 | 110100 |
Color Harmonies of #6C4DBB
Complementary color
Monochromatic Colors of #6C4DBB
Black with #6C4DBB
Text Example
Text Example
White with #6C4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DBB; }
p { color: rgb(108,77,187); }
H1.HeaderClassName
{
color: #6C4DBB;
}
.AnyTagClassName
{
color: #6C4DBB;
}
</style>
background-color css
<style>
a { background-color: #6C4DBB; }
a { background-color: rgb(108,77,187); }
div.DivClassName
{
background-color: #6C4DBB;
}
.BgClassName
{
background-color: #6C4DBB;
}
</style>
border-color css
<style>
span { border-color: #6C4DBB; }
span { border-color: rgb(108,77,187); }
td.TdClassName
{
border-color: #6C4DBB;
}
.TagClassName
{
border-color: #6C4DBB;
}
</style>