Shades of Blue Marguerite #6B4DB8
Tints of Blue Marguerite #6B4DB8
RGB
CMYK
RGB Variations
Color information
#6B4DB8 (or 0x6B4DB8) is known color: Blue Marguerite. HEX triplet: 6B, 4D and B8. RGB value is (107,77,184). Sum of RGB (Red+Green+Blue) = 107+77+184=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #6B4DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4DB8 is #94B247. Grayscale: #616161. Windows color (decimal): -9744968 or 12078443. OLE color: 12078443.
HSL color Cylindrical-coordinate representation of color #6B4DB8: hue angle of 256.82º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B4DB8 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 77 | 184 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.28 |
| HSL | 256.82º | 0.43% | 0.51% | - |
| HSV(B) | 256.82º | 0.58% | 0.72% | - |
| XYZ | 17.37 | 11.89 | 46.73 | - |
| YUV | 98.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 184 | 0.42 | 0.58 | 0 | 0.28 | 256.82 | 0.43 | 0.51 |
| Hex | 6B | 4D | B8 | 2A | 3A | 0 | 1C | 101 | 2B | 33 |
| Octal | 153 | 115 | 270 | 52 | 72 | 0 | 34 | 401 | 53 | 63 |
| Binary | 1101011 | 1001101 | 10111000 | 101010 | 111010 | 0 | 11100 | 100000001 | 101011 | 110011 |
Color Harmonies of #6B4DB8
Complementary color
Monochromatic Colors of #6B4DB8
Black with #6B4DB8
Text Example
Text Example
White with #6B4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4DB8; }
p { color: rgb(107,77,184); }
H1.HeaderClassName
{
color: #6B4DB8;
}
.AnyTagClassName
{
color: #6B4DB8;
}
</style>
background-color css
<style>
a { background-color: #6B4DB8; }
a { background-color: rgb(107,77,184); }
div.DivClassName
{
background-color: #6B4DB8;
}
.BgClassName
{
background-color: #6B4DB8;
}
</style>
border-color css
<style>
span { border-color: #6B4DB8; }
span { border-color: rgb(107,77,184); }
td.TdClassName
{
border-color: #6B4DB8;
}
.TagClassName
{
border-color: #6B4DB8;
}
</style>