Shades of Blue Marguerite #6F52AD
Tints of Blue Marguerite #6F52AD
RGB
CMYK
RGB Variations
Color information
#6F52AD (or 0x6F52AD) is known color: Blue Marguerite. HEX triplet: 6F, 52 and AD. RGB value is (111,82,173). Sum of RGB (Red+Green+Blue) = 111+82+173=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F52AD is #90AD52. Grayscale: #646464. Windows color (decimal): -9481555 or 11358831. OLE color: 11358831.
HSL color Cylindrical-coordinate representation of color #6F52AD: hue angle of 259.12º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F52AD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 82 | 173 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.32 |
| HSL | 259.12º | 0.36% | 0.5% | - |
| HSV(B) | 259.12º | 0.53% | 0.68% | - |
| XYZ | 17.12 | 12.43 | 41.03 | - |
| YUV | 101.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 173 | 0.36 | 0.53 | 0 | 0.32 | 259.12 | 0.36 | 0.5 |
| Hex | 6F | 52 | AD | 24 | 35 | 0 | 20 | 103 | 24 | 32 |
| Octal | 157 | 122 | 255 | 44 | 65 | 0 | 40 | 403 | 44 | 62 |
| Binary | 1101111 | 1010010 | 10101101 | 100100 | 110101 | 0 | 100000 | 100000011 | 100100 | 110010 |
Color Harmonies of #6F52AD
Complementary color
Monochromatic Colors of #6F52AD
Black with #6F52AD
Text Example
Text Example
White with #6F52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52AD; }
p { color: rgb(111,82,173); }
H1.HeaderClassName
{
color: #6F52AD;
}
.AnyTagClassName
{
color: #6F52AD;
}
</style>
background-color css
<style>
a { background-color: #6F52AD; }
a { background-color: rgb(111,82,173); }
div.DivClassName
{
background-color: #6F52AD;
}
.BgClassName
{
background-color: #6F52AD;
}
</style>
border-color css
<style>
span { border-color: #6F52AD; }
span { border-color: rgb(111,82,173); }
td.TdClassName
{
border-color: #6F52AD;
}
.TagClassName
{
border-color: #6F52AD;
}
</style>