Shades of Blue Marguerite #6D4CBC
Tints of Blue Marguerite #6D4CBC
RGB
CMYK
RGB Variations
Color information
#6D4CBC (or 0x6D4CBC) is known color: Blue Marguerite. HEX triplet: 6D, 4C and BC. RGB value is (109,76,188). Sum of RGB (Red+Green+Blue) = 109+76+188=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D4CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CBC is #92B343. Grayscale: #626262. Windows color (decimal): -9614148 or 12340333. OLE color: 12340333.
HSL color Cylindrical-coordinate representation of color #6D4CBC: hue angle of 257.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4CBC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 76 | 188 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.26 |
| HSL | 257.68º | 0.46% | 0.52% | - |
| HSV(B) | 257.68º | 0.6% | 0.74% | - |
| XYZ | 17.97 | 12.05 | 48.96 | - |
| YUV | 98.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 188 | 0.42 | 0.60 | 0 | 0.26 | 257.68 | 0.46 | 0.52 |
| Hex | 6D | 4C | BC | 2A | 3C | 0 | 1A | 102 | 2E | 34 |
| Octal | 155 | 114 | 274 | 52 | 74 | 0 | 32 | 402 | 56 | 64 |
| Binary | 1101101 | 1001100 | 10111100 | 101010 | 111100 | 0 | 11010 | 100000010 | 101110 | 110100 |
Color Harmonies of #6D4CBC
Complementary color
Monochromatic Colors of #6D4CBC
Black with #6D4CBC
Text Example
Text Example
White with #6D4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CBC; }
p { color: rgb(109,76,188); }
H1.HeaderClassName
{
color: #6D4CBC;
}
.AnyTagClassName
{
color: #6D4CBC;
}
</style>
background-color css
<style>
a { background-color: #6D4CBC; }
a { background-color: rgb(109,76,188); }
div.DivClassName
{
background-color: #6D4CBC;
}
.BgClassName
{
background-color: #6D4CBC;
}
</style>
border-color css
<style>
span { border-color: #6D4CBC; }
span { border-color: rgb(109,76,188); }
td.TdClassName
{
border-color: #6D4CBC;
}
.TagClassName
{
border-color: #6D4CBC;
}
</style>