Shades of Blue Marguerite #6D5DB4
Tints of Blue Marguerite #6D5DB4
RGB
CMYK
RGB Variations
Color information
#6D5DB4 (or 0x6D5DB4) is known color: Blue Marguerite. HEX triplet: 6D, 5D and B4. RGB value is (109,93,180). Sum of RGB (Red+Green+Blue) = 109+93+180=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DB4 is #92A24B. Grayscale: #6B6B6B. Windows color (decimal): -9609804 or 11820397. OLE color: 11820397.
HSL color Cylindrical-coordinate representation of color #6D5DB4: hue angle of 251.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D5DB4 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 93 | 180 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.29 |
| HSL | 251.03º | 0.37% | 0.54% | - |
| HSV(B) | 251.03º | 0.48% | 0.71% | - |
| XYZ | 18.46 | 14.38 | 44.98 | - |
| YUV | 107.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 180 | 0.39 | 0.48 | 0 | 0.29 | 251.03 | 0.37 | 0.54 |
| Hex | 6D | 5D | B4 | 27 | 30 | 0 | 1D | FB | 25 | 36 |
| Octal | 155 | 135 | 264 | 47 | 60 | 0 | 35 | 373 | 45 | 66 |
| Binary | 1101101 | 1011101 | 10110100 | 100111 | 110000 | 0 | 11101 | 11111011 | 100101 | 110110 |
Color Harmonies of #6D5DB4
Complementary color
Monochromatic Colors of #6D5DB4
Black with #6D5DB4
Text Example
Text Example
White with #6D5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DB4; }
p { color: rgb(109,93,180); }
H1.HeaderClassName
{
color: #6D5DB4;
}
.AnyTagClassName
{
color: #6D5DB4;
}
</style>
background-color css
<style>
a { background-color: #6D5DB4; }
a { background-color: rgb(109,93,180); }
div.DivClassName
{
background-color: #6D5DB4;
}
.BgClassName
{
background-color: #6D5DB4;
}
</style>
border-color css
<style>
span { border-color: #6D5DB4; }
span { border-color: rgb(109,93,180); }
td.TdClassName
{
border-color: #6D5DB4;
}
.TagClassName
{
border-color: #6D5DB4;
}
</style>