Shades of Blue Marguerite #6E65B9
Tints of Blue Marguerite #6E65B9
RGB
CMYK
RGB Variations
Color information
#6E65B9 (or 0x6E65B9) is known color: Blue Marguerite. HEX triplet: 6E, 65 and B9. RGB value is (110,101,185). Sum of RGB (Red+Green+Blue) = 110+101+185=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E65B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65B9 is #919A46. Grayscale: #707070. Windows color (decimal): -9542215 or 12150126. OLE color: 12150126.
HSL color Cylindrical-coordinate representation of color #6E65B9: hue angle of 246.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E65B9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 101 | 185 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.27 |
| HSL | 246.43º | 0.38% | 0.56% | - |
| HSV(B) | 246.43º | 0.45% | 0.73% | - |
| XYZ | 19.84 | 16.13 | 47.97 | - |
| YUV | 113.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 185 | 0.41 | 0.45 | 0 | 0.27 | 246.43 | 0.38 | 0.56 |
| Hex | 6E | 65 | B9 | 29 | 2D | 0 | 1B | F6 | 26 | 38 |
| Octal | 156 | 145 | 271 | 51 | 55 | 0 | 33 | 366 | 46 | 70 |
| Binary | 1101110 | 1100101 | 10111001 | 101001 | 101101 | 0 | 11011 | 11110110 | 100110 | 111000 |
Color Harmonies of #6E65B9
Complementary color
Monochromatic Colors of #6E65B9
Black with #6E65B9
Text Example
Text Example
White with #6E65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E65B9; }
p { color: rgb(110,101,185); }
H1.HeaderClassName
{
color: #6E65B9;
}
.AnyTagClassName
{
color: #6E65B9;
}
</style>
background-color css
<style>
a { background-color: #6E65B9; }
a { background-color: rgb(110,101,185); }
div.DivClassName
{
background-color: #6E65B9;
}
.BgClassName
{
background-color: #6E65B9;
}
</style>
border-color css
<style>
span { border-color: #6E65B9; }
span { border-color: rgb(110,101,185); }
td.TdClassName
{
border-color: #6E65B9;
}
.TagClassName
{
border-color: #6E65B9;
}
</style>