Shades of Blue Marguerite #6864AC
Tints of Blue Marguerite #6864AC
RGB
CMYK
RGB Variations
Color information
#6864AC (or 0x6864AC) is known color: Blue Marguerite. HEX triplet: 68, 64 and AC. RGB value is (104,100,172). Sum of RGB (Red+Green+Blue) = 104+100+172=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #6864AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AC is #979B53. Grayscale: #6D6D6D. Windows color (decimal): -9935700 or 11297896. OLE color: 11297896.
HSL color Cylindrical-coordinate representation of color #6864AC: hue angle of 243.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6864AC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 100 | 172 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.33 |
| HSL | 243.33º | 0.3% | 0.53% | - |
| HSV(B) | 243.33º | 0.42% | 0.67% | - |
| XYZ | 17.71 | 15.04 | 41 | - |
| YUV | 109.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 172 | 0.40 | 0.42 | 0 | 0.33 | 243.33 | 0.3 | 0.53 |
| Hex | 68 | 64 | AC | 28 | 2A | 0 | 21 | F3 | 1E | 35 |
| Octal | 150 | 144 | 254 | 50 | 52 | 0 | 41 | 363 | 36 | 65 |
| Binary | 1101000 | 1100100 | 10101100 | 101000 | 101010 | 0 | 100001 | 11110011 | 11110 | 110101 |
Color Harmonies of #6864AC
Complementary color
Monochromatic Colors of #6864AC
Black with #6864AC
Text Example
Text Example
White with #6864AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864AC; }
p { color: rgb(104,100,172); }
H1.HeaderClassName
{
color: #6864AC;
}
.AnyTagClassName
{
color: #6864AC;
}
</style>
background-color css
<style>
a { background-color: #6864AC; }
a { background-color: rgb(104,100,172); }
div.DivClassName
{
background-color: #6864AC;
}
.BgClassName
{
background-color: #6864AC;
}
</style>
border-color css
<style>
span { border-color: #6864AC; }
span { border-color: rgb(104,100,172); }
td.TdClassName
{
border-color: #6864AC;
}
.TagClassName
{
border-color: #6864AC;
}
</style>