Shades of Blue Marguerite #6F5BAC
Tints of Blue Marguerite #6F5BAC
RGB
CMYK
RGB Variations
Color information
#6F5BAC (or 0x6F5BAC) is known color: Blue Marguerite. HEX triplet: 6F, 5B and AC. RGB value is (111,91,172). Sum of RGB (Red+Green+Blue) = 111+91+172=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5BAC is #90A453. Grayscale: #696969. Windows color (decimal): -9479252 or 11295599. OLE color: 11295599.
HSL color Cylindrical-coordinate representation of color #6F5BAC: hue angle of 254.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F5BAC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 91 | 172 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.33 |
| HSL | 254.81º | 0.33% | 0.52% | - |
| HSV(B) | 254.81º | 0.47% | 0.67% | - |
| XYZ | 17.74 | 13.84 | 40.77 | - |
| YUV | 106.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 172 | 0.35 | 0.47 | 0 | 0.33 | 254.81 | 0.33 | 0.52 |
| Hex | 6F | 5B | AC | 23 | 2F | 0 | 21 | FF | 21 | 34 |
| Octal | 157 | 133 | 254 | 43 | 57 | 0 | 41 | 377 | 41 | 64 |
| Binary | 1101111 | 1011011 | 10101100 | 100011 | 101111 | 0 | 100001 | 11111111 | 100001 | 110100 |
Color Harmonies of #6F5BAC
Complementary color
Monochromatic Colors of #6F5BAC
Black with #6F5BAC
Text Example
Text Example
White with #6F5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5BAC; }
p { color: rgb(111,91,172); }
H1.HeaderClassName
{
color: #6F5BAC;
}
.AnyTagClassName
{
color: #6F5BAC;
}
</style>
background-color css
<style>
a { background-color: #6F5BAC; }
a { background-color: rgb(111,91,172); }
div.DivClassName
{
background-color: #6F5BAC;
}
.BgClassName
{
background-color: #6F5BAC;
}
</style>
border-color css
<style>
span { border-color: #6F5BAC; }
span { border-color: rgb(111,91,172); }
td.TdClassName
{
border-color: #6F5BAC;
}
.TagClassName
{
border-color: #6F5BAC;
}
</style>