Shades of Blue Marguerite #6C60B4
Tints of Blue Marguerite #6C60B4
RGB
CMYK
RGB Variations
Color information
#6C60B4 (or 0x6C60B4) is known color: Blue Marguerite. HEX triplet: 6C, 60 and B4. RGB value is (108,96,180). Sum of RGB (Red+Green+Blue) = 108+96+180=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C60B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60B4 is #939F4B. Grayscale: #6C6C6C. Windows color (decimal): -9674572 or 11821164. OLE color: 11821164.
HSL color Cylindrical-coordinate representation of color #6C60B4: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C60B4 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 96 | 180 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.29 |
| HSL | 248.57º | 0.36% | 0.54% | - |
| HSV(B) | 248.57º | 0.47% | 0.71% | - |
| XYZ | 18.61 | 14.85 | 45.07 | - |
| YUV | 109.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 180 | 0.40 | 0.47 | 0 | 0.29 | 248.57 | 0.36 | 0.54 |
| Hex | 6C | 60 | B4 | 28 | 2F | 0 | 1D | F9 | 24 | 36 |
| Octal | 154 | 140 | 264 | 50 | 57 | 0 | 35 | 371 | 44 | 66 |
| Binary | 1101100 | 1100000 | 10110100 | 101000 | 101111 | 0 | 11101 | 11111001 | 100100 | 110110 |
Color Harmonies of #6C60B4
Complementary color
Monochromatic Colors of #6C60B4
Black with #6C60B4
Text Example
Text Example
White with #6C60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C60B4; }
p { color: rgb(108,96,180); }
H1.HeaderClassName
{
color: #6C60B4;
}
.AnyTagClassName
{
color: #6C60B4;
}
</style>
background-color css
<style>
a { background-color: #6C60B4; }
a { background-color: rgb(108,96,180); }
div.DivClassName
{
background-color: #6C60B4;
}
.BgClassName
{
background-color: #6C60B4;
}
</style>
border-color css
<style>
span { border-color: #6C60B4; }
span { border-color: rgb(108,96,180); }
td.TdClassName
{
border-color: #6C60B4;
}
.TagClassName
{
border-color: #6C60B4;
}
</style>