Shades of Blue Marguerite #6E67AF
Tints of Blue Marguerite #6E67AF
RGB
CMYK
RGB Variations
Color information
#6E67AF (or 0x6E67AF) is known color: Blue Marguerite. HEX triplet: 6E, 67 and AF. RGB value is (110,103,175). Sum of RGB (Red+Green+Blue) = 110+103+175=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E67AF is #919850. Grayscale: #717171. Windows color (decimal): -9541713 or 11495278. OLE color: 11495278.
HSL color Cylindrical-coordinate representation of color #6E67AF: hue angle of 245.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E67AF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 103 | 175 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.31 |
| HSL | 245.83º | 0.31% | 0.55% | - |
| HSV(B) | 245.83º | 0.41% | 0.69% | - |
| XYZ | 19.02 | 16.11 | 42.66 | - |
| YUV | 113.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 175 | 0.37 | 0.41 | 0 | 0.31 | 245.83 | 0.31 | 0.55 |
| Hex | 6E | 67 | AF | 25 | 29 | 0 | 1F | F6 | 1F | 37 |
| Octal | 156 | 147 | 257 | 45 | 51 | 0 | 37 | 366 | 37 | 67 |
| Binary | 1101110 | 1100111 | 10101111 | 100101 | 101001 | 0 | 11111 | 11110110 | 11111 | 110111 |
Color Harmonies of #6E67AF
Complementary color
Monochromatic Colors of #6E67AF
Black with #6E67AF
Text Example
Text Example
White with #6E67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E67AF; }
p { color: rgb(110,103,175); }
H1.HeaderClassName
{
color: #6E67AF;
}
.AnyTagClassName
{
color: #6E67AF;
}
</style>
background-color css
<style>
a { background-color: #6E67AF; }
a { background-color: rgb(110,103,175); }
div.DivClassName
{
background-color: #6E67AF;
}
.BgClassName
{
background-color: #6E67AF;
}
</style>
border-color css
<style>
span { border-color: #6E67AF; }
span { border-color: rgb(110,103,175); }
td.TdClassName
{
border-color: #6E67AF;
}
.TagClassName
{
border-color: #6E67AF;
}
</style>