Shades of Blue Marguerite #6860AF
Tints of Blue Marguerite #6860AF
RGB
CMYK
RGB Variations
Color information
#6860AF (or 0x6860AF) is known color: Blue Marguerite. HEX triplet: 68, 60 and AF. RGB value is (104,96,175). Sum of RGB (Red+Green+Blue) = 104+96+175=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6860AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860AF is #979F50. Grayscale: #6B6B6B. Windows color (decimal): -9936721 or 11493480. OLE color: 11493480.
HSL color Cylindrical-coordinate representation of color #6860AF: hue angle of 246.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6860AF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 96 | 175 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.31 |
| HSL | 246.08º | 0.33% | 0.53% | - |
| HSV(B) | 246.08º | 0.45% | 0.69% | - |
| XYZ | 17.63 | 14.4 | 42.41 | - |
| YUV | 107.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 175 | 0.41 | 0.45 | 0 | 0.31 | 246.08 | 0.33 | 0.53 |
| Hex | 68 | 60 | AF | 29 | 2D | 0 | 1F | F6 | 21 | 35 |
| Octal | 150 | 140 | 257 | 51 | 55 | 0 | 37 | 366 | 41 | 65 |
| Binary | 1101000 | 1100000 | 10101111 | 101001 | 101101 | 0 | 11111 | 11110110 | 100001 | 110101 |
Color Harmonies of #6860AF
Complementary color
Monochromatic Colors of #6860AF
Black with #6860AF
Text Example
Text Example
White with #6860AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860AF; }
p { color: rgb(104,96,175); }
H1.HeaderClassName
{
color: #6860AF;
}
.AnyTagClassName
{
color: #6860AF;
}
</style>
background-color css
<style>
a { background-color: #6860AF; }
a { background-color: rgb(104,96,175); }
div.DivClassName
{
background-color: #6860AF;
}
.BgClassName
{
background-color: #6860AF;
}
</style>
border-color css
<style>
span { border-color: #6860AF; }
span { border-color: rgb(104,96,175); }
td.TdClassName
{
border-color: #6860AF;
}
.TagClassName
{
border-color: #6860AF;
}
</style>