Shades of Blue Marguerite #6046AF
Tints of Blue Marguerite #6046AF
RGB
CMYK
RGB Variations
Color information
#6046AF (or 0x6046AF) is known color: Blue Marguerite. HEX triplet: 60, 46 and AF. RGB value is (96,70,175). Sum of RGB (Red+Green+Blue) = 96+70+175=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #6046AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6046AF is #9FB950. Grayscale: #595959. Windows color (decimal): -10467665 or 11486816. OLE color: 11486816.
HSL color Cylindrical-coordinate representation of color #6046AF: hue angle of 254.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6046AF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 70 | 175 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.31 |
| HSL | 254.86º | 0.43% | 0.48% | - |
| HSV(B) | 254.86º | 0.6% | 0.69% | - |
| XYZ | 14.75 | 9.96 | 41.7 | - |
| YUV | 89.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 175 | 0.45 | 0.60 | 0 | 0.31 | 254.86 | 0.43 | 0.48 |
| Hex | 60 | 46 | AF | 2D | 3C | 0 | 1F | FF | 2B | 30 |
| Octal | 140 | 106 | 257 | 55 | 74 | 0 | 37 | 377 | 53 | 60 |
| Binary | 1100000 | 1000110 | 10101111 | 101101 | 111100 | 0 | 11111 | 11111111 | 101011 | 110000 |
Color Harmonies of #6046AF
Complementary color
Monochromatic Colors of #6046AF
Black with #6046AF
Text Example
Text Example
White with #6046AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6046AF; }
p { color: rgb(96,70,175); }
H1.HeaderClassName
{
color: #6046AF;
}
.AnyTagClassName
{
color: #6046AF;
}
</style>
background-color css
<style>
a { background-color: #6046AF; }
a { background-color: rgb(96,70,175); }
div.DivClassName
{
background-color: #6046AF;
}
.BgClassName
{
background-color: #6046AF;
}
</style>
border-color css
<style>
span { border-color: #6046AF; }
span { border-color: rgb(96,70,175); }
td.TdClassName
{
border-color: #6046AF;
}
.TagClassName
{
border-color: #6046AF;
}
</style>