Shades of Blue Marguerite #694EAC
Tints of Blue Marguerite #694EAC
RGB
CMYK
RGB Variations
Color information
#694EAC (or 0x694EAC) is known color: Blue Marguerite. HEX triplet: 69, 4E and AC. RGB value is (105,78,172). Sum of RGB (Red+Green+Blue) = 105+78+172=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #694EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EAC is #96B153. Grayscale: #606060. Windows color (decimal): -9875796 or 11292265. OLE color: 11292265.
HSL color Cylindrical-coordinate representation of color #694EAC: hue angle of 257.23º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694EAC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 78 | 172 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.33 |
| HSL | 257.23º | 0.38% | 0.49% | - |
| HSV(B) | 257.23º | 0.55% | 0.67% | - |
| XYZ | 16 | 11.43 | 40.39 | - |
| YUV | 96.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 172 | 0.39 | 0.55 | 0 | 0.33 | 257.23 | 0.38 | 0.49 |
| Hex | 69 | 4E | AC | 27 | 37 | 0 | 21 | 101 | 26 | 31 |
| Octal | 151 | 116 | 254 | 47 | 67 | 0 | 41 | 401 | 46 | 61 |
| Binary | 1101001 | 1001110 | 10101100 | 100111 | 110111 | 0 | 100001 | 100000001 | 100110 | 110001 |
Color Harmonies of #694EAC
Complementary color
Monochromatic Colors of #694EAC
Black with #694EAC
Text Example
Text Example
White with #694EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EAC; }
p { color: rgb(105,78,172); }
H1.HeaderClassName
{
color: #694EAC;
}
.AnyTagClassName
{
color: #694EAC;
}
</style>
background-color css
<style>
a { background-color: #694EAC; }
a { background-color: rgb(105,78,172); }
div.DivClassName
{
background-color: #694EAC;
}
.BgClassName
{
background-color: #694EAC;
}
</style>
border-color css
<style>
span { border-color: #694EAC; }
span { border-color: rgb(105,78,172); }
td.TdClassName
{
border-color: #694EAC;
}
.TagClassName
{
border-color: #694EAC;
}
</style>