Shades of Blue Marguerite #6A5CAB
Tints of Blue Marguerite #6A5CAB
RGB
CMYK
RGB Variations
Color information
#6A5CAB (or 0x6A5CAB) is known color: Blue Marguerite. HEX triplet: 6A, 5C and AB. RGB value is (106,92,171). Sum of RGB (Red+Green+Blue) = 106+92+171=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5CAB is #95A354. Grayscale: #686868. Windows color (decimal): -9806677 or 11230314. OLE color: 11230314.
HSL color Cylindrical-coordinate representation of color #6A5CAB: hue angle of 250.63º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A5CAB is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 92 | 171 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.33 |
| HSL | 250.63º | 0.32% | 0.52% | - |
| HSV(B) | 250.63º | 0.46% | 0.67% | - |
| XYZ | 17.12 | 13.66 | 40.26 | - |
| YUV | 105.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 171 | 0.38 | 0.46 | 0 | 0.33 | 250.63 | 0.32 | 0.52 |
| Hex | 6A | 5C | AB | 26 | 2E | 0 | 21 | FB | 20 | 34 |
| Octal | 152 | 134 | 253 | 46 | 56 | 0 | 41 | 373 | 40 | 64 |
| Binary | 1101010 | 1011100 | 10101011 | 100110 | 101110 | 0 | 100001 | 11111011 | 100000 | 110100 |
Color Harmonies of #6A5CAB
Complementary color
Monochromatic Colors of #6A5CAB
Black with #6A5CAB
Text Example
Text Example
White with #6A5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5CAB; }
p { color: rgb(106,92,171); }
H1.HeaderClassName
{
color: #6A5CAB;
}
.AnyTagClassName
{
color: #6A5CAB;
}
</style>
background-color css
<style>
a { background-color: #6A5CAB; }
a { background-color: rgb(106,92,171); }
div.DivClassName
{
background-color: #6A5CAB;
}
.BgClassName
{
background-color: #6A5CAB;
}
</style>
border-color css
<style>
span { border-color: #6A5CAB; }
span { border-color: rgb(106,92,171); }
td.TdClassName
{
border-color: #6A5CAB;
}
.TagClassName
{
border-color: #6A5CAB;
}
</style>