Shades of Blue Marguerite #6855A4
Tints of Blue Marguerite #6855A4
RGB
CMYK
RGB Variations
Color information
#6855A4 (or 0x6855A4) is known color: Blue Marguerite. HEX triplet: 68, 55 and A4. RGB value is (104,85,164). Sum of RGB (Red+Green+Blue) = 104+85+164=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #6855A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6855A4 is #97AA5B. Grayscale: #636363. Windows color (decimal): -9939548 or 10769768. OLE color: 10769768.
HSL color Cylindrical-coordinate representation of color #6855A4: hue angle of 254.43º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6855A4 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 85 | 164 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.36 |
| HSL | 254.43º | 0.32% | 0.49% | - |
| HSV(B) | 254.43º | 0.48% | 0.64% | - |
| XYZ | 15.66 | 12.12 | 36.64 | - |
| YUV | 99.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 164 | 0.37 | 0.48 | 0 | 0.36 | 254.43 | 0.32 | 0.49 |
| Hex | 68 | 55 | A4 | 25 | 30 | 0 | 24 | FE | 20 | 31 |
| Octal | 150 | 125 | 244 | 45 | 60 | 0 | 44 | 376 | 40 | 61 |
| Binary | 1101000 | 1010101 | 10100100 | 100101 | 110000 | 0 | 100100 | 11111110 | 100000 | 110001 |
Color Harmonies of #6855A4
Complementary color
Monochromatic Colors of #6855A4
Black with #6855A4
Text Example
Text Example
White with #6855A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855A4; }
p { color: rgb(104,85,164); }
H1.HeaderClassName
{
color: #6855A4;
}
.AnyTagClassName
{
color: #6855A4;
}
</style>
background-color css
<style>
a { background-color: #6855A4; }
a { background-color: rgb(104,85,164); }
div.DivClassName
{
background-color: #6855A4;
}
.BgClassName
{
background-color: #6855A4;
}
</style>
border-color css
<style>
span { border-color: #6855A4; }
span { border-color: rgb(104,85,164); }
td.TdClassName
{
border-color: #6855A4;
}
.TagClassName
{
border-color: #6855A4;
}
</style>