Shades of Blue Marguerite #6C4BBA
Tints of Blue Marguerite #6C4BBA
RGB
CMYK
RGB Variations
Color information
#6C4BBA (or 0x6C4BBA) is known color: Blue Marguerite. HEX triplet: 6C, 4B and BA. RGB value is (108,75,186). Sum of RGB (Red+Green+Blue) = 108+75+186=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BBA is #93B445. Grayscale: #616161. Windows color (decimal): -9679942 or 12209004. OLE color: 12209004.
HSL color Cylindrical-coordinate representation of color #6C4BBA: hue angle of 257.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C4BBA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 75 | 186 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.27 |
| HSL | 257.84º | 0.45% | 0.51% | - |
| HSV(B) | 257.84º | 0.6% | 0.73% | - |
| XYZ | 17.56 | 11.77 | 47.8 | - |
| YUV | 97.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 186 | 0.42 | 0.60 | 0 | 0.27 | 257.84 | 0.45 | 0.51 |
| Hex | 6C | 4B | BA | 2A | 3C | 0 | 1B | 102 | 2D | 33 |
| Octal | 154 | 113 | 272 | 52 | 74 | 0 | 33 | 402 | 55 | 63 |
| Binary | 1101100 | 1001011 | 10111010 | 101010 | 111100 | 0 | 11011 | 100000010 | 101101 | 110011 |
Color Harmonies of #6C4BBA
Complementary color
Monochromatic Colors of #6C4BBA
Black with #6C4BBA
Text Example
Text Example
White with #6C4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BBA; }
p { color: rgb(108,75,186); }
H1.HeaderClassName
{
color: #6C4BBA;
}
.AnyTagClassName
{
color: #6C4BBA;
}
</style>
background-color css
<style>
a { background-color: #6C4BBA; }
a { background-color: rgb(108,75,186); }
div.DivClassName
{
background-color: #6C4BBA;
}
.BgClassName
{
background-color: #6C4BBA;
}
</style>
border-color css
<style>
span { border-color: #6C4BBA; }
span { border-color: rgb(108,75,186); }
td.TdClassName
{
border-color: #6C4BBA;
}
.TagClassName
{
border-color: #6C4BBA;
}
</style>