Shades of Blue Marguerite #6F63BB
Tints of Blue Marguerite #6F63BB
RGB
CMYK
RGB Variations
Color information
#6F63BB (or 0x6F63BB) is known color: Blue Marguerite. HEX triplet: 6F, 63 and BB. RGB value is (111,99,187). Sum of RGB (Red+Green+Blue) = 111+99+187=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F63BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63BB is #909C44. Grayscale: #707070. Windows color (decimal): -9477189 or 12280687. OLE color: 12280687.
HSL color Cylindrical-coordinate representation of color #6F63BB: hue angle of 248.18º 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 #6F63BB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 99 | 187 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.27 |
| HSL | 248.18º | 0.39% | 0.56% | - |
| HSV(B) | 248.18º | 0.47% | 0.73% | - |
| XYZ | 19.99 | 15.89 | 49.03 | - |
| YUV | 112.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 187 | 0.41 | 0.47 | 0 | 0.27 | 248.18 | 0.39 | 0.56 |
| Hex | 6F | 63 | BB | 29 | 2F | 0 | 1B | F8 | 27 | 38 |
| Octal | 157 | 143 | 273 | 51 | 57 | 0 | 33 | 370 | 47 | 70 |
| Binary | 1101111 | 1100011 | 10111011 | 101001 | 101111 | 0 | 11011 | 11111000 | 100111 | 111000 |
Color Harmonies of #6F63BB
Complementary color
Monochromatic Colors of #6F63BB
Black with #6F63BB
Text Example
Text Example
White with #6F63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63BB; }
p { color: rgb(111,99,187); }
H1.HeaderClassName
{
color: #6F63BB;
}
.AnyTagClassName
{
color: #6F63BB;
}
</style>
background-color css
<style>
a { background-color: #6F63BB; }
a { background-color: rgb(111,99,187); }
div.DivClassName
{
background-color: #6F63BB;
}
.BgClassName
{
background-color: #6F63BB;
}
</style>
border-color css
<style>
span { border-color: #6F63BB; }
span { border-color: rgb(111,99,187); }
td.TdClassName
{
border-color: #6F63BB;
}
.TagClassName
{
border-color: #6F63BB;
}
</style>