Shades of Blue Marguerite #6F5CAC
Tints of Blue Marguerite #6F5CAC
RGB
CMYK
RGB Variations
Color information
#6F5CAC (or 0x6F5CAC) is known color: Blue Marguerite. HEX triplet: 6F, 5C and AC. RGB value is (111,92,172). Sum of RGB (Red+Green+Blue) = 111+92+172=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5CAC is #90A353. Grayscale: #6A6A6A. Windows color (decimal): -9478996 or 11295855. OLE color: 11295855.
HSL color Cylindrical-coordinate representation of color #6F5CAC: hue angle of 254.25º 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 #6F5CAC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 92 | 172 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.33 |
| HSL | 254.25º | 0.33% | 0.52% | - |
| HSV(B) | 254.25º | 0.47% | 0.67% | - |
| XYZ | 17.83 | 14.01 | 40.79 | - |
| YUV | 106.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 172 | 0.35 | 0.47 | 0 | 0.33 | 254.25 | 0.33 | 0.52 |
| Hex | 6F | 5C | AC | 23 | 2F | 0 | 21 | FE | 21 | 34 |
| Octal | 157 | 134 | 254 | 43 | 57 | 0 | 41 | 376 | 41 | 64 |
| Binary | 1101111 | 1011100 | 10101100 | 100011 | 101111 | 0 | 100001 | 11111110 | 100001 | 110100 |
Color Harmonies of #6F5CAC
Complementary color
Monochromatic Colors of #6F5CAC
Black with #6F5CAC
Text Example
Text Example
White with #6F5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5CAC; }
p { color: rgb(111,92,172); }
H1.HeaderClassName
{
color: #6F5CAC;
}
.AnyTagClassName
{
color: #6F5CAC;
}
</style>
background-color css
<style>
a { background-color: #6F5CAC; }
a { background-color: rgb(111,92,172); }
div.DivClassName
{
background-color: #6F5CAC;
}
.BgClassName
{
background-color: #6F5CAC;
}
</style>
border-color css
<style>
span { border-color: #6F5CAC; }
span { border-color: rgb(111,92,172); }
td.TdClassName
{
border-color: #6F5CAC;
}
.TagClassName
{
border-color: #6F5CAC;
}
</style>