Shades of Blue Marguerite #6F67BE
Tints of Blue Marguerite #6F67BE
RGB
CMYK
RGB Variations
Color information
#6F67BE (or 0x6F67BE) is known color: Blue Marguerite. HEX triplet: 6F, 67 and BE. RGB value is (111,103,190). Sum of RGB (Red+Green+Blue) = 111+103+190=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67BE is #909841. Grayscale: #727272. Windows color (decimal): -9476162 or 12478319. OLE color: 12478319.
HSL color Cylindrical-coordinate representation of color #6F67BE: hue angle of 245.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F67BE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 103 | 190 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.25 |
| HSL | 245.52º | 0.4% | 0.57% | - |
| HSV(B) | 245.52º | 0.46% | 0.75% | - |
| XYZ | 20.7 | 16.8 | 50.87 | - |
| YUV | 115.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 190 | 0.42 | 0.46 | 0 | 0.25 | 245.52 | 0.4 | 0.57 |
| Hex | 6F | 67 | BE | 2A | 2E | 0 | 19 | F6 | 28 | 39 |
| Octal | 157 | 147 | 276 | 52 | 56 | 0 | 31 | 366 | 50 | 71 |
| Binary | 1101111 | 1100111 | 10111110 | 101010 | 101110 | 0 | 11001 | 11110110 | 101000 | 111001 |
Color Harmonies of #6F67BE
Complementary color
Monochromatic Colors of #6F67BE
Black with #6F67BE
Text Example
Text Example
White with #6F67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67BE; }
p { color: rgb(111,103,190); }
H1.HeaderClassName
{
color: #6F67BE;
}
.AnyTagClassName
{
color: #6F67BE;
}
</style>
background-color css
<style>
a { background-color: #6F67BE; }
a { background-color: rgb(111,103,190); }
div.DivClassName
{
background-color: #6F67BE;
}
.BgClassName
{
background-color: #6F67BE;
}
</style>
border-color css
<style>
span { border-color: #6F67BE; }
span { border-color: rgb(111,103,190); }
td.TdClassName
{
border-color: #6F67BE;
}
.TagClassName
{
border-color: #6F67BE;
}
</style>