Shades of Blue Marguerite #6852BC
Tints of Blue Marguerite #6852BC
RGB
CMYK
RGB Variations
Color information
#6852BC (or 0x6852BC) is known color: Blue Marguerite. HEX triplet: 68, 52 and BC. RGB value is (104,82,188). Sum of RGB (Red+Green+Blue) = 104+82+188=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6852BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852BC is #97AD43. Grayscale: #646464. Windows color (decimal): -9940292 or 12341864. OLE color: 12341864.
HSL color Cylindrical-coordinate representation of color #6852BC: hue angle of 252.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6852BC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 82 | 188 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.26 |
| HSL | 252.45º | 0.44% | 0.53% | - |
| HSV(B) | 252.45º | 0.56% | 0.74% | - |
| XYZ | 17.8 | 12.61 | 49.07 | - |
| YUV | 100.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 188 | 0.45 | 0.56 | 0 | 0.26 | 252.45 | 0.44 | 0.53 |
| Hex | 68 | 52 | BC | 2D | 38 | 0 | 1A | FC | 2C | 35 |
| Octal | 150 | 122 | 274 | 55 | 70 | 0 | 32 | 374 | 54 | 65 |
| Binary | 1101000 | 1010010 | 10111100 | 101101 | 111000 | 0 | 11010 | 11111100 | 101100 | 110101 |
Color Harmonies of #6852BC
Complementary color
Monochromatic Colors of #6852BC
Black with #6852BC
Text Example
Text Example
White with #6852BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852BC; }
p { color: rgb(104,82,188); }
H1.HeaderClassName
{
color: #6852BC;
}
.AnyTagClassName
{
color: #6852BC;
}
</style>
background-color css
<style>
a { background-color: #6852BC; }
a { background-color: rgb(104,82,188); }
div.DivClassName
{
background-color: #6852BC;
}
.BgClassName
{
background-color: #6852BC;
}
</style>
border-color css
<style>
span { border-color: #6852BC; }
span { border-color: rgb(104,82,188); }
td.TdClassName
{
border-color: #6852BC;
}
.TagClassName
{
border-color: #6852BC;
}
</style>