Shades of Blue Marguerite #6B4DBF
Tints of Blue Marguerite #6B4DBF
RGB
CMYK
RGB Variations
Color information
#6B4DBF (or 0x6B4DBF) is known color: Blue Marguerite. HEX triplet: 6B, 4D and BF. RGB value is (107,77,191). Sum of RGB (Red+Green+Blue) = 107+77+191=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4DBF is #94B240. Grayscale: #626262. Windows color (decimal): -9744961 or 12537195. OLE color: 12537195.
HSL color Cylindrical-coordinate representation of color #6B4DBF: hue angle of 255.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B4DBF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 77 | 191 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.25 |
| HSL | 255.79º | 0.47% | 0.53% | - |
| HSV(B) | 255.79º | 0.6% | 0.75% | - |
| XYZ | 18.12 | 12.2 | 50.69 | - |
| YUV | 98.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 191 | 0.44 | 0.60 | 0 | 0.25 | 255.79 | 0.47 | 0.53 |
| Hex | 6B | 4D | BF | 2C | 3C | 0 | 19 | 100 | 2F | 35 |
| Octal | 153 | 115 | 277 | 54 | 74 | 0 | 31 | 400 | 57 | 65 |
| Binary | 1101011 | 1001101 | 10111111 | 101100 | 111100 | 0 | 11001 | 100000000 | 101111 | 110101 |
Color Harmonies of #6B4DBF
Complementary color
Monochromatic Colors of #6B4DBF
Black with #6B4DBF
Text Example
Text Example
White with #6B4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4DBF; }
p { color: rgb(107,77,191); }
H1.HeaderClassName
{
color: #6B4DBF;
}
.AnyTagClassName
{
color: #6B4DBF;
}
</style>
background-color css
<style>
a { background-color: #6B4DBF; }
a { background-color: rgb(107,77,191); }
div.DivClassName
{
background-color: #6B4DBF;
}
.BgClassName
{
background-color: #6B4DBF;
}
</style>
border-color css
<style>
span { border-color: #6B4DBF; }
span { border-color: rgb(107,77,191); }
td.TdClassName
{
border-color: #6B4DBF;
}
.TagClassName
{
border-color: #6B4DBF;
}
</style>