Shades of Blue Marguerite #6B68AB
Tints of Blue Marguerite #6B68AB
RGB
CMYK
RGB Variations
Color information
#6B68AB (or 0x6B68AB) is known color: Blue Marguerite. HEX triplet: 6B, 68 and AB. RGB value is (107,104,171). Sum of RGB (Red+Green+Blue) = 107+104+171=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B68AB is #949754. Grayscale: #707070. Windows color (decimal): -9738069 or 11233387. OLE color: 11233387.
HSL color Cylindrical-coordinate representation of color #6B68AB: hue angle of 242.69º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B68AB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 104 | 171 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.33 |
| HSL | 242.69º | 0.29% | 0.54% | - |
| HSV(B) | 242.69º | 0.39% | 0.67% | - |
| XYZ | 18.36 | 15.97 | 40.64 | - |
| YUV | 112.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 171 | 0.37 | 0.39 | 0 | 0.33 | 242.69 | 0.29 | 0.54 |
| Hex | 6B | 68 | AB | 25 | 27 | 0 | 21 | F3 | 1D | 36 |
| Octal | 153 | 150 | 253 | 45 | 47 | 0 | 41 | 363 | 35 | 66 |
| Binary | 1101011 | 1101000 | 10101011 | 100101 | 100111 | 0 | 100001 | 11110011 | 11101 | 110110 |
Color Harmonies of #6B68AB
Complementary color
Monochromatic Colors of #6B68AB
Black with #6B68AB
Text Example
Text Example
White with #6B68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B68AB; }
p { color: rgb(107,104,171); }
H1.HeaderClassName
{
color: #6B68AB;
}
.AnyTagClassName
{
color: #6B68AB;
}
</style>
background-color css
<style>
a { background-color: #6B68AB; }
a { background-color: rgb(107,104,171); }
div.DivClassName
{
background-color: #6B68AB;
}
.BgClassName
{
background-color: #6B68AB;
}
</style>
border-color css
<style>
span { border-color: #6B68AB; }
span { border-color: rgb(107,104,171); }
td.TdClassName
{
border-color: #6B68AB;
}
.TagClassName
{
border-color: #6B68AB;
}
</style>