Shades of Blue Marguerite #694FAC
Tints of Blue Marguerite #694FAC
RGB
CMYK
RGB Variations
Color information
#694FAC (or 0x694FAC) is known color: Blue Marguerite. HEX triplet: 69, 4F and AC. RGB value is (105,79,172). Sum of RGB (Red+Green+Blue) = 105+79+172=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #694FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694FAC is #96B053. Grayscale: #616161. Windows color (decimal): -9875540 or 11292521. OLE color: 11292521.
HSL color Cylindrical-coordinate representation of color #694FAC: hue angle of 256.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694FAC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 79 | 172 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.33 |
| HSL | 256.77º | 0.37% | 0.49% | - |
| HSV(B) | 256.77º | 0.54% | 0.67% | - |
| XYZ | 16.07 | 11.57 | 40.42 | - |
| YUV | 97.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 172 | 0.39 | 0.54 | 0 | 0.33 | 256.77 | 0.37 | 0.49 |
| Hex | 69 | 4F | AC | 27 | 36 | 0 | 21 | 101 | 25 | 31 |
| Octal | 151 | 117 | 254 | 47 | 66 | 0 | 41 | 401 | 45 | 61 |
| Binary | 1101001 | 1001111 | 10101100 | 100111 | 110110 | 0 | 100001 | 100000001 | 100101 | 110001 |
Color Harmonies of #694FAC
Complementary color
Monochromatic Colors of #694FAC
Black with #694FAC
Text Example
Text Example
White with #694FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FAC; }
p { color: rgb(105,79,172); }
H1.HeaderClassName
{
color: #694FAC;
}
.AnyTagClassName
{
color: #694FAC;
}
</style>
background-color css
<style>
a { background-color: #694FAC; }
a { background-color: rgb(105,79,172); }
div.DivClassName
{
background-color: #694FAC;
}
.BgClassName
{
background-color: #694FAC;
}
</style>
border-color css
<style>
span { border-color: #694FAC; }
span { border-color: rgb(105,79,172); }
td.TdClassName
{
border-color: #694FAC;
}
.TagClassName
{
border-color: #694FAC;
}
</style>