Shades of Blue Marguerite #6866AB
Tints of Blue Marguerite #6866AB
RGB
CMYK
RGB Variations
Color information
#6866AB (or 0x6866AB) is known color: Blue Marguerite. HEX triplet: 68, 66 and AB. RGB value is (104,102,171). Sum of RGB (Red+Green+Blue) = 104+102+171=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6866AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AB is #979954. Grayscale: #6E6E6E. Windows color (decimal): -9935189 or 11232872. OLE color: 11232872.
HSL color Cylindrical-coordinate representation of color #6866AB: hue angle of 241.74º 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 #6866AB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 102 | 171 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.33 |
| HSL | 241.74º | 0.29% | 0.54% | - |
| HSV(B) | 241.74º | 0.4% | 0.67% | - |
| XYZ | 17.81 | 15.39 | 40.56 | - |
| YUV | 110.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 171 | 0.39 | 0.40 | 0 | 0.33 | 241.74 | 0.29 | 0.54 |
| Hex | 68 | 66 | AB | 27 | 28 | 0 | 21 | F2 | 1D | 36 |
| Octal | 150 | 146 | 253 | 47 | 50 | 0 | 41 | 362 | 35 | 66 |
| Binary | 1101000 | 1100110 | 10101011 | 100111 | 101000 | 0 | 100001 | 11110010 | 11101 | 110110 |
Color Harmonies of #6866AB
Complementary color
Monochromatic Colors of #6866AB
Black with #6866AB
Text Example
Text Example
White with #6866AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866AB; }
p { color: rgb(104,102,171); }
H1.HeaderClassName
{
color: #6866AB;
}
.AnyTagClassName
{
color: #6866AB;
}
</style>
background-color css
<style>
a { background-color: #6866AB; }
a { background-color: rgb(104,102,171); }
div.DivClassName
{
background-color: #6866AB;
}
.BgClassName
{
background-color: #6866AB;
}
</style>
border-color css
<style>
span { border-color: #6866AB; }
span { border-color: rgb(104,102,171); }
td.TdClassName
{
border-color: #6866AB;
}
.TagClassName
{
border-color: #6866AB;
}
</style>