Shades of Blue Marguerite #6862AF
Tints of Blue Marguerite #6862AF
RGB
CMYK
RGB Variations
Color information
#6862AF (or 0x6862AF) is known color: Blue Marguerite. HEX triplet: 68, 62 and AF. RGB value is (104,98,175). Sum of RGB (Red+Green+Blue) = 104+98+175=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #6862AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6862AF is #979D50. Grayscale: #6C6C6C. Windows color (decimal): -9936209 or 11493992. OLE color: 11493992.
HSL color Cylindrical-coordinate representation of color #6862AF: hue angle of 244.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6862AF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 98 | 175 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.31 |
| HSL | 244.68º | 0.32% | 0.54% | - |
| HSV(B) | 244.68º | 0.44% | 0.69% | - |
| XYZ | 17.81 | 14.77 | 42.47 | - |
| YUV | 108.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 175 | 0.41 | 0.44 | 0 | 0.31 | 244.68 | 0.32 | 0.54 |
| Hex | 68 | 62 | AF | 29 | 2C | 0 | 1F | F5 | 20 | 36 |
| Octal | 150 | 142 | 257 | 51 | 54 | 0 | 37 | 365 | 40 | 66 |
| Binary | 1101000 | 1100010 | 10101111 | 101001 | 101100 | 0 | 11111 | 11110101 | 100000 | 110110 |
Color Harmonies of #6862AF
Complementary color
Monochromatic Colors of #6862AF
Black with #6862AF
Text Example
Text Example
White with #6862AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6862AF; }
p { color: rgb(104,98,175); }
H1.HeaderClassName
{
color: #6862AF;
}
.AnyTagClassName
{
color: #6862AF;
}
</style>
background-color css
<style>
a { background-color: #6862AF; }
a { background-color: rgb(104,98,175); }
div.DivClassName
{
background-color: #6862AF;
}
.BgClassName
{
background-color: #6862AF;
}
</style>
border-color css
<style>
span { border-color: #6862AF; }
span { border-color: rgb(104,98,175); }
td.TdClassName
{
border-color: #6862AF;
}
.TagClassName
{
border-color: #6862AF;
}
</style>