Shades of Blue Marguerite #6B5ABC
Tints of Blue Marguerite #6B5ABC
RGB
CMYK
RGB Variations
Color information
#6B5ABC (or 0x6B5ABC) is known color: Blue Marguerite. HEX triplet: 6B, 5A and BC. RGB value is (107,90,188). Sum of RGB (Red+Green+Blue) = 107+90+188=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ABC is #94A543. Grayscale: #696969. Windows color (decimal): -9741636 or 12343915. OLE color: 12343915.
HSL color Cylindrical-coordinate representation of color #6B5ABC: hue angle of 250.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5ABC is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 90 | 188 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.26 |
| HSL | 250.41º | 0.42% | 0.55% | - |
| HSV(B) | 250.41º | 0.52% | 0.74% | - |
| XYZ | 18.8 | 14.07 | 49.3 | - |
| YUV | 106.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 188 | 0.43 | 0.52 | 0 | 0.26 | 250.41 | 0.42 | 0.55 |
| Hex | 6B | 5A | BC | 2B | 34 | 0 | 1A | FA | 2A | 37 |
| Octal | 153 | 132 | 274 | 53 | 64 | 0 | 32 | 372 | 52 | 67 |
| Binary | 1101011 | 1011010 | 10111100 | 101011 | 110100 | 0 | 11010 | 11111010 | 101010 | 110111 |
Color Harmonies of #6B5ABC
Complementary color
Monochromatic Colors of #6B5ABC
Black with #6B5ABC
Text Example
Text Example
White with #6B5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5ABC; }
p { color: rgb(107,90,188); }
H1.HeaderClassName
{
color: #6B5ABC;
}
.AnyTagClassName
{
color: #6B5ABC;
}
</style>
background-color css
<style>
a { background-color: #6B5ABC; }
a { background-color: rgb(107,90,188); }
div.DivClassName
{
background-color: #6B5ABC;
}
.BgClassName
{
background-color: #6B5ABC;
}
</style>
border-color css
<style>
span { border-color: #6B5ABC; }
span { border-color: rgb(107,90,188); }
td.TdClassName
{
border-color: #6B5ABC;
}
.TagClassName
{
border-color: #6B5ABC;
}
</style>