Shades of Blue Marguerite #6156B2
Tints of Blue Marguerite #6156B2
RGB
CMYK
RGB Variations
Color information
#6156B2 (or 0x6156B2) is known color: Blue Marguerite. HEX triplet: 61, 56 and B2. RGB value is (97,86,178). Sum of RGB (Red+Green+Blue) = 97+86+178=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #6156B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6156B2 is #9EA94D. Grayscale: #636363. Windows color (decimal): -10398030 or 11687521. OLE color: 11687521.
HSL color Cylindrical-coordinate representation of color #6156B2: hue angle of 247.17º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6156B2 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 86 | 178 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.30 |
| HSL | 247.17º | 0.37% | 0.52% | - |
| HSV(B) | 247.17º | 0.52% | 0.7% | - |
| XYZ | 16.29 | 12.41 | 43.66 | - |
| YUV | 99.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 178 | 0.46 | 0.52 | 0 | 0.30 | 247.17 | 0.37 | 0.52 |
| Hex | 61 | 56 | B2 | 2E | 34 | 0 | 1E | F7 | 25 | 34 |
| Octal | 141 | 126 | 262 | 56 | 64 | 0 | 36 | 367 | 45 | 64 |
| Binary | 1100001 | 1010110 | 10110010 | 101110 | 110100 | 0 | 11110 | 11110111 | 100101 | 110100 |
Color Harmonies of #6156B2
Complementary color
Monochromatic Colors of #6156B2
Black with #6156B2
Text Example
Text Example
White with #6156B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6156B2; }
p { color: rgb(97,86,178); }
H1.HeaderClassName
{
color: #6156B2;
}
.AnyTagClassName
{
color: #6156B2;
}
</style>
background-color css
<style>
a { background-color: #6156B2; }
a { background-color: rgb(97,86,178); }
div.DivClassName
{
background-color: #6156B2;
}
.BgClassName
{
background-color: #6156B2;
}
</style>
border-color css
<style>
span { border-color: #6156B2; }
span { border-color: rgb(97,86,178); }
td.TdClassName
{
border-color: #6156B2;
}
.TagClassName
{
border-color: #6156B2;
}
</style>