Shades of Blue Marguerite #6049AF
Tints of Blue Marguerite #6049AF
RGB
CMYK
RGB Variations
Color information
#6049AF (or 0x6049AF) is known color: Blue Marguerite. HEX triplet: 60, 49 and AF. RGB value is (96,73,175). Sum of RGB (Red+Green+Blue) = 96+73+175=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #6049AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6049AF is #9FB650. Grayscale: #5B5B5B. Windows color (decimal): -10466897 or 11487584. OLE color: 11487584.
HSL color Cylindrical-coordinate representation of color #6049AF: hue angle of 253.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6049AF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 73 | 175 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.31 |
| HSL | 253.53º | 0.41% | 0.49% | - |
| HSV(B) | 253.53º | 0.58% | 0.69% | - |
| XYZ | 14.94 | 10.35 | 41.77 | - |
| YUV | 91.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 175 | 0.45 | 0.58 | 0 | 0.31 | 253.53 | 0.41 | 0.49 |
| Hex | 60 | 49 | AF | 2D | 3A | 0 | 1F | FE | 29 | 31 |
| Octal | 140 | 111 | 257 | 55 | 72 | 0 | 37 | 376 | 51 | 61 |
| Binary | 1100000 | 1001001 | 10101111 | 101101 | 111010 | 0 | 11111 | 11111110 | 101001 | 110001 |
Color Harmonies of #6049AF
Complementary color
Monochromatic Colors of #6049AF
Black with #6049AF
Text Example
Text Example
White with #6049AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6049AF; }
p { color: rgb(96,73,175); }
H1.HeaderClassName
{
color: #6049AF;
}
.AnyTagClassName
{
color: #6049AF;
}
</style>
background-color css
<style>
a { background-color: #6049AF; }
a { background-color: rgb(96,73,175); }
div.DivClassName
{
background-color: #6049AF;
}
.BgClassName
{
background-color: #6049AF;
}
</style>
border-color css
<style>
span { border-color: #6049AF; }
span { border-color: rgb(96,73,175); }
td.TdClassName
{
border-color: #6049AF;
}
.TagClassName
{
border-color: #6049AF;
}
</style>