Shades of Blue Marguerite #6D5FBD
Tints of Blue Marguerite #6D5FBD
RGB
CMYK
RGB Variations
Color information
#6D5FBD (or 0x6D5FBD) is known color: Blue Marguerite. HEX triplet: 6D, 5F and BD. RGB value is (109,95,189). Sum of RGB (Red+Green+Blue) = 109+95+189=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D5FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FBD is #92A042. Grayscale: #6D6D6D. Windows color (decimal): -9609283 or 12410733. OLE color: 12410733.
HSL color Cylindrical-coordinate representation of color #6D5FBD: hue angle of 248.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D5FBD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 95 | 189 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.26 |
| HSL | 248.94º | 0.42% | 0.56% | - |
| HSV(B) | 248.94º | 0.5% | 0.74% | - |
| XYZ | 19.58 | 15.11 | 50.03 | - |
| YUV | 109.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 189 | 0.42 | 0.50 | 0 | 0.26 | 248.94 | 0.42 | 0.56 |
| Hex | 6D | 5F | BD | 2A | 32 | 0 | 1A | F9 | 2A | 38 |
| Octal | 155 | 137 | 275 | 52 | 62 | 0 | 32 | 371 | 52 | 70 |
| Binary | 1101101 | 1011111 | 10111101 | 101010 | 110010 | 0 | 11010 | 11111001 | 101010 | 111000 |
Color Harmonies of #6D5FBD
Complementary color
Monochromatic Colors of #6D5FBD
Black with #6D5FBD
Text Example
Text Example
White with #6D5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FBD; }
p { color: rgb(109,95,189); }
H1.HeaderClassName
{
color: #6D5FBD;
}
.AnyTagClassName
{
color: #6D5FBD;
}
</style>
background-color css
<style>
a { background-color: #6D5FBD; }
a { background-color: rgb(109,95,189); }
div.DivClassName
{
background-color: #6D5FBD;
}
.BgClassName
{
background-color: #6D5FBD;
}
</style>
border-color css
<style>
span { border-color: #6D5FBD; }
span { border-color: rgb(109,95,189); }
td.TdClassName
{
border-color: #6D5FBD;
}
.TagClassName
{
border-color: #6D5FBD;
}
</style>