Shades of Blue Marguerite #6F63BC
Tints of Blue Marguerite #6F63BC
RGB
CMYK
RGB Variations
Color information
#6F63BC (or 0x6F63BC) is known color: Blue Marguerite. HEX triplet: 6F, 63 and BC. RGB value is (111,99,188). Sum of RGB (Red+Green+Blue) = 111+99+188=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F63BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63BC is #909C43. Grayscale: #707070. Windows color (decimal): -9477188 or 12346223. OLE color: 12346223.
HSL color Cylindrical-coordinate representation of color #6F63BC: hue angle of 248.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F63BC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 99 | 188 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.26 |
| HSL | 248.09º | 0.4% | 0.56% | - |
| HSV(B) | 248.09º | 0.47% | 0.74% | - |
| XYZ | 20.09 | 15.93 | 49.59 | - |
| YUV | 112.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 188 | 0.41 | 0.47 | 0 | 0.26 | 248.09 | 0.4 | 0.56 |
| Hex | 6F | 63 | BC | 29 | 2F | 0 | 1A | F8 | 28 | 38 |
| Octal | 157 | 143 | 274 | 51 | 57 | 0 | 32 | 370 | 50 | 70 |
| Binary | 1101111 | 1100011 | 10111100 | 101001 | 101111 | 0 | 11010 | 11111000 | 101000 | 111000 |
Color Harmonies of #6F63BC
Complementary color
Monochromatic Colors of #6F63BC
Black with #6F63BC
Text Example
Text Example
White with #6F63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63BC; }
p { color: rgb(111,99,188); }
H1.HeaderClassName
{
color: #6F63BC;
}
.AnyTagClassName
{
color: #6F63BC;
}
</style>
background-color css
<style>
a { background-color: #6F63BC; }
a { background-color: rgb(111,99,188); }
div.DivClassName
{
background-color: #6F63BC;
}
.BgClassName
{
background-color: #6F63BC;
}
</style>
border-color css
<style>
span { border-color: #6F63BC; }
span { border-color: rgb(111,99,188); }
td.TdClassName
{
border-color: #6F63BC;
}
.TagClassName
{
border-color: #6F63BC;
}
</style>