Shades of Blue Marguerite #6B5AAE
Tints of Blue Marguerite #6B5AAE
RGB
CMYK
RGB Variations
Color information
#6B5AAE (or 0x6B5AAE) is known color: Blue Marguerite. HEX triplet: 6B, 5A and AE. RGB value is (107,90,174). Sum of RGB (Red+Green+Blue) = 107+90+174=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AAE is #94A551. Grayscale: #686868. Windows color (decimal): -9741650 or 11426411. OLE color: 11426411.
HSL color Cylindrical-coordinate representation of color #6B5AAE: hue angle of 252.14º 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 #6B5AAE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 90 | 174 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.32 |
| HSL | 252.14º | 0.34% | 0.52% | - |
| HSV(B) | 252.14º | 0.48% | 0.68% | - |
| XYZ | 17.36 | 13.49 | 41.73 | - |
| YUV | 104.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 174 | 0.39 | 0.48 | 0 | 0.32 | 252.14 | 0.34 | 0.52 |
| Hex | 6B | 5A | AE | 27 | 30 | 0 | 20 | FC | 22 | 34 |
| Octal | 153 | 132 | 256 | 47 | 60 | 0 | 40 | 374 | 42 | 64 |
| Binary | 1101011 | 1011010 | 10101110 | 100111 | 110000 | 0 | 100000 | 11111100 | 100010 | 110100 |
Color Harmonies of #6B5AAE
Complementary color
Monochromatic Colors of #6B5AAE
Black with #6B5AAE
Text Example
Text Example
White with #6B5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AAE; }
p { color: rgb(107,90,174); }
H1.HeaderClassName
{
color: #6B5AAE;
}
.AnyTagClassName
{
color: #6B5AAE;
}
</style>
background-color css
<style>
a { background-color: #6B5AAE; }
a { background-color: rgb(107,90,174); }
div.DivClassName
{
background-color: #6B5AAE;
}
.BgClassName
{
background-color: #6B5AAE;
}
</style>
border-color css
<style>
span { border-color: #6B5AAE; }
span { border-color: rgb(107,90,174); }
td.TdClassName
{
border-color: #6B5AAE;
}
.TagClassName
{
border-color: #6B5AAE;
}
</style>