Shades of Blue Marguerite #6865AF
Tints of Blue Marguerite #6865AF
RGB
CMYK
RGB Variations
Color information
#6865AF (or 0x6865AF) is known color: Blue Marguerite. HEX triplet: 68, 65 and AF. RGB value is (104,101,175). Sum of RGB (Red+Green+Blue) = 104+101+175=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6865AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AF is #979A50. Grayscale: #6E6E6E. Windows color (decimal): -9935441 or 11494760. OLE color: 11494760.
HSL color Cylindrical-coordinate representation of color #6865AF: hue angle of 242.43º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6865AF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 101 | 175 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.31 |
| HSL | 242.43º | 0.32% | 0.54% | - |
| HSV(B) | 242.43º | 0.42% | 0.69% | - |
| XYZ | 18.1 | 15.35 | 42.57 | - |
| YUV | 110.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 175 | 0.41 | 0.42 | 0 | 0.31 | 242.43 | 0.32 | 0.54 |
| Hex | 68 | 65 | AF | 29 | 2A | 0 | 1F | F2 | 20 | 36 |
| Octal | 150 | 145 | 257 | 51 | 52 | 0 | 37 | 362 | 40 | 66 |
| Binary | 1101000 | 1100101 | 10101111 | 101001 | 101010 | 0 | 11111 | 11110010 | 100000 | 110110 |
Color Harmonies of #6865AF
Complementary color
Monochromatic Colors of #6865AF
Black with #6865AF
Text Example
Text Example
White with #6865AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865AF; }
p { color: rgb(104,101,175); }
H1.HeaderClassName
{
color: #6865AF;
}
.AnyTagClassName
{
color: #6865AF;
}
</style>
background-color css
<style>
a { background-color: #6865AF; }
a { background-color: rgb(104,101,175); }
div.DivClassName
{
background-color: #6865AF;
}
.BgClassName
{
background-color: #6865AF;
}
</style>
border-color css
<style>
span { border-color: #6865AF; }
span { border-color: rgb(104,101,175); }
td.TdClassName
{
border-color: #6865AF;
}
.TagClassName
{
border-color: #6865AF;
}
</style>