Shades of Blue Marguerite #6154AF
Tints of Blue Marguerite #6154AF
RGB
CMYK
RGB Variations
Color information
#6154AF (or 0x6154AF) is known color: Blue Marguerite. HEX triplet: 61, 54 and AF. RGB value is (97,84,175). Sum of RGB (Red+Green+Blue) = 97+84+175=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #6154AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154AF is #9EAB50. Grayscale: #616161. Windows color (decimal): -10398545 or 11490401. OLE color: 11490401.
HSL color Cylindrical-coordinate representation of color #6154AF: hue angle of 248.57º 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 #6154AF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 84 | 175 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.31 |
| HSL | 248.57º | 0.36% | 0.51% | - |
| HSV(B) | 248.57º | 0.52% | 0.69% | - |
| XYZ | 15.84 | 11.98 | 42.03 | - |
| YUV | 98.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 175 | 0.45 | 0.52 | 0 | 0.31 | 248.57 | 0.36 | 0.51 |
| Hex | 61 | 54 | AF | 2D | 34 | 0 | 1F | F9 | 24 | 33 |
| Octal | 141 | 124 | 257 | 55 | 64 | 0 | 37 | 371 | 44 | 63 |
| Binary | 1100001 | 1010100 | 10101111 | 101101 | 110100 | 0 | 11111 | 11111001 | 100100 | 110011 |
Color Harmonies of #6154AF
Complementary color
Monochromatic Colors of #6154AF
Black with #6154AF
Text Example
Text Example
White with #6154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154AF; }
p { color: rgb(97,84,175); }
H1.HeaderClassName
{
color: #6154AF;
}
.AnyTagClassName
{
color: #6154AF;
}
</style>
background-color css
<style>
a { background-color: #6154AF; }
a { background-color: rgb(97,84,175); }
div.DivClassName
{
background-color: #6154AF;
}
.BgClassName
{
background-color: #6154AF;
}
</style>
border-color css
<style>
span { border-color: #6154AF; }
span { border-color: rgb(97,84,175); }
td.TdClassName
{
border-color: #6154AF;
}
.TagClassName
{
border-color: #6154AF;
}
</style>