Shades of Blue Marguerite #6B50AF
Tints of Blue Marguerite #6B50AF
RGB
CMYK
RGB Variations
Color information
#6B50AF (or 0x6B50AF) is known color: Blue Marguerite. HEX triplet: 6B, 50 and AF. RGB value is (107,80,175). Sum of RGB (Red+Green+Blue) = 107+80+175=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B50AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B50AF is #94AF50. Grayscale: #626262. Windows color (decimal): -9744209 or 11489387. OLE color: 11489387.
HSL color Cylindrical-coordinate representation of color #6B50AF: hue angle of 257.05º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B50AF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 80 | 175 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.31 |
| HSL | 257.05º | 0.37% | 0.5% | - |
| HSV(B) | 257.05º | 0.54% | 0.69% | - |
| XYZ | 16.67 | 11.96 | 41.99 | - |
| YUV | 98.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 175 | 0.39 | 0.54 | 0 | 0.31 | 257.05 | 0.37 | 0.5 |
| Hex | 6B | 50 | AF | 27 | 36 | 0 | 1F | 101 | 25 | 32 |
| Octal | 153 | 120 | 257 | 47 | 66 | 0 | 37 | 401 | 45 | 62 |
| Binary | 1101011 | 1010000 | 10101111 | 100111 | 110110 | 0 | 11111 | 100000001 | 100101 | 110010 |
Color Harmonies of #6B50AF
Complementary color
Monochromatic Colors of #6B50AF
Black with #6B50AF
Text Example
Text Example
White with #6B50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B50AF; }
p { color: rgb(107,80,175); }
H1.HeaderClassName
{
color: #6B50AF;
}
.AnyTagClassName
{
color: #6B50AF;
}
</style>
background-color css
<style>
a { background-color: #6B50AF; }
a { background-color: rgb(107,80,175); }
div.DivClassName
{
background-color: #6B50AF;
}
.BgClassName
{
background-color: #6B50AF;
}
</style>
border-color css
<style>
span { border-color: #6B50AF; }
span { border-color: rgb(107,80,175); }
td.TdClassName
{
border-color: #6B50AF;
}
.TagClassName
{
border-color: #6B50AF;
}
</style>