Shades of Blue Marguerite #6F63BA
Tints of Blue Marguerite #6F63BA
RGB
CMYK
RGB Variations
Color information
#6F63BA (or 0x6F63BA) is known color: Blue Marguerite. HEX triplet: 6F, 63 and BA. RGB value is (111,99,186). Sum of RGB (Red+Green+Blue) = 111+99+186=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63BA is #909C45. Grayscale: #707070. Windows color (decimal): -9477190 or 12215151. OLE color: 12215151.
HSL color Cylindrical-coordinate representation of color #6F63BA: hue angle of 248.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F63BA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 99 | 186 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.27 |
| HSL | 248.28º | 0.39% | 0.56% | - |
| HSV(B) | 248.28º | 0.47% | 0.73% | - |
| XYZ | 19.88 | 15.85 | 48.47 | - |
| YUV | 112.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 186 | 0.40 | 0.47 | 0 | 0.27 | 248.28 | 0.39 | 0.56 |
| Hex | 6F | 63 | BA | 28 | 2F | 0 | 1B | F8 | 27 | 38 |
| Octal | 157 | 143 | 272 | 50 | 57 | 0 | 33 | 370 | 47 | 70 |
| Binary | 1101111 | 1100011 | 10111010 | 101000 | 101111 | 0 | 11011 | 11111000 | 100111 | 111000 |
Color Harmonies of #6F63BA
Complementary color
Monochromatic Colors of #6F63BA
Black with #6F63BA
Text Example
Text Example
White with #6F63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63BA; }
p { color: rgb(111,99,186); }
H1.HeaderClassName
{
color: #6F63BA;
}
.AnyTagClassName
{
color: #6F63BA;
}
</style>
background-color css
<style>
a { background-color: #6F63BA; }
a { background-color: rgb(111,99,186); }
div.DivClassName
{
background-color: #6F63BA;
}
.BgClassName
{
background-color: #6F63BA;
}
</style>
border-color css
<style>
span { border-color: #6F63BA; }
span { border-color: rgb(111,99,186); }
td.TdClassName
{
border-color: #6F63BA;
}
.TagClassName
{
border-color: #6F63BA;
}
</style>