Shades of Blue Marguerite #6A5FAF
Tints of Blue Marguerite #6A5FAF
RGB
CMYK
RGB Variations
Color information
#6A5FAF (or 0x6A5FAF) is known color: Blue Marguerite. HEX triplet: 6A, 5F and AF. RGB value is (106,95,175). Sum of RGB (Red+Green+Blue) = 106+95+175=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5FAF is #95A050. Grayscale: #6B6B6B. Windows color (decimal): -9805905 or 11493226. OLE color: 11493226.
HSL color Cylindrical-coordinate representation of color #6A5FAF: hue angle of 248.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A5FAF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 95 | 175 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.31 |
| HSL | 248.25º | 0.33% | 0.53% | - |
| HSV(B) | 248.25º | 0.46% | 0.69% | - |
| XYZ | 17.77 | 14.34 | 42.39 | - |
| YUV | 107.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 175 | 0.39 | 0.46 | 0 | 0.31 | 248.25 | 0.33 | 0.53 |
| Hex | 6A | 5F | AF | 27 | 2E | 0 | 1F | F8 | 21 | 35 |
| Octal | 152 | 137 | 257 | 47 | 56 | 0 | 37 | 370 | 41 | 65 |
| Binary | 1101010 | 1011111 | 10101111 | 100111 | 101110 | 0 | 11111 | 11111000 | 100001 | 110101 |
Color Harmonies of #6A5FAF
Complementary color
Monochromatic Colors of #6A5FAF
Black with #6A5FAF
Text Example
Text Example
White with #6A5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5FAF; }
p { color: rgb(106,95,175); }
H1.HeaderClassName
{
color: #6A5FAF;
}
.AnyTagClassName
{
color: #6A5FAF;
}
</style>
background-color css
<style>
a { background-color: #6A5FAF; }
a { background-color: rgb(106,95,175); }
div.DivClassName
{
background-color: #6A5FAF;
}
.BgClassName
{
background-color: #6A5FAF;
}
</style>
border-color css
<style>
span { border-color: #6A5FAF; }
span { border-color: rgb(106,95,175); }
td.TdClassName
{
border-color: #6A5FAF;
}
.TagClassName
{
border-color: #6A5FAF;
}
</style>