Shades of Blue Marguerite #6865AD
Tints of Blue Marguerite #6865AD
RGB
CMYK
RGB Variations
Color information
#6865AD (or 0x6865AD) is known color: Blue Marguerite. HEX triplet: 68, 65 and AD. RGB value is (104,101,173). Sum of RGB (Red+Green+Blue) = 104+101+173=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #6865AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AD is #979A52. Grayscale: #6D6D6D. Windows color (decimal): -9935443 or 11363688. OLE color: 11363688.
HSL color Cylindrical-coordinate representation of color #6865AD: hue angle of 242.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6865AD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 101 | 173 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.32 |
| HSL | 242.5º | 0.31% | 0.54% | - |
| HSV(B) | 242.5º | 0.42% | 0.68% | - |
| XYZ | 17.91 | 15.27 | 41.54 | - |
| YUV | 110.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 173 | 0.40 | 0.42 | 0 | 0.32 | 242.5 | 0.31 | 0.54 |
| Hex | 68 | 65 | AD | 28 | 2A | 0 | 20 | F2 | 1F | 36 |
| Octal | 150 | 145 | 255 | 50 | 52 | 0 | 40 | 362 | 37 | 66 |
| Binary | 1101000 | 1100101 | 10101101 | 101000 | 101010 | 0 | 100000 | 11110010 | 11111 | 110110 |
Color Harmonies of #6865AD
Complementary color
Monochromatic Colors of #6865AD
Black with #6865AD
Text Example
Text Example
White with #6865AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865AD; }
p { color: rgb(104,101,173); }
H1.HeaderClassName
{
color: #6865AD;
}
.AnyTagClassName
{
color: #6865AD;
}
</style>
background-color css
<style>
a { background-color: #6865AD; }
a { background-color: rgb(104,101,173); }
div.DivClassName
{
background-color: #6865AD;
}
.BgClassName
{
background-color: #6865AD;
}
</style>
border-color css
<style>
span { border-color: #6865AD; }
span { border-color: rgb(104,101,173); }
td.TdClassName
{
border-color: #6865AD;
}
.TagClassName
{
border-color: #6865AD;
}
</style>