Shades of Blue Marguerite #6850B5
Tints of Blue Marguerite #6850B5
RGB
CMYK
RGB Variations
Color information
#6850B5 (or 0x6850B5) is known color: Blue Marguerite. HEX triplet: 68, 50 and B5. RGB value is (104,80,181). Sum of RGB (Red+Green+Blue) = 104+80+181=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #6850B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850B5 is #97AF4A. Grayscale: #626262. Windows color (decimal): -9940811 or 11882600. OLE color: 11882600.
HSL color Cylindrical-coordinate representation of color #6850B5: hue angle of 254.26º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6850B5 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 80 | 181 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.29 |
| HSL | 254.26º | 0.41% | 0.51% | - |
| HSV(B) | 254.26º | 0.56% | 0.71% | - |
| XYZ | 16.92 | 12.02 | 45.14 | - |
| YUV | 98.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 181 | 0.43 | 0.56 | 0 | 0.29 | 254.26 | 0.41 | 0.51 |
| Hex | 68 | 50 | B5 | 2B | 38 | 0 | 1D | FE | 29 | 33 |
| Octal | 150 | 120 | 265 | 53 | 70 | 0 | 35 | 376 | 51 | 63 |
| Binary | 1101000 | 1010000 | 10110101 | 101011 | 111000 | 0 | 11101 | 11111110 | 101001 | 110011 |
Color Harmonies of #6850B5
Complementary color
Monochromatic Colors of #6850B5
Black with #6850B5
Text Example
Text Example
White with #6850B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850B5; }
p { color: rgb(104,80,181); }
H1.HeaderClassName
{
color: #6850B5;
}
.AnyTagClassName
{
color: #6850B5;
}
</style>
background-color css
<style>
a { background-color: #6850B5; }
a { background-color: rgb(104,80,181); }
div.DivClassName
{
background-color: #6850B5;
}
.BgClassName
{
background-color: #6850B5;
}
</style>
border-color css
<style>
span { border-color: #6850B5; }
span { border-color: rgb(104,80,181); }
td.TdClassName
{
border-color: #6850B5;
}
.TagClassName
{
border-color: #6850B5;
}
</style>