Shades of Blue Marguerite #6955AB
Tints of Blue Marguerite #6955AB
RGB
CMYK
RGB Variations
Color information
#6955AB (or 0x6955AB) is known color: Blue Marguerite. HEX triplet: 69, 55 and AB. RGB value is (105,85,171). Sum of RGB (Red+Green+Blue) = 105+85+171=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6955AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6955AB is #96AA54. Grayscale: #646464. Windows color (decimal): -9874005 or 11228521. OLE color: 11228521.
HSL color Cylindrical-coordinate representation of color #6955AB: hue angle of 253.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6955AB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 85 | 171 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.33 |
| HSL | 253.95º | 0.34% | 0.5% | - |
| HSV(B) | 253.95º | 0.5% | 0.67% | - |
| XYZ | 16.42 | 12.44 | 40.06 | - |
| YUV | 100.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 171 | 0.39 | 0.50 | 0 | 0.33 | 253.95 | 0.34 | 0.5 |
| Hex | 69 | 55 | AB | 27 | 32 | 0 | 21 | FE | 22 | 32 |
| Octal | 151 | 125 | 253 | 47 | 62 | 0 | 41 | 376 | 42 | 62 |
| Binary | 1101001 | 1010101 | 10101011 | 100111 | 110010 | 0 | 100001 | 11111110 | 100010 | 110010 |
Color Harmonies of #6955AB
Complementary color
Monochromatic Colors of #6955AB
Black with #6955AB
Text Example
Text Example
White with #6955AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955AB; }
p { color: rgb(105,85,171); }
H1.HeaderClassName
{
color: #6955AB;
}
.AnyTagClassName
{
color: #6955AB;
}
</style>
background-color css
<style>
a { background-color: #6955AB; }
a { background-color: rgb(105,85,171); }
div.DivClassName
{
background-color: #6955AB;
}
.BgClassName
{
background-color: #6955AB;
}
</style>
border-color css
<style>
span { border-color: #6955AB; }
span { border-color: rgb(105,85,171); }
td.TdClassName
{
border-color: #6955AB;
}
.TagClassName
{
border-color: #6955AB;
}
</style>