Shades of Blue Marguerite #695DAC
Tints of Blue Marguerite #695DAC
RGB
CMYK
RGB Variations
Color information
#695DAC (or 0x695DAC) is known color: Blue Marguerite. HEX triplet: 69, 5D and AC. RGB value is (105,93,172). Sum of RGB (Red+Green+Blue) = 105+93+172=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #695DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DAC is #96A253. Grayscale: #696969. Windows color (decimal): -9871956 or 11296105. OLE color: 11296105.
HSL color Cylindrical-coordinate representation of color #695DAC: hue angle of 249.11º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695DAC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 93 | 172 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.33 |
| HSL | 249.11º | 0.32% | 0.52% | - |
| HSV(B) | 249.11º | 0.46% | 0.67% | - |
| XYZ | 17.19 | 13.81 | 40.79 | - |
| YUV | 105.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 172 | 0.39 | 0.46 | 0 | 0.33 | 249.11 | 0.32 | 0.52 |
| Hex | 69 | 5D | AC | 27 | 2E | 0 | 21 | F9 | 20 | 34 |
| Octal | 151 | 135 | 254 | 47 | 56 | 0 | 41 | 371 | 40 | 64 |
| Binary | 1101001 | 1011101 | 10101100 | 100111 | 101110 | 0 | 100001 | 11111001 | 100000 | 110100 |
Color Harmonies of #695DAC
Complementary color
Monochromatic Colors of #695DAC
Black with #695DAC
Text Example
Text Example
White with #695DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DAC; }
p { color: rgb(105,93,172); }
H1.HeaderClassName
{
color: #695DAC;
}
.AnyTagClassName
{
color: #695DAC;
}
</style>
background-color css
<style>
a { background-color: #695DAC; }
a { background-color: rgb(105,93,172); }
div.DivClassName
{
background-color: #695DAC;
}
.BgClassName
{
background-color: #695DAC;
}
</style>
border-color css
<style>
span { border-color: #695DAC; }
span { border-color: rgb(105,93,172); }
td.TdClassName
{
border-color: #695DAC;
}
.TagClassName
{
border-color: #695DAC;
}
</style>