Shades of Blue Marguerite #6B5DB0
Tints of Blue Marguerite #6B5DB0
RGB
CMYK
RGB Variations
Color information
#6B5DB0 (or 0x6B5DB0) is known color: Blue Marguerite. HEX triplet: 6B, 5D and B0. RGB value is (107,93,176). Sum of RGB (Red+Green+Blue) = 107+93+176=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B5DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5DB0 is #94A24F. Grayscale: #6A6A6A. Windows color (decimal): -9740880 or 11558251. OLE color: 11558251.
HSL color Cylindrical-coordinate representation of color #6B5DB0: hue angle of 250.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5DB0 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 93 | 176 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.31 |
| HSL | 250.12º | 0.34% | 0.53% | - |
| HSV(B) | 250.12º | 0.47% | 0.69% | - |
| XYZ | 17.81 | 14.09 | 42.85 | - |
| YUV | 106.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 176 | 0.39 | 0.47 | 0 | 0.31 | 250.12 | 0.34 | 0.53 |
| Hex | 6B | 5D | B0 | 27 | 2F | 0 | 1F | FA | 22 | 35 |
| Octal | 153 | 135 | 260 | 47 | 57 | 0 | 37 | 372 | 42 | 65 |
| Binary | 1101011 | 1011101 | 10110000 | 100111 | 101111 | 0 | 11111 | 11111010 | 100010 | 110101 |
Color Harmonies of #6B5DB0
Complementary color
Monochromatic Colors of #6B5DB0
Black with #6B5DB0
Text Example
Text Example
White with #6B5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DB0; }
p { color: rgb(107,93,176); }
H1.HeaderClassName
{
color: #6B5DB0;
}
.AnyTagClassName
{
color: #6B5DB0;
}
</style>
background-color css
<style>
a { background-color: #6B5DB0; }
a { background-color: rgb(107,93,176); }
div.DivClassName
{
background-color: #6B5DB0;
}
.BgClassName
{
background-color: #6B5DB0;
}
</style>
border-color css
<style>
span { border-color: #6B5DB0; }
span { border-color: rgb(107,93,176); }
td.TdClassName
{
border-color: #6B5DB0;
}
.TagClassName
{
border-color: #6B5DB0;
}
</style>