Shades of Blue Marguerite #6865AE
Tints of Blue Marguerite #6865AE
RGB
CMYK
RGB Variations
Color information
#6865AE (or 0x6865AE) is known color: Blue Marguerite. HEX triplet: 68, 65 and AE. RGB value is (104,101,174). Sum of RGB (Red+Green+Blue) = 104+101+174=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #6865AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AE is #979A51. Grayscale: #6D6D6D. Windows color (decimal): -9935442 or 11429224. OLE color: 11429224.
HSL color Cylindrical-coordinate representation of color #6865AE: hue angle of 242.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6865AE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 101 | 174 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.32 |
| HSL | 242.47º | 0.31% | 0.54% | - |
| HSV(B) | 242.47º | 0.42% | 0.68% | - |
| XYZ | 18 | 15.31 | 42.05 | - |
| YUV | 110.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 174 | 0.40 | 0.42 | 0 | 0.32 | 242.47 | 0.31 | 0.54 |
| Hex | 68 | 65 | AE | 28 | 2A | 0 | 20 | F2 | 1F | 36 |
| Octal | 150 | 145 | 256 | 50 | 52 | 0 | 40 | 362 | 37 | 66 |
| Binary | 1101000 | 1100101 | 10101110 | 101000 | 101010 | 0 | 100000 | 11110010 | 11111 | 110110 |
Color Harmonies of #6865AE
Complementary color
Monochromatic Colors of #6865AE
Black with #6865AE
Text Example
Text Example
White with #6865AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865AE; }
p { color: rgb(104,101,174); }
H1.HeaderClassName
{
color: #6865AE;
}
.AnyTagClassName
{
color: #6865AE;
}
</style>
background-color css
<style>
a { background-color: #6865AE; }
a { background-color: rgb(104,101,174); }
div.DivClassName
{
background-color: #6865AE;
}
.BgClassName
{
background-color: #6865AE;
}
</style>
border-color css
<style>
span { border-color: #6865AE; }
span { border-color: rgb(104,101,174); }
td.TdClassName
{
border-color: #6865AE;
}
.TagClassName
{
border-color: #6865AE;
}
</style>