Shades of Blue Marguerite #6F67AF
Tints of Blue Marguerite #6F67AF
RGB
CMYK
RGB Variations
Color information
#6F67AF (or 0x6F67AF) is known color: Blue Marguerite. HEX triplet: 6F, 67 and AF. RGB value is (111,103,175). Sum of RGB (Red+Green+Blue) = 111+103+175=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F67AF is #909850. Grayscale: #717171. Windows color (decimal): -9476177 or 11495279. OLE color: 11495279.
HSL color Cylindrical-coordinate representation of color #6F67AF: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F67AF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 103 | 175 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.31 |
| HSL | 246.67º | 0.31% | 0.55% | - |
| HSV(B) | 246.67º | 0.41% | 0.69% | - |
| XYZ | 19.14 | 16.18 | 42.67 | - |
| YUV | 113.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 175 | 0.37 | 0.41 | 0 | 0.31 | 246.67 | 0.31 | 0.55 |
| Hex | 6F | 67 | AF | 25 | 29 | 0 | 1F | F7 | 1F | 37 |
| Octal | 157 | 147 | 257 | 45 | 51 | 0 | 37 | 367 | 37 | 67 |
| Binary | 1101111 | 1100111 | 10101111 | 100101 | 101001 | 0 | 11111 | 11110111 | 11111 | 110111 |
Color Harmonies of #6F67AF
Complementary color
Monochromatic Colors of #6F67AF
Black with #6F67AF
Text Example
Text Example
White with #6F67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67AF; }
p { color: rgb(111,103,175); }
H1.HeaderClassName
{
color: #6F67AF;
}
.AnyTagClassName
{
color: #6F67AF;
}
</style>
background-color css
<style>
a { background-color: #6F67AF; }
a { background-color: rgb(111,103,175); }
div.DivClassName
{
background-color: #6F67AF;
}
.BgClassName
{
background-color: #6F67AF;
}
</style>
border-color css
<style>
span { border-color: #6F67AF; }
span { border-color: rgb(111,103,175); }
td.TdClassName
{
border-color: #6F67AF;
}
.TagClassName
{
border-color: #6F67AF;
}
</style>