Shades of Blue Marguerite #6B5DB2
Tints of Blue Marguerite #6B5DB2
RGB
CMYK
RGB Variations
Color information
#6B5DB2 (or 0x6B5DB2) is known color: Blue Marguerite. HEX triplet: 6B, 5D and B2. RGB value is (107,93,178). Sum of RGB (Red+Green+Blue) = 107+93+178=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B5DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5DB2 is #94A24D. Grayscale: #6A6A6A. Windows color (decimal): -9740878 or 11689323. OLE color: 11689323.
HSL color Cylindrical-coordinate representation of color #6B5DB2: hue angle of 249.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B5DB2 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 93 | 178 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.30 |
| HSL | 249.88º | 0.36% | 0.53% | - |
| HSV(B) | 249.88º | 0.48% | 0.7% | - |
| XYZ | 18.01 | 14.17 | 43.9 | - |
| YUV | 106.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 178 | 0.40 | 0.48 | 0 | 0.30 | 249.88 | 0.36 | 0.53 |
| Hex | 6B | 5D | B2 | 28 | 30 | 0 | 1E | FA | 24 | 35 |
| Octal | 153 | 135 | 262 | 50 | 60 | 0 | 36 | 372 | 44 | 65 |
| Binary | 1101011 | 1011101 | 10110010 | 101000 | 110000 | 0 | 11110 | 11111010 | 100100 | 110101 |
Color Harmonies of #6B5DB2
Complementary color
Monochromatic Colors of #6B5DB2
Black with #6B5DB2
Text Example
Text Example
White with #6B5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DB2; }
p { color: rgb(107,93,178); }
H1.HeaderClassName
{
color: #6B5DB2;
}
.AnyTagClassName
{
color: #6B5DB2;
}
</style>
background-color css
<style>
a { background-color: #6B5DB2; }
a { background-color: rgb(107,93,178); }
div.DivClassName
{
background-color: #6B5DB2;
}
.BgClassName
{
background-color: #6B5DB2;
}
</style>
border-color css
<style>
span { border-color: #6B5DB2; }
span { border-color: rgb(107,93,178); }
td.TdClassName
{
border-color: #6B5DB2;
}
.TagClassName
{
border-color: #6B5DB2;
}
</style>