Shades of Blue Marguerite #6B5AAD
Tints of Blue Marguerite #6B5AAD
RGB
CMYK
RGB Variations
Color information
#6B5AAD (or 0x6B5AAD) is known color: Blue Marguerite. HEX triplet: 6B, 5A and AD. RGB value is (107,90,173). Sum of RGB (Red+Green+Blue) = 107+90+173=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AAD is #94A552. Grayscale: #686868. Windows color (decimal): -9741651 or 11360875. OLE color: 11360875.
HSL color Cylindrical-coordinate representation of color #6B5AAD: hue angle of 252.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B5AAD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 90 | 173 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.32 |
| HSL | 252.29º | 0.34% | 0.52% | - |
| HSV(B) | 252.29º | 0.48% | 0.68% | - |
| XYZ | 17.26 | 13.46 | 41.22 | - |
| YUV | 104.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 173 | 0.38 | 0.48 | 0 | 0.32 | 252.29 | 0.34 | 0.52 |
| Hex | 6B | 5A | AD | 26 | 30 | 0 | 20 | FC | 22 | 34 |
| Octal | 153 | 132 | 255 | 46 | 60 | 0 | 40 | 374 | 42 | 64 |
| Binary | 1101011 | 1011010 | 10101101 | 100110 | 110000 | 0 | 100000 | 11111100 | 100010 | 110100 |
Color Harmonies of #6B5AAD
Complementary color
Monochromatic Colors of #6B5AAD
Black with #6B5AAD
Text Example
Text Example
White with #6B5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AAD; }
p { color: rgb(107,90,173); }
H1.HeaderClassName
{
color: #6B5AAD;
}
.AnyTagClassName
{
color: #6B5AAD;
}
</style>
background-color css
<style>
a { background-color: #6B5AAD; }
a { background-color: rgb(107,90,173); }
div.DivClassName
{
background-color: #6B5AAD;
}
.BgClassName
{
background-color: #6B5AAD;
}
</style>
border-color css
<style>
span { border-color: #6B5AAD; }
span { border-color: rgb(107,90,173); }
td.TdClassName
{
border-color: #6B5AAD;
}
.TagClassName
{
border-color: #6B5AAD;
}
</style>