Shades of Blue Marguerite #6A61AB
Tints of Blue Marguerite #6A61AB
RGB
CMYK
RGB Variations
Color information
#6A61AB (or 0x6A61AB) is known color: Blue Marguerite. HEX triplet: 6A, 61 and AB. RGB value is (106,97,171). Sum of RGB (Red+Green+Blue) = 106+97+171=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A61AB is #959E54. Grayscale: #6B6B6B. Windows color (decimal): -9805397 or 11231594. OLE color: 11231594.
HSL color Cylindrical-coordinate representation of color #6A61AB: hue angle of 247.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A61AB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 97 | 171 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.33 |
| HSL | 247.3º | 0.31% | 0.53% | - |
| HSV(B) | 247.3º | 0.43% | 0.67% | - |
| XYZ | 17.57 | 14.55 | 40.41 | - |
| YUV | 108.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 171 | 0.38 | 0.43 | 0 | 0.33 | 247.3 | 0.31 | 0.53 |
| Hex | 6A | 61 | AB | 26 | 2B | 0 | 21 | F7 | 1F | 35 |
| Octal | 152 | 141 | 253 | 46 | 53 | 0 | 41 | 367 | 37 | 65 |
| Binary | 1101010 | 1100001 | 10101011 | 100110 | 101011 | 0 | 100001 | 11110111 | 11111 | 110101 |
Color Harmonies of #6A61AB
Complementary color
Monochromatic Colors of #6A61AB
Black with #6A61AB
Text Example
Text Example
White with #6A61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A61AB; }
p { color: rgb(106,97,171); }
H1.HeaderClassName
{
color: #6A61AB;
}
.AnyTagClassName
{
color: #6A61AB;
}
</style>
background-color css
<style>
a { background-color: #6A61AB; }
a { background-color: rgb(106,97,171); }
div.DivClassName
{
background-color: #6A61AB;
}
.BgClassName
{
background-color: #6A61AB;
}
</style>
border-color css
<style>
span { border-color: #6A61AB; }
span { border-color: rgb(106,97,171); }
td.TdClassName
{
border-color: #6A61AB;
}
.TagClassName
{
border-color: #6A61AB;
}
</style>