Shades of Blue Marguerite #6A53A5
Tints of Blue Marguerite #6A53A5
RGB
CMYK
RGB Variations
Color information
#6A53A5 (or 0x6A53A5) is known color: Blue Marguerite. HEX triplet: 6A, 53 and A5. RGB value is (106,83,165). Sum of RGB (Red+Green+Blue) = 106+83+165=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #6A53A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A53A5 is #95AC5A. Grayscale: #626262. Windows color (decimal): -9808987 or 10834794. OLE color: 10834794.
HSL color Cylindrical-coordinate representation of color #6A53A5: hue angle of 256.83º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A53A5 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 83 | 165 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.35 |
| HSL | 256.83º | 0.33% | 0.49% | - |
| HSV(B) | 256.83º | 0.5% | 0.65% | - |
| XYZ | 15.83 | 11.97 | 37.07 | - |
| YUV | 99.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 165 | 0.36 | 0.50 | 0 | 0.35 | 256.83 | 0.33 | 0.49 |
| Hex | 6A | 53 | A5 | 24 | 32 | 0 | 23 | 101 | 21 | 31 |
| Octal | 152 | 123 | 245 | 44 | 62 | 0 | 43 | 401 | 41 | 61 |
| Binary | 1101010 | 1010011 | 10100101 | 100100 | 110010 | 0 | 100011 | 100000001 | 100001 | 110001 |
Color Harmonies of #6A53A5
Complementary color
Monochromatic Colors of #6A53A5
Black with #6A53A5
Text Example
Text Example
White with #6A53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A53A5; }
p { color: rgb(106,83,165); }
H1.HeaderClassName
{
color: #6A53A5;
}
.AnyTagClassName
{
color: #6A53A5;
}
</style>
background-color css
<style>
a { background-color: #6A53A5; }
a { background-color: rgb(106,83,165); }
div.DivClassName
{
background-color: #6A53A5;
}
.BgClassName
{
background-color: #6A53A5;
}
</style>
border-color css
<style>
span { border-color: #6A53A5; }
span { border-color: rgb(106,83,165); }
td.TdClassName
{
border-color: #6A53A5;
}
.TagClassName
{
border-color: #6A53A5;
}
</style>