Shades of Blue Marguerite #6966AB
Tints of Blue Marguerite #6966AB
RGB
CMYK
RGB Variations
Color information
#6966AB (or 0x6966AB) is known color: Blue Marguerite. HEX triplet: 69, 66 and AB. RGB value is (105,102,171). Sum of RGB (Red+Green+Blue) = 105+102+171=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #6966AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6966AB is #969954. Grayscale: #6E6E6E. Windows color (decimal): -9869653 or 11232873. OLE color: 11232873.
HSL color Cylindrical-coordinate representation of color #6966AB: hue angle of 242.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6966AB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 102 | 171 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.33 |
| HSL | 242.61º | 0.29% | 0.54% | - |
| HSV(B) | 242.61º | 0.4% | 0.67% | - |
| XYZ | 17.93 | 15.45 | 40.56 | - |
| YUV | 110.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 171 | 0.39 | 0.40 | 0 | 0.33 | 242.61 | 0.29 | 0.54 |
| Hex | 69 | 66 | AB | 27 | 28 | 0 | 21 | F3 | 1D | 36 |
| Octal | 151 | 146 | 253 | 47 | 50 | 0 | 41 | 363 | 35 | 66 |
| Binary | 1101001 | 1100110 | 10101011 | 100111 | 101000 | 0 | 100001 | 11110011 | 11101 | 110110 |
Color Harmonies of #6966AB
Complementary color
Monochromatic Colors of #6966AB
Black with #6966AB
Text Example
Text Example
White with #6966AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966AB; }
p { color: rgb(105,102,171); }
H1.HeaderClassName
{
color: #6966AB;
}
.AnyTagClassName
{
color: #6966AB;
}
</style>
background-color css
<style>
a { background-color: #6966AB; }
a { background-color: rgb(105,102,171); }
div.DivClassName
{
background-color: #6966AB;
}
.BgClassName
{
background-color: #6966AB;
}
</style>
border-color css
<style>
span { border-color: #6966AB; }
span { border-color: rgb(105,102,171); }
td.TdClassName
{
border-color: #6966AB;
}
.TagClassName
{
border-color: #6966AB;
}
</style>