Shades of Blue Marguerite #6149AF
Tints of Blue Marguerite #6149AF
RGB
CMYK
RGB Variations
Color information
#6149AF (or 0x6149AF) is known color: Blue Marguerite. HEX triplet: 61, 49 and AF. RGB value is (97,73,175). Sum of RGB (Red+Green+Blue) = 97+73+175=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #6149AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149AF is #9EB650. Grayscale: #5B5B5B. Windows color (decimal): -10401361 or 11487585. OLE color: 11487585.
HSL color Cylindrical-coordinate representation of color #6149AF: hue angle of 254.12º 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 #6149AF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 73 | 175 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.31 |
| HSL | 254.12º | 0.41% | 0.49% | - |
| HSV(B) | 254.12º | 0.58% | 0.69% | - |
| XYZ | 15.05 | 10.4 | 41.77 | - |
| YUV | 91.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 175 | 0.45 | 0.58 | 0 | 0.31 | 254.12 | 0.41 | 0.49 |
| Hex | 61 | 49 | AF | 2D | 3A | 0 | 1F | FE | 29 | 31 |
| Octal | 141 | 111 | 257 | 55 | 72 | 0 | 37 | 376 | 51 | 61 |
| Binary | 1100001 | 1001001 | 10101111 | 101101 | 111010 | 0 | 11111 | 11111110 | 101001 | 110001 |
Color Harmonies of #6149AF
Complementary color
Monochromatic Colors of #6149AF
Black with #6149AF
Text Example
Text Example
White with #6149AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6149AF; }
p { color: rgb(97,73,175); }
H1.HeaderClassName
{
color: #6149AF;
}
.AnyTagClassName
{
color: #6149AF;
}
</style>
background-color css
<style>
a { background-color: #6149AF; }
a { background-color: rgb(97,73,175); }
div.DivClassName
{
background-color: #6149AF;
}
.BgClassName
{
background-color: #6149AF;
}
</style>
border-color css
<style>
span { border-color: #6149AF; }
span { border-color: rgb(97,73,175); }
td.TdClassName
{
border-color: #6149AF;
}
.TagClassName
{
border-color: #6149AF;
}
</style>