Shades of Blue Marguerite #6865B1
Tints of Blue Marguerite #6865B1
RGB
CMYK
RGB Variations
Color information
#6865B1 (or 0x6865B1) is known color: Blue Marguerite. HEX triplet: 68, 65 and B1. RGB value is (104,101,177). Sum of RGB (Red+Green+Blue) = 104+101+177=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #6865B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865B1 is #979A4E. Grayscale: #6E6E6E. Windows color (decimal): -9935439 or 11625832. OLE color: 11625832.
HSL color Cylindrical-coordinate representation of color #6865B1: hue angle of 242.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6865B1 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 101 | 177 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.31 |
| HSL | 242.37º | 0.33% | 0.55% | - |
| HSV(B) | 242.37º | 0.43% | 0.69% | - |
| XYZ | 18.3 | 15.42 | 43.61 | - |
| YUV | 110.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 177 | 0.41 | 0.43 | 0 | 0.31 | 242.37 | 0.33 | 0.55 |
| Hex | 68 | 65 | B1 | 29 | 2B | 0 | 1F | F2 | 21 | 37 |
| Octal | 150 | 145 | 261 | 51 | 53 | 0 | 37 | 362 | 41 | 67 |
| Binary | 1101000 | 1100101 | 10110001 | 101001 | 101011 | 0 | 11111 | 11110010 | 100001 | 110111 |
Color Harmonies of #6865B1
Complementary color
Monochromatic Colors of #6865B1
Black with #6865B1
Text Example
Text Example
White with #6865B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865B1; }
p { color: rgb(104,101,177); }
H1.HeaderClassName
{
color: #6865B1;
}
.AnyTagClassName
{
color: #6865B1;
}
</style>
background-color css
<style>
a { background-color: #6865B1; }
a { background-color: rgb(104,101,177); }
div.DivClassName
{
background-color: #6865B1;
}
.BgClassName
{
background-color: #6865B1;
}
</style>
border-color css
<style>
span { border-color: #6865B1; }
span { border-color: rgb(104,101,177); }
td.TdClassName
{
border-color: #6865B1;
}
.TagClassName
{
border-color: #6865B1;
}
</style>