Shades of Blue Marguerite #6057B6
Tints of Blue Marguerite #6057B6
RGB
CMYK
RGB Variations
Color information
#6057B6 (or 0x6057B6) is known color: Blue Marguerite. HEX triplet: 60, 57 and B6. RGB value is (96,87,182). Sum of RGB (Red+Green+Blue) = 96+87+182=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #6057B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057B6 is #9FA849. Grayscale: #646464. Windows color (decimal): -10463306 or 11949920. OLE color: 11949920.
HSL color Cylindrical-coordinate representation of color #6057B6: hue angle of 245.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6057B6 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 87 | 182 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.29 |
| HSL | 245.68º | 0.39% | 0.53% | - |
| HSV(B) | 245.68º | 0.52% | 0.71% | - |
| XYZ | 16.68 | 12.68 | 45.82 | - |
| YUV | 100.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 182 | 0.47 | 0.52 | 0 | 0.29 | 245.68 | 0.39 | 0.53 |
| Hex | 60 | 57 | B6 | 2F | 34 | 0 | 1D | F6 | 27 | 35 |
| Octal | 140 | 127 | 266 | 57 | 64 | 0 | 35 | 366 | 47 | 65 |
| Binary | 1100000 | 1010111 | 10110110 | 101111 | 110100 | 0 | 11101 | 11110110 | 100111 | 110101 |
Color Harmonies of #6057B6
Complementary color
Monochromatic Colors of #6057B6
Black with #6057B6
Text Example
Text Example
White with #6057B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057B6; }
p { color: rgb(96,87,182); }
H1.HeaderClassName
{
color: #6057B6;
}
.AnyTagClassName
{
color: #6057B6;
}
</style>
background-color css
<style>
a { background-color: #6057B6; }
a { background-color: rgb(96,87,182); }
div.DivClassName
{
background-color: #6057B6;
}
.BgClassName
{
background-color: #6057B6;
}
</style>
border-color css
<style>
span { border-color: #6057B6; }
span { border-color: rgb(96,87,182); }
td.TdClassName
{
border-color: #6057B6;
}
.TagClassName
{
border-color: #6057B6;
}
</style>