Shades of Blue Marguerite #6A4FAF
Tints of Blue Marguerite #6A4FAF
RGB
CMYK
RGB Variations
Color information
#6A4FAF (or 0x6A4FAF) is known color: Blue Marguerite. HEX triplet: 6A, 4F and AF. RGB value is (106,79,175). Sum of RGB (Red+Green+Blue) = 106+79+175=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4FAF is #95B050. Grayscale: #616161. Windows color (decimal): -9810001 or 11489130. OLE color: 11489130.
HSL color Cylindrical-coordinate representation of color #6A4FAF: hue angle of 256.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4FAF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 79 | 175 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.31 |
| HSL | 256.88º | 0.38% | 0.5% | - |
| HSV(B) | 256.88º | 0.55% | 0.69% | - |
| XYZ | 16.48 | 11.75 | 41.96 | - |
| YUV | 98.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 175 | 0.39 | 0.55 | 0 | 0.31 | 256.88 | 0.38 | 0.5 |
| Hex | 6A | 4F | AF | 27 | 37 | 0 | 1F | 101 | 26 | 32 |
| Octal | 152 | 117 | 257 | 47 | 67 | 0 | 37 | 401 | 46 | 62 |
| Binary | 1101010 | 1001111 | 10101111 | 100111 | 110111 | 0 | 11111 | 100000001 | 100110 | 110010 |
Color Harmonies of #6A4FAF
Complementary color
Monochromatic Colors of #6A4FAF
Black with #6A4FAF
Text Example
Text Example
White with #6A4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4FAF; }
p { color: rgb(106,79,175); }
H1.HeaderClassName
{
color: #6A4FAF;
}
.AnyTagClassName
{
color: #6A4FAF;
}
</style>
background-color css
<style>
a { background-color: #6A4FAF; }
a { background-color: rgb(106,79,175); }
div.DivClassName
{
background-color: #6A4FAF;
}
.BgClassName
{
background-color: #6A4FAF;
}
</style>
border-color css
<style>
span { border-color: #6A4FAF; }
span { border-color: rgb(106,79,175); }
td.TdClassName
{
border-color: #6A4FAF;
}
.TagClassName
{
border-color: #6A4FAF;
}
</style>