Shades of Blue Marguerite #6955B0
Tints of Blue Marguerite #6955B0
RGB
CMYK
RGB Variations
Color information
#6955B0 (or 0x6955B0) is known color: Blue Marguerite. HEX triplet: 69, 55 and B0. RGB value is (105,85,176). Sum of RGB (Red+Green+Blue) = 105+85+176=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #6955B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6955B0 is #96AA4F. Grayscale: #656565. Windows color (decimal): -9874000 or 11556201. OLE color: 11556201.
HSL color Cylindrical-coordinate representation of color #6955B0: hue angle of 253.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6955B0 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 85 | 176 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.31 |
| HSL | 253.19º | 0.37% | 0.51% | - |
| HSV(B) | 253.19º | 0.52% | 0.69% | - |
| XYZ | 16.91 | 12.63 | 42.62 | - |
| YUV | 101.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 176 | 0.40 | 0.52 | 0 | 0.31 | 253.19 | 0.37 | 0.51 |
| Hex | 69 | 55 | B0 | 28 | 34 | 0 | 1F | FD | 25 | 33 |
| Octal | 151 | 125 | 260 | 50 | 64 | 0 | 37 | 375 | 45 | 63 |
| Binary | 1101001 | 1010101 | 10110000 | 101000 | 110100 | 0 | 11111 | 11111101 | 100101 | 110011 |
Color Harmonies of #6955B0
Complementary color
Monochromatic Colors of #6955B0
Black with #6955B0
Text Example
Text Example
White with #6955B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955B0; }
p { color: rgb(105,85,176); }
H1.HeaderClassName
{
color: #6955B0;
}
.AnyTagClassName
{
color: #6955B0;
}
</style>
background-color css
<style>
a { background-color: #6955B0; }
a { background-color: rgb(105,85,176); }
div.DivClassName
{
background-color: #6955B0;
}
.BgClassName
{
background-color: #6955B0;
}
</style>
border-color css
<style>
span { border-color: #6955B0; }
span { border-color: rgb(105,85,176); }
td.TdClassName
{
border-color: #6955B0;
}
.TagClassName
{
border-color: #6955B0;
}
</style>