Shades of Blue Marguerite #6E67AC
Tints of Blue Marguerite #6E67AC
RGB
CMYK
RGB Variations
Color information
#6E67AC (or 0x6E67AC) is known color: Blue Marguerite. HEX triplet: 6E, 67 and AC. RGB value is (110,103,172). Sum of RGB (Red+Green+Blue) = 110+103+172=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E67AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E67AC is #919853. Grayscale: #707070. Windows color (decimal): -9541716 or 11298670. OLE color: 11298670.
HSL color Cylindrical-coordinate representation of color #6E67AC: hue angle of 246.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E67AC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 103 | 172 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.33 |
| HSL | 246.09º | 0.29% | 0.54% | - |
| HSV(B) | 246.09º | 0.4% | 0.67% | - |
| XYZ | 18.73 | 15.99 | 41.13 | - |
| YUV | 112.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 172 | 0.36 | 0.40 | 0 | 0.33 | 246.09 | 0.29 | 0.54 |
| Hex | 6E | 67 | AC | 24 | 28 | 0 | 21 | F6 | 1D | 36 |
| Octal | 156 | 147 | 254 | 44 | 50 | 0 | 41 | 366 | 35 | 66 |
| Binary | 1101110 | 1100111 | 10101100 | 100100 | 101000 | 0 | 100001 | 11110110 | 11101 | 110110 |
Color Harmonies of #6E67AC
Complementary color
Monochromatic Colors of #6E67AC
Black with #6E67AC
Text Example
Text Example
White with #6E67AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E67AC; }
p { color: rgb(110,103,172); }
H1.HeaderClassName
{
color: #6E67AC;
}
.AnyTagClassName
{
color: #6E67AC;
}
</style>
background-color css
<style>
a { background-color: #6E67AC; }
a { background-color: rgb(110,103,172); }
div.DivClassName
{
background-color: #6E67AC;
}
.BgClassName
{
background-color: #6E67AC;
}
</style>
border-color css
<style>
span { border-color: #6E67AC; }
span { border-color: rgb(110,103,172); }
td.TdClassName
{
border-color: #6E67AC;
}
.TagClassName
{
border-color: #6E67AC;
}
</style>