Shades of Blue Marguerite #6E67B7
Tints of Blue Marguerite #6E67B7
RGB
CMYK
RGB Variations
Color information
#6E67B7 (or 0x6E67B7) is known color: Blue Marguerite. HEX triplet: 6E, 67 and B7. RGB value is (110,103,183). Sum of RGB (Red+Green+Blue) = 110+103+183=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E67B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E67B7 is #919848. Grayscale: #717171. Windows color (decimal): -9541705 or 12019566. OLE color: 12019566.
HSL color Cylindrical-coordinate representation of color #6E67B7: hue angle of 245.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E67B7 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 103 | 183 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.28 |
| HSL | 245.25º | 0.36% | 0.56% | - |
| HSV(B) | 245.25º | 0.44% | 0.72% | - |
| XYZ | 19.83 | 16.43 | 46.93 | - |
| YUV | 114.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 183 | 0.40 | 0.44 | 0 | 0.28 | 245.25 | 0.36 | 0.56 |
| Hex | 6E | 67 | B7 | 28 | 2C | 0 | 1C | F5 | 24 | 38 |
| Octal | 156 | 147 | 267 | 50 | 54 | 0 | 34 | 365 | 44 | 70 |
| Binary | 1101110 | 1100111 | 10110111 | 101000 | 101100 | 0 | 11100 | 11110101 | 100100 | 111000 |
Color Harmonies of #6E67B7
Complementary color
Monochromatic Colors of #6E67B7
Black with #6E67B7
Text Example
Text Example
White with #6E67B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E67B7; }
p { color: rgb(110,103,183); }
H1.HeaderClassName
{
color: #6E67B7;
}
.AnyTagClassName
{
color: #6E67B7;
}
</style>
background-color css
<style>
a { background-color: #6E67B7; }
a { background-color: rgb(110,103,183); }
div.DivClassName
{
background-color: #6E67B7;
}
.BgClassName
{
background-color: #6E67B7;
}
</style>
border-color css
<style>
span { border-color: #6E67B7; }
span { border-color: rgb(110,103,183); }
td.TdClassName
{
border-color: #6E67B7;
}
.TagClassName
{
border-color: #6E67B7;
}
</style>