Shades of Blue Marguerite #6955BB
Tints of Blue Marguerite #6955BB
RGB
CMYK
RGB Variations
Color information
#6955BB (or 0x6955BB) is known color: Blue Marguerite. HEX triplet: 69, 55 and BB. RGB value is (105,85,187). Sum of RGB (Red+Green+Blue) = 105+85+187=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6955BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955BB is #96AA44. Grayscale: #666666. Windows color (decimal): -9873989 or 12277097. OLE color: 12277097.
HSL color Cylindrical-coordinate representation of color #6955BB: hue angle of 251.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6955BB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 85 | 187 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.27 |
| HSL | 251.76º | 0.43% | 0.53% | - |
| HSV(B) | 251.76º | 0.55% | 0.73% | - |
| XYZ | 18.04 | 13.09 | 48.59 | - |
| YUV | 102.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 187 | 0.44 | 0.55 | 0 | 0.27 | 251.76 | 0.43 | 0.53 |
| Hex | 69 | 55 | BB | 2C | 37 | 0 | 1B | FC | 2B | 35 |
| Octal | 151 | 125 | 273 | 54 | 67 | 0 | 33 | 374 | 53 | 65 |
| Binary | 1101001 | 1010101 | 10111011 | 101100 | 110111 | 0 | 11011 | 11111100 | 101011 | 110101 |
Color Harmonies of #6955BB
Complementary color
Monochromatic Colors of #6955BB
Black with #6955BB
Text Example
Text Example
White with #6955BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955BB; }
p { color: rgb(105,85,187); }
H1.HeaderClassName
{
color: #6955BB;
}
.AnyTagClassName
{
color: #6955BB;
}
</style>
background-color css
<style>
a { background-color: #6955BB; }
a { background-color: rgb(105,85,187); }
div.DivClassName
{
background-color: #6955BB;
}
.BgClassName
{
background-color: #6955BB;
}
</style>
border-color css
<style>
span { border-color: #6955BB; }
span { border-color: rgb(105,85,187); }
td.TdClassName
{
border-color: #6955BB;
}
.TagClassName
{
border-color: #6955BB;
}
</style>