Shades of Blue Marguerite #6A5DBA
Tints of Blue Marguerite #6A5DBA
RGB
CMYK
RGB Variations
Color information
#6A5DBA (or 0x6A5DBA) is known color: Blue Marguerite. HEX triplet: 6A, 5D and BA. RGB value is (106,93,186). Sum of RGB (Red+Green+Blue) = 106+93+186=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DBA is #95A245. Grayscale: #6B6B6B. Windows color (decimal): -9806406 or 12213610. OLE color: 12213610.
HSL color Cylindrical-coordinate representation of color #6A5DBA: hue angle of 248.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A5DBA is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 93 | 186 | - |
| CMYK | 0.43 | 0.5 | 0 | 0.27 |
| HSL | 248.39º | 0.4% | 0.55% | - |
| HSV(B) | 248.39º | 0.5% | 0.73% | - |
| XYZ | 18.72 | 14.44 | 48.25 | - |
| YUV | 107.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 186 | 0.43 | 0.5 | 0 | 0.27 | 248.39 | 0.4 | 0.55 |
| Hex | 6A | 5D | BA | 2B | 32 | 0 | 1B | F8 | 28 | 37 |
| Octal | 152 | 135 | 272 | 53 | 62 | 0 | 33 | 370 | 50 | 67 |
| Binary | 1101010 | 1011101 | 10111010 | 101011 | 110010 | 0 | 11011 | 11111000 | 101000 | 110111 |
Color Harmonies of #6A5DBA
Complementary color
Monochromatic Colors of #6A5DBA
Black with #6A5DBA
Text Example
Text Example
White with #6A5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5DBA; }
p { color: rgb(106,93,186); }
H1.HeaderClassName
{
color: #6A5DBA;
}
.AnyTagClassName
{
color: #6A5DBA;
}
</style>
background-color css
<style>
a { background-color: #6A5DBA; }
a { background-color: rgb(106,93,186); }
div.DivClassName
{
background-color: #6A5DBA;
}
.BgClassName
{
background-color: #6A5DBA;
}
</style>
border-color css
<style>
span { border-color: #6A5DBA; }
span { border-color: rgb(106,93,186); }
td.TdClassName
{
border-color: #6A5DBA;
}
.TagClassName
{
border-color: #6A5DBA;
}
</style>