Shades of Blue Marguerite #6F65BA
Tints of Blue Marguerite #6F65BA
RGB
CMYK
RGB Variations
Color information
#6F65BA (or 0x6F65BA) is known color: Blue Marguerite. HEX triplet: 6F, 65 and BA. RGB value is (111,101,186). Sum of RGB (Red+Green+Blue) = 111+101+186=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F65BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65BA is #909A45. Grayscale: #717171. Windows color (decimal): -9476678 or 12215663. OLE color: 12215663.
HSL color Cylindrical-coordinate representation of color #6F65BA: hue angle of 247.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F65BA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 101 | 186 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.27 |
| HSL | 247.06º | 0.38% | 0.56% | - |
| HSV(B) | 247.06º | 0.46% | 0.73% | - |
| XYZ | 20.07 | 16.23 | 48.53 | - |
| YUV | 113.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 186 | 0.40 | 0.46 | 0 | 0.27 | 247.06 | 0.38 | 0.56 |
| Hex | 6F | 65 | BA | 28 | 2E | 0 | 1B | F7 | 26 | 38 |
| Octal | 157 | 145 | 272 | 50 | 56 | 0 | 33 | 367 | 46 | 70 |
| Binary | 1101111 | 1100101 | 10111010 | 101000 | 101110 | 0 | 11011 | 11110111 | 100110 | 111000 |
Color Harmonies of #6F65BA
Complementary color
Monochromatic Colors of #6F65BA
Black with #6F65BA
Text Example
Text Example
White with #6F65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65BA; }
p { color: rgb(111,101,186); }
H1.HeaderClassName
{
color: #6F65BA;
}
.AnyTagClassName
{
color: #6F65BA;
}
</style>
background-color css
<style>
a { background-color: #6F65BA; }
a { background-color: rgb(111,101,186); }
div.DivClassName
{
background-color: #6F65BA;
}
.BgClassName
{
background-color: #6F65BA;
}
</style>
border-color css
<style>
span { border-color: #6F65BA; }
span { border-color: rgb(111,101,186); }
td.TdClassName
{
border-color: #6F65BA;
}
.TagClassName
{
border-color: #6F65BA;
}
</style>