Shades of Blue Marguerite #6C53B1
Tints of Blue Marguerite #6C53B1
RGB
CMYK
RGB Variations
Color information
#6C53B1 (or 0x6C53B1) is known color: Blue Marguerite. HEX triplet: 6C, 53 and B1. RGB value is (108,83,177). Sum of RGB (Red+Green+Blue) = 108+83+177=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C53B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53B1 is #93AC4E. Grayscale: #646464. Windows color (decimal): -9677903 or 11621228. OLE color: 11621228.
HSL color Cylindrical-coordinate representation of color #6C53B1: hue angle of 255.96º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C53B1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 83 | 177 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.31 |
| HSL | 255.96º | 0.38% | 0.51% | - |
| HSV(B) | 255.96º | 0.53% | 0.69% | - |
| XYZ | 17.21 | 12.55 | 43.11 | - |
| YUV | 101.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 177 | 0.39 | 0.53 | 0 | 0.31 | 255.96 | 0.38 | 0.51 |
| Hex | 6C | 53 | B1 | 27 | 35 | 0 | 1F | 100 | 26 | 33 |
| Octal | 154 | 123 | 261 | 47 | 65 | 0 | 37 | 400 | 46 | 63 |
| Binary | 1101100 | 1010011 | 10110001 | 100111 | 110101 | 0 | 11111 | 100000000 | 100110 | 110011 |
Color Harmonies of #6C53B1
Complementary color
Monochromatic Colors of #6C53B1
Black with #6C53B1
Text Example
Text Example
White with #6C53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C53B1; }
p { color: rgb(108,83,177); }
H1.HeaderClassName
{
color: #6C53B1;
}
.AnyTagClassName
{
color: #6C53B1;
}
</style>
background-color css
<style>
a { background-color: #6C53B1; }
a { background-color: rgb(108,83,177); }
div.DivClassName
{
background-color: #6C53B1;
}
.BgClassName
{
background-color: #6C53B1;
}
</style>
border-color css
<style>
span { border-color: #6C53B1; }
span { border-color: rgb(108,83,177); }
td.TdClassName
{
border-color: #6C53B1;
}
.TagClassName
{
border-color: #6C53B1;
}
</style>