Shades of Blue Marguerite #6853B2
Tints of Blue Marguerite #6853B2
RGB
CMYK
RGB Variations
Color information
#6853B2 (or 0x6853B2) is known color: Blue Marguerite. HEX triplet: 68, 53 and B2. RGB value is (104,83,178). Sum of RGB (Red+Green+Blue) = 104+83+178=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #6853B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853B2 is #97AC4D. Grayscale: #636363. Windows color (decimal): -9940046 or 11686760. OLE color: 11686760.
HSL color Cylindrical-coordinate representation of color #6853B2: hue angle of 253.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6853B2 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 83 | 178 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.30 |
| HSL | 253.26º | 0.38% | 0.51% | - |
| HSV(B) | 253.26º | 0.53% | 0.7% | - |
| XYZ | 16.84 | 12.34 | 43.61 | - |
| YUV | 100.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 178 | 0.42 | 0.53 | 0 | 0.30 | 253.26 | 0.38 | 0.51 |
| Hex | 68 | 53 | B2 | 2A | 35 | 0 | 1E | FD | 26 | 33 |
| Octal | 150 | 123 | 262 | 52 | 65 | 0 | 36 | 375 | 46 | 63 |
| Binary | 1101000 | 1010011 | 10110010 | 101010 | 110101 | 0 | 11110 | 11111101 | 100110 | 110011 |
Color Harmonies of #6853B2
Complementary color
Monochromatic Colors of #6853B2
Black with #6853B2
Text Example
Text Example
White with #6853B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853B2; }
p { color: rgb(104,83,178); }
H1.HeaderClassName
{
color: #6853B2;
}
.AnyTagClassName
{
color: #6853B2;
}
</style>
background-color css
<style>
a { background-color: #6853B2; }
a { background-color: rgb(104,83,178); }
div.DivClassName
{
background-color: #6853B2;
}
.BgClassName
{
background-color: #6853B2;
}
</style>
border-color css
<style>
span { border-color: #6853B2; }
span { border-color: rgb(104,83,178); }
td.TdClassName
{
border-color: #6853B2;
}
.TagClassName
{
border-color: #6853B2;
}
</style>