Shades of Blue Marguerite #6F64AF
Tints of Blue Marguerite #6F64AF
RGB
CMYK
RGB Variations
Color information
#6F64AF (or 0x6F64AF) is known color: Blue Marguerite. HEX triplet: 6F, 64 and AF. RGB value is (111,100,175). Sum of RGB (Red+Green+Blue) = 111+100+175=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F64AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F64AF is #909B50. Grayscale: #6F6F6F. Windows color (decimal): -9476945 or 11494511. OLE color: 11494511.
HSL color Cylindrical-coordinate representation of color #6F64AF: hue angle of 248.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F64AF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 100 | 175 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.31 |
| HSL | 248.8º | 0.32% | 0.54% | - |
| HSV(B) | 248.8º | 0.43% | 0.69% | - |
| XYZ | 18.85 | 15.59 | 42.57 | - |
| YUV | 111.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 175 | 0.37 | 0.43 | 0 | 0.31 | 248.8 | 0.32 | 0.54 |
| Hex | 6F | 64 | AF | 25 | 2B | 0 | 1F | F9 | 20 | 36 |
| Octal | 157 | 144 | 257 | 45 | 53 | 0 | 37 | 371 | 40 | 66 |
| Binary | 1101111 | 1100100 | 10101111 | 100101 | 101011 | 0 | 11111 | 11111001 | 100000 | 110110 |
Color Harmonies of #6F64AF
Complementary color
Monochromatic Colors of #6F64AF
Black with #6F64AF
Text Example
Text Example
White with #6F64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64AF; }
p { color: rgb(111,100,175); }
H1.HeaderClassName
{
color: #6F64AF;
}
.AnyTagClassName
{
color: #6F64AF;
}
</style>
background-color css
<style>
a { background-color: #6F64AF; }
a { background-color: rgb(111,100,175); }
div.DivClassName
{
background-color: #6F64AF;
}
.BgClassName
{
background-color: #6F64AF;
}
</style>
border-color css
<style>
span { border-color: #6F64AF; }
span { border-color: rgb(111,100,175); }
td.TdClassName
{
border-color: #6F64AF;
}
.TagClassName
{
border-color: #6F64AF;
}
</style>