Shades of Blue Marguerite #6855A7
Tints of Blue Marguerite #6855A7
RGB
CMYK
RGB Variations
Color information
#6855A7 (or 0x6855A7) is known color: Blue Marguerite. HEX triplet: 68, 55 and A7. RGB value is (104,85,167). Sum of RGB (Red+Green+Blue) = 104+85+167=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #6855A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6855A7 is #97AA58. Grayscale: #636363. Windows color (decimal): -9939545 or 10966376. OLE color: 10966376.
HSL color Cylindrical-coordinate representation of color #6855A7: hue angle of 253.9º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6855A7 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 85 | 167 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.35 |
| HSL | 253.9º | 0.33% | 0.49% | - |
| HSV(B) | 253.9º | 0.49% | 0.65% | - |
| XYZ | 15.93 | 12.23 | 38.08 | - |
| YUV | 100.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 167 | 0.38 | 0.49 | 0 | 0.35 | 253.9 | 0.33 | 0.49 |
| Hex | 68 | 55 | A7 | 26 | 31 | 0 | 23 | FE | 21 | 31 |
| Octal | 150 | 125 | 247 | 46 | 61 | 0 | 43 | 376 | 41 | 61 |
| Binary | 1101000 | 1010101 | 10100111 | 100110 | 110001 | 0 | 100011 | 11111110 | 100001 | 110001 |
Color Harmonies of #6855A7
Complementary color
Monochromatic Colors of #6855A7
Black with #6855A7
Text Example
Text Example
White with #6855A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855A7; }
p { color: rgb(104,85,167); }
H1.HeaderClassName
{
color: #6855A7;
}
.AnyTagClassName
{
color: #6855A7;
}
</style>
background-color css
<style>
a { background-color: #6855A7; }
a { background-color: rgb(104,85,167); }
div.DivClassName
{
background-color: #6855A7;
}
.BgClassName
{
background-color: #6855A7;
}
</style>
border-color css
<style>
span { border-color: #6855A7; }
span { border-color: rgb(104,85,167); }
td.TdClassName
{
border-color: #6855A7;
}
.TagClassName
{
border-color: #6855A7;
}
</style>