Shades of Blue Marguerite #6855AA
Tints of Blue Marguerite #6855AA
RGB
CMYK
RGB Variations
Color information
#6855AA (or 0x6855AA) is known color: Blue Marguerite. HEX triplet: 68, 55 and AA. RGB value is (104,85,170). Sum of RGB (Red+Green+Blue) = 104+85+170=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #6855AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6855AA is #97AA55. Grayscale: #646464. Windows color (decimal): -9939542 or 11162984. OLE color: 11162984.
HSL color Cylindrical-coordinate representation of color #6855AA: hue angle of 253.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6855AA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 85 | 170 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.33 |
| HSL | 253.41º | 0.33% | 0.5% | - |
| HSV(B) | 253.41º | 0.5% | 0.67% | - |
| XYZ | 16.21 | 12.34 | 39.56 | - |
| YUV | 100.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 170 | 0.39 | 0.50 | 0 | 0.33 | 253.41 | 0.33 | 0.5 |
| Hex | 68 | 55 | AA | 27 | 32 | 0 | 21 | FD | 21 | 32 |
| Octal | 150 | 125 | 252 | 47 | 62 | 0 | 41 | 375 | 41 | 62 |
| Binary | 1101000 | 1010101 | 10101010 | 100111 | 110010 | 0 | 100001 | 11111101 | 100001 | 110010 |
Color Harmonies of #6855AA
Complementary color
Monochromatic Colors of #6855AA
Black with #6855AA
Text Example
Text Example
White with #6855AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855AA; }
p { color: rgb(104,85,170); }
H1.HeaderClassName
{
color: #6855AA;
}
.AnyTagClassName
{
color: #6855AA;
}
</style>
background-color css
<style>
a { background-color: #6855AA; }
a { background-color: rgb(104,85,170); }
div.DivClassName
{
background-color: #6855AA;
}
.BgClassName
{
background-color: #6855AA;
}
</style>
border-color css
<style>
span { border-color: #6855AA; }
span { border-color: rgb(104,85,170); }
td.TdClassName
{
border-color: #6855AA;
}
.TagClassName
{
border-color: #6855AA;
}
</style>