Shades of Blue Marguerite #6865AB
Tints of Blue Marguerite #6865AB
RGB
CMYK
RGB Variations
Color information
#6865AB (or 0x6865AB) is known color: Blue Marguerite. HEX triplet: 68, 65 and AB. RGB value is (104,101,171). Sum of RGB (Red+Green+Blue) = 104+101+171=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6865AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AB is #979A54. Grayscale: #6D6D6D. Windows color (decimal): -9935445 or 11232616. OLE color: 11232616.
HSL color Cylindrical-coordinate representation of color #6865AB: hue angle of 242.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6865AB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 101 | 171 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.33 |
| HSL | 242.57º | 0.29% | 0.53% | - |
| HSV(B) | 242.57º | 0.41% | 0.67% | - |
| XYZ | 17.71 | 15.19 | 40.53 | - |
| YUV | 109.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 171 | 0.39 | 0.41 | 0 | 0.33 | 242.57 | 0.29 | 0.53 |
| Hex | 68 | 65 | AB | 27 | 29 | 0 | 21 | F3 | 1D | 35 |
| Octal | 150 | 145 | 253 | 47 | 51 | 0 | 41 | 363 | 35 | 65 |
| Binary | 1101000 | 1100101 | 10101011 | 100111 | 101001 | 0 | 100001 | 11110011 | 11101 | 110101 |
Color Harmonies of #6865AB
Complementary color
Monochromatic Colors of #6865AB
Black with #6865AB
Text Example
Text Example
White with #6865AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865AB; }
p { color: rgb(104,101,171); }
H1.HeaderClassName
{
color: #6865AB;
}
.AnyTagClassName
{
color: #6865AB;
}
</style>
background-color css
<style>
a { background-color: #6865AB; }
a { background-color: rgb(104,101,171); }
div.DivClassName
{
background-color: #6865AB;
}
.BgClassName
{
background-color: #6865AB;
}
</style>
border-color css
<style>
span { border-color: #6865AB; }
span { border-color: rgb(104,101,171); }
td.TdClassName
{
border-color: #6865AB;
}
.TagClassName
{
border-color: #6865AB;
}
</style>