Shades of Blue Marguerite #6850B2
Tints of Blue Marguerite #6850B2
RGB
CMYK
RGB Variations
Color information
#6850B2 (or 0x6850B2) is known color: Blue Marguerite. HEX triplet: 68, 50 and B2. RGB value is (104,80,178). Sum of RGB (Red+Green+Blue) = 104+80+178=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #6850B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850B2 is #97AF4D. Grayscale: #616161. Windows color (decimal): -9940814 or 11685992. OLE color: 11685992.
HSL color Cylindrical-coordinate representation of color #6850B2: hue angle of 254.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6850B2 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 80 | 178 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.30 |
| HSL | 254.69º | 0.39% | 0.51% | - |
| HSV(B) | 254.69º | 0.55% | 0.7% | - |
| XYZ | 16.61 | 11.89 | 43.54 | - |
| YUV | 98.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 178 | 0.42 | 0.55 | 0 | 0.30 | 254.69 | 0.39 | 0.51 |
| Hex | 68 | 50 | B2 | 2A | 37 | 0 | 1E | FF | 27 | 33 |
| Octal | 150 | 120 | 262 | 52 | 67 | 0 | 36 | 377 | 47 | 63 |
| Binary | 1101000 | 1010000 | 10110010 | 101010 | 110111 | 0 | 11110 | 11111111 | 100111 | 110011 |
Color Harmonies of #6850B2
Complementary color
Monochromatic Colors of #6850B2
Black with #6850B2
Text Example
Text Example
White with #6850B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850B2; }
p { color: rgb(104,80,178); }
H1.HeaderClassName
{
color: #6850B2;
}
.AnyTagClassName
{
color: #6850B2;
}
</style>
background-color css
<style>
a { background-color: #6850B2; }
a { background-color: rgb(104,80,178); }
div.DivClassName
{
background-color: #6850B2;
}
.BgClassName
{
background-color: #6850B2;
}
</style>
border-color css
<style>
span { border-color: #6850B2; }
span { border-color: rgb(104,80,178); }
td.TdClassName
{
border-color: #6850B2;
}
.TagClassName
{
border-color: #6850B2;
}
</style>