Shades of Blue Marguerite #6F5AB4
Tints of Blue Marguerite #6F5AB4
RGB
CMYK
RGB Variations
Color information
#6F5AB4 (or 0x6F5AB4) is known color: Blue Marguerite. HEX triplet: 6F, 5A and B4. RGB value is (111,90,180). Sum of RGB (Red+Green+Blue) = 111+90+180=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5AB4 is #90A54B. Grayscale: #6A6A6A. Windows color (decimal): -9479500 or 11819631. OLE color: 11819631.
HSL color Cylindrical-coordinate representation of color #6F5AB4: hue angle of 254º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5AB4 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 90 | 180 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.29 |
| HSL | 254º | 0.38% | 0.53% | - |
| HSV(B) | 254º | 0.5% | 0.71% | - |
| XYZ | 18.45 | 13.99 | 44.91 | - |
| YUV | 106.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 180 | 0.38 | 0.50 | 0 | 0.29 | 254 | 0.38 | 0.53 |
| Hex | 6F | 5A | B4 | 26 | 32 | 0 | 1D | FE | 26 | 35 |
| Octal | 157 | 132 | 264 | 46 | 62 | 0 | 35 | 376 | 46 | 65 |
| Binary | 1101111 | 1011010 | 10110100 | 100110 | 110010 | 0 | 11101 | 11111110 | 100110 | 110101 |
Color Harmonies of #6F5AB4
Complementary color
Monochromatic Colors of #6F5AB4
Black with #6F5AB4
Text Example
Text Example
White with #6F5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5AB4; }
p { color: rgb(111,90,180); }
H1.HeaderClassName
{
color: #6F5AB4;
}
.AnyTagClassName
{
color: #6F5AB4;
}
</style>
background-color css
<style>
a { background-color: #6F5AB4; }
a { background-color: rgb(111,90,180); }
div.DivClassName
{
background-color: #6F5AB4;
}
.BgClassName
{
background-color: #6F5AB4;
}
</style>
border-color css
<style>
span { border-color: #6F5AB4; }
span { border-color: rgb(111,90,180); }
td.TdClassName
{
border-color: #6F5AB4;
}
.TagClassName
{
border-color: #6F5AB4;
}
</style>