Shades of Blue Marguerite #6C62AB
Tints of Blue Marguerite #6C62AB
RGB
CMYK
RGB Variations
Color information
#6C62AB (or 0x6C62AB) is known color: Blue Marguerite. HEX triplet: 6C, 62 and AB. RGB value is (108,98,171). Sum of RGB (Red+Green+Blue) = 108+98+171=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C62AB is #939D54. Grayscale: #6D6D6D. Windows color (decimal): -9674069 or 11231852. OLE color: 11231852.
HSL color Cylindrical-coordinate representation of color #6C62AB: hue angle of 248.22º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C62AB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 98 | 171 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.33 |
| HSL | 248.22º | 0.3% | 0.53% | - |
| HSV(B) | 248.22º | 0.43% | 0.67% | - |
| XYZ | 17.9 | 14.86 | 40.45 | - |
| YUV | 109.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 171 | 0.37 | 0.43 | 0 | 0.33 | 248.22 | 0.3 | 0.53 |
| Hex | 6C | 62 | AB | 25 | 2B | 0 | 21 | F8 | 1E | 35 |
| Octal | 154 | 142 | 253 | 45 | 53 | 0 | 41 | 370 | 36 | 65 |
| Binary | 1101100 | 1100010 | 10101011 | 100101 | 101011 | 0 | 100001 | 11111000 | 11110 | 110101 |
Color Harmonies of #6C62AB
Complementary color
Monochromatic Colors of #6C62AB
Black with #6C62AB
Text Example
Text Example
White with #6C62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62AB; }
p { color: rgb(108,98,171); }
H1.HeaderClassName
{
color: #6C62AB;
}
.AnyTagClassName
{
color: #6C62AB;
}
</style>
background-color css
<style>
a { background-color: #6C62AB; }
a { background-color: rgb(108,98,171); }
div.DivClassName
{
background-color: #6C62AB;
}
.BgClassName
{
background-color: #6C62AB;
}
</style>
border-color css
<style>
span { border-color: #6C62AB; }
span { border-color: rgb(108,98,171); }
td.TdClassName
{
border-color: #6C62AB;
}
.TagClassName
{
border-color: #6C62AB;
}
</style>