Shades of Blue Marguerite #6F54AF
Tints of Blue Marguerite #6F54AF
RGB
CMYK
RGB Variations
Color information
#6F54AF (or 0x6F54AF) is known color: Blue Marguerite. HEX triplet: 6F, 54 and AF. RGB value is (111,84,175). Sum of RGB (Red+Green+Blue) = 111+84+175=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F54AF is #90AB50. Grayscale: #666666. Windows color (decimal): -9481041 or 11490415. OLE color: 11490415.
HSL color Cylindrical-coordinate representation of color #6F54AF: hue angle of 257.8º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F54AF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 84 | 175 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.31 |
| HSL | 257.8º | 0.36% | 0.51% | - |
| HSV(B) | 257.8º | 0.52% | 0.69% | - |
| XYZ | 17.46 | 12.82 | 42.11 | - |
| YUV | 102.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 175 | 0.37 | 0.52 | 0 | 0.31 | 257.8 | 0.36 | 0.51 |
| Hex | 6F | 54 | AF | 25 | 34 | 0 | 1F | 102 | 24 | 33 |
| Octal | 157 | 124 | 257 | 45 | 64 | 0 | 37 | 402 | 44 | 63 |
| Binary | 1101111 | 1010100 | 10101111 | 100101 | 110100 | 0 | 11111 | 100000010 | 100100 | 110011 |
Color Harmonies of #6F54AF
Complementary color
Monochromatic Colors of #6F54AF
Black with #6F54AF
Text Example
Text Example
White with #6F54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F54AF; }
p { color: rgb(111,84,175); }
H1.HeaderClassName
{
color: #6F54AF;
}
.AnyTagClassName
{
color: #6F54AF;
}
</style>
background-color css
<style>
a { background-color: #6F54AF; }
a { background-color: rgb(111,84,175); }
div.DivClassName
{
background-color: #6F54AF;
}
.BgClassName
{
background-color: #6F54AF;
}
</style>
border-color css
<style>
span { border-color: #6F54AF; }
span { border-color: rgb(111,84,175); }
td.TdClassName
{
border-color: #6F54AF;
}
.TagClassName
{
border-color: #6F54AF;
}
</style>