Shades of Blue Marguerite #6C53BC
Tints of Blue Marguerite #6C53BC
RGB
CMYK
RGB Variations
Color information
#6C53BC (or 0x6C53BC) is known color: Blue Marguerite. HEX triplet: 6C, 53 and BC. RGB value is (108,83,188). Sum of RGB (Red+Green+Blue) = 108+83+188=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C53BC is #93AC43. Grayscale: #666666. Windows color (decimal): -9677892 or 12342124. OLE color: 12342124.
HSL color Cylindrical-coordinate representation of color #6C53BC: hue angle of 254.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C53BC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 83 | 188 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.26 |
| HSL | 254.29º | 0.44% | 0.53% | - |
| HSV(B) | 254.29º | 0.56% | 0.74% | - |
| XYZ | 18.35 | 13.01 | 49.12 | - |
| YUV | 102.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 188 | 0.43 | 0.56 | 0 | 0.26 | 254.29 | 0.44 | 0.53 |
| Hex | 6C | 53 | BC | 2B | 38 | 0 | 1A | FE | 2C | 35 |
| Octal | 154 | 123 | 274 | 53 | 70 | 0 | 32 | 376 | 54 | 65 |
| Binary | 1101100 | 1010011 | 10111100 | 101011 | 111000 | 0 | 11010 | 11111110 | 101100 | 110101 |
Color Harmonies of #6C53BC
Complementary color
Monochromatic Colors of #6C53BC
Black with #6C53BC
Text Example
Text Example
White with #6C53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C53BC; }
p { color: rgb(108,83,188); }
H1.HeaderClassName
{
color: #6C53BC;
}
.AnyTagClassName
{
color: #6C53BC;
}
</style>
background-color css
<style>
a { background-color: #6C53BC; }
a { background-color: rgb(108,83,188); }
div.DivClassName
{
background-color: #6C53BC;
}
.BgClassName
{
background-color: #6C53BC;
}
</style>
border-color css
<style>
span { border-color: #6C53BC; }
span { border-color: rgb(108,83,188); }
td.TdClassName
{
border-color: #6C53BC;
}
.TagClassName
{
border-color: #6C53BC;
}
</style>