Shades of Blue Marguerite #6F5DB2
Tints of Blue Marguerite #6F5DB2
RGB
CMYK
RGB Variations
Color information
#6F5DB2 (or 0x6F5DB2) is known color: Blue Marguerite. HEX triplet: 6F, 5D and B2. RGB value is (111,93,178). Sum of RGB (Red+Green+Blue) = 111+93+178=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F5DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DB2 is #90A24D. Grayscale: #6B6B6B. Windows color (decimal): -9478734 or 11689327. OLE color: 11689327.
HSL color Cylindrical-coordinate representation of color #6F5DB2: hue angle of 252.71º 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 #6F5DB2 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 93 | 178 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.30 |
| HSL | 252.71º | 0.36% | 0.53% | - |
| HSV(B) | 252.71º | 0.48% | 0.7% | - |
| XYZ | 18.51 | 14.42 | 43.93 | - |
| YUV | 108.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 178 | 0.38 | 0.48 | 0 | 0.30 | 252.71 | 0.36 | 0.53 |
| Hex | 6F | 5D | B2 | 26 | 30 | 0 | 1E | FD | 24 | 35 |
| Octal | 157 | 135 | 262 | 46 | 60 | 0 | 36 | 375 | 44 | 65 |
| Binary | 1101111 | 1011101 | 10110010 | 100110 | 110000 | 0 | 11110 | 11111101 | 100100 | 110101 |
Color Harmonies of #6F5DB2
Complementary color
Monochromatic Colors of #6F5DB2
Black with #6F5DB2
Text Example
Text Example
White with #6F5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5DB2; }
p { color: rgb(111,93,178); }
H1.HeaderClassName
{
color: #6F5DB2;
}
.AnyTagClassName
{
color: #6F5DB2;
}
</style>
background-color css
<style>
a { background-color: #6F5DB2; }
a { background-color: rgb(111,93,178); }
div.DivClassName
{
background-color: #6F5DB2;
}
.BgClassName
{
background-color: #6F5DB2;
}
</style>
border-color css
<style>
span { border-color: #6F5DB2; }
span { border-color: rgb(111,93,178); }
td.TdClassName
{
border-color: #6F5DB2;
}
.TagClassName
{
border-color: #6F5DB2;
}
</style>