Shades of Blue Marguerite #6C59B2
Tints of Blue Marguerite #6C59B2
RGB
CMYK
RGB Variations
Color information
#6C59B2 (or 0x6C59B2) is known color: Blue Marguerite. HEX triplet: 6C, 59 and B2. RGB value is (108,89,178). Sum of RGB (Red+Green+Blue) = 108+89+178=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #6C59B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C59B2 is #93A64D. Grayscale: #686868. Windows color (decimal): -9676366 or 11688300. OLE color: 11688300.
HSL color Cylindrical-coordinate representation of color #6C59B2: hue angle of 252.81º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C59B2 is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 89 | 178 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.30 |
| HSL | 252.81º | 0.37% | 0.52% | - |
| HSV(B) | 252.81º | 0.5% | 0.7% | - |
| XYZ | 17.79 | 13.55 | 43.8 | - |
| YUV | 104.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 178 | 0.39 | 0.5 | 0 | 0.30 | 252.81 | 0.37 | 0.52 |
| Hex | 6C | 59 | B2 | 27 | 32 | 0 | 1E | FD | 25 | 34 |
| Octal | 154 | 131 | 262 | 47 | 62 | 0 | 36 | 375 | 45 | 64 |
| Binary | 1101100 | 1011001 | 10110010 | 100111 | 110010 | 0 | 11110 | 11111101 | 100101 | 110100 |
Color Harmonies of #6C59B2
Complementary color
Monochromatic Colors of #6C59B2
Black with #6C59B2
Text Example
Text Example
White with #6C59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C59B2; }
p { color: rgb(108,89,178); }
H1.HeaderClassName
{
color: #6C59B2;
}
.AnyTagClassName
{
color: #6C59B2;
}
</style>
background-color css
<style>
a { background-color: #6C59B2; }
a { background-color: rgb(108,89,178); }
div.DivClassName
{
background-color: #6C59B2;
}
.BgClassName
{
background-color: #6C59B2;
}
</style>
border-color css
<style>
span { border-color: #6C59B2; }
span { border-color: rgb(108,89,178); }
td.TdClassName
{
border-color: #6C59B2;
}
.TagClassName
{
border-color: #6C59B2;
}
</style>