Shades of Blue Marguerite #6865AC
Tints of Blue Marguerite #6865AC
RGB
CMYK
RGB Variations
Color information
#6865AC (or 0x6865AC) is known color: Blue Marguerite. HEX triplet: 68, 65 and AC. RGB value is (104,101,172). Sum of RGB (Red+Green+Blue) = 104+101+172=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6865AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AC is #979A53. Grayscale: #6D6D6D. Windows color (decimal): -9935444 or 11298152. OLE color: 11298152.
HSL color Cylindrical-coordinate representation of color #6865AC: hue angle of 242.54º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6865AC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 101 | 172 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.33 |
| HSL | 242.54º | 0.3% | 0.54% | - |
| HSV(B) | 242.54º | 0.41% | 0.67% | - |
| XYZ | 17.81 | 15.23 | 41.03 | - |
| YUV | 109.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 172 | 0.40 | 0.41 | 0 | 0.33 | 242.54 | 0.3 | 0.54 |
| Hex | 68 | 65 | AC | 28 | 29 | 0 | 21 | F3 | 1E | 36 |
| Octal | 150 | 145 | 254 | 50 | 51 | 0 | 41 | 363 | 36 | 66 |
| Binary | 1101000 | 1100101 | 10101100 | 101000 | 101001 | 0 | 100001 | 11110011 | 11110 | 110110 |
Color Harmonies of #6865AC
Complementary color
Monochromatic Colors of #6865AC
Black with #6865AC
Text Example
Text Example
White with #6865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865AC; }
p { color: rgb(104,101,172); }
H1.HeaderClassName
{
color: #6865AC;
}
.AnyTagClassName
{
color: #6865AC;
}
</style>
background-color css
<style>
a { background-color: #6865AC; }
a { background-color: rgb(104,101,172); }
div.DivClassName
{
background-color: #6865AC;
}
.BgClassName
{
background-color: #6865AC;
}
</style>
border-color css
<style>
span { border-color: #6865AC; }
span { border-color: rgb(104,101,172); }
td.TdClassName
{
border-color: #6865AC;
}
.TagClassName
{
border-color: #6865AC;
}
</style>