Shades of Blue Marguerite #6C4BBC
Tints of Blue Marguerite #6C4BBC
RGB
CMYK
RGB Variations
Color information
#6C4BBC (or 0x6C4BBC) is known color: Blue Marguerite. HEX triplet: 6C, 4B and BC. RGB value is (108,75,188). Sum of RGB (Red+Green+Blue) = 108+75+188=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BBC is #93B443. Grayscale: #616161. Windows color (decimal): -9679940 or 12340076. OLE color: 12340076.
HSL color Cylindrical-coordinate representation of color #6C4BBC: hue angle of 257.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C4BBC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 75 | 188 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.26 |
| HSL | 257.52º | 0.46% | 0.52% | - |
| HSV(B) | 257.52º | 0.6% | 0.74% | - |
| XYZ | 17.78 | 11.85 | 48.93 | - |
| YUV | 97.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 188 | 0.43 | 0.60 | 0 | 0.26 | 257.52 | 0.46 | 0.52 |
| Hex | 6C | 4B | BC | 2B | 3C | 0 | 1A | 102 | 2E | 34 |
| Octal | 154 | 113 | 274 | 53 | 74 | 0 | 32 | 402 | 56 | 64 |
| Binary | 1101100 | 1001011 | 10111100 | 101011 | 111100 | 0 | 11010 | 100000010 | 101110 | 110100 |
Color Harmonies of #6C4BBC
Complementary color
Monochromatic Colors of #6C4BBC
Black with #6C4BBC
Text Example
Text Example
White with #6C4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BBC; }
p { color: rgb(108,75,188); }
H1.HeaderClassName
{
color: #6C4BBC;
}
.AnyTagClassName
{
color: #6C4BBC;
}
</style>
background-color css
<style>
a { background-color: #6C4BBC; }
a { background-color: rgb(108,75,188); }
div.DivClassName
{
background-color: #6C4BBC;
}
.BgClassName
{
background-color: #6C4BBC;
}
</style>
border-color css
<style>
span { border-color: #6C4BBC; }
span { border-color: rgb(108,75,188); }
td.TdClassName
{
border-color: #6C4BBC;
}
.TagClassName
{
border-color: #6C4BBC;
}
</style>