Shades of Blue Marguerite #6A60B1
Tints of Blue Marguerite #6A60B1
RGB
CMYK
RGB Variations
Color information
#6A60B1 (or 0x6A60B1) is known color: Blue Marguerite. HEX triplet: 6A, 60 and B1. RGB value is (106,96,177). Sum of RGB (Red+Green+Blue) = 106+96+177=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A60B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A60B1 is #959F4E. Grayscale: #6B6B6B. Windows color (decimal): -9805647 or 11624554. OLE color: 11624554.
HSL color Cylindrical-coordinate representation of color #6A60B1: hue angle of 247.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A60B1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 96 | 177 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.31 |
| HSL | 247.41º | 0.34% | 0.54% | - |
| HSV(B) | 247.41º | 0.46% | 0.69% | - |
| XYZ | 18.06 | 14.6 | 43.46 | - |
| YUV | 108.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 177 | 0.40 | 0.46 | 0 | 0.31 | 247.41 | 0.34 | 0.54 |
| Hex | 6A | 60 | B1 | 28 | 2E | 0 | 1F | F7 | 22 | 36 |
| Octal | 152 | 140 | 261 | 50 | 56 | 0 | 37 | 367 | 42 | 66 |
| Binary | 1101010 | 1100000 | 10110001 | 101000 | 101110 | 0 | 11111 | 11110111 | 100010 | 110110 |
Color Harmonies of #6A60B1
Complementary color
Monochromatic Colors of #6A60B1
Black with #6A60B1
Text Example
Text Example
White with #6A60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A60B1; }
p { color: rgb(106,96,177); }
H1.HeaderClassName
{
color: #6A60B1;
}
.AnyTagClassName
{
color: #6A60B1;
}
</style>
background-color css
<style>
a { background-color: #6A60B1; }
a { background-color: rgb(106,96,177); }
div.DivClassName
{
background-color: #6A60B1;
}
.BgClassName
{
background-color: #6A60B1;
}
</style>
border-color css
<style>
span { border-color: #6A60B1; }
span { border-color: rgb(106,96,177); }
td.TdClassName
{
border-color: #6A60B1;
}
.TagClassName
{
border-color: #6A60B1;
}
</style>