Shades of Blue Marguerite #6F63AE
Tints of Blue Marguerite #6F63AE
RGB
CMYK
RGB Variations
Color information
#6F63AE (or 0x6F63AE) is known color: Blue Marguerite. HEX triplet: 6F, 63 and AE. RGB value is (111,99,174). Sum of RGB (Red+Green+Blue) = 111+99+174=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F63AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F63AE is #909C51. Grayscale: #6E6E6E. Windows color (decimal): -9477202 or 11428719. OLE color: 11428719.
HSL color Cylindrical-coordinate representation of color #6F63AE: hue angle of 249.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F63AE is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 99 | 174 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.32 |
| HSL | 249.6º | 0.32% | 0.54% | - |
| HSV(B) | 249.6º | 0.43% | 0.68% | - |
| XYZ | 18.66 | 15.36 | 42.03 | - |
| YUV | 111.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 174 | 0.36 | 0.43 | 0 | 0.32 | 249.6 | 0.32 | 0.54 |
| Hex | 6F | 63 | AE | 24 | 2B | 0 | 20 | FA | 20 | 36 |
| Octal | 157 | 143 | 256 | 44 | 53 | 0 | 40 | 372 | 40 | 66 |
| Binary | 1101111 | 1100011 | 10101110 | 100100 | 101011 | 0 | 100000 | 11111010 | 100000 | 110110 |
Color Harmonies of #6F63AE
Complementary color
Monochromatic Colors of #6F63AE
Black with #6F63AE
Text Example
Text Example
White with #6F63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63AE; }
p { color: rgb(111,99,174); }
H1.HeaderClassName
{
color: #6F63AE;
}
.AnyTagClassName
{
color: #6F63AE;
}
</style>
background-color css
<style>
a { background-color: #6F63AE; }
a { background-color: rgb(111,99,174); }
div.DivClassName
{
background-color: #6F63AE;
}
.BgClassName
{
background-color: #6F63AE;
}
</style>
border-color css
<style>
span { border-color: #6F63AE; }
span { border-color: rgb(111,99,174); }
td.TdClassName
{
border-color: #6F63AE;
}
.TagClassName
{
border-color: #6F63AE;
}
</style>