Shades of Blue Marguerite #6B5CAE
Tints of Blue Marguerite #6B5CAE
RGB
CMYK
RGB Variations
Color information
#6B5CAE (or 0x6B5CAE) is known color: Blue Marguerite. HEX triplet: 6B, 5C and AE. RGB value is (107,92,174). Sum of RGB (Red+Green+Blue) = 107+92+174=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5CAE is #94A351. Grayscale: #696969. Windows color (decimal): -9741138 or 11426923. OLE color: 11426923.
HSL color Cylindrical-coordinate representation of color #6B5CAE: hue angle of 250.98º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5CAE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 92 | 174 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.32 |
| HSL | 250.98º | 0.34% | 0.52% | - |
| HSV(B) | 250.98º | 0.47% | 0.68% | - |
| XYZ | 17.53 | 13.84 | 41.79 | - |
| YUV | 105.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 174 | 0.39 | 0.47 | 0 | 0.32 | 250.98 | 0.34 | 0.52 |
| Hex | 6B | 5C | AE | 27 | 2F | 0 | 20 | FB | 22 | 34 |
| Octal | 153 | 134 | 256 | 47 | 57 | 0 | 40 | 373 | 42 | 64 |
| Binary | 1101011 | 1011100 | 10101110 | 100111 | 101111 | 0 | 100000 | 11111011 | 100010 | 110100 |
Color Harmonies of #6B5CAE
Complementary color
Monochromatic Colors of #6B5CAE
Black with #6B5CAE
Text Example
Text Example
White with #6B5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CAE; }
p { color: rgb(107,92,174); }
H1.HeaderClassName
{
color: #6B5CAE;
}
.AnyTagClassName
{
color: #6B5CAE;
}
</style>
background-color css
<style>
a { background-color: #6B5CAE; }
a { background-color: rgb(107,92,174); }
div.DivClassName
{
background-color: #6B5CAE;
}
.BgClassName
{
background-color: #6B5CAE;
}
</style>
border-color css
<style>
span { border-color: #6B5CAE; }
span { border-color: rgb(107,92,174); }
td.TdClassName
{
border-color: #6B5CAE;
}
.TagClassName
{
border-color: #6B5CAE;
}
</style>