Shades of Blue Marguerite #695DAA
Tints of Blue Marguerite #695DAA
RGB
CMYK
RGB Variations
Color information
#695DAA (or 0x695DAA) is known color: Blue Marguerite. HEX triplet: 69, 5D and AA. RGB value is (105,93,170). Sum of RGB (Red+Green+Blue) = 105+93+170=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #695DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DAA is #96A255. Grayscale: #696969. Windows color (decimal): -9871958 or 11165033. OLE color: 11165033.
HSL color Cylindrical-coordinate representation of color #695DAA: hue angle of 249.35º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695DAA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 93 | 170 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.33 |
| HSL | 249.35º | 0.31% | 0.52% | - |
| HSV(B) | 249.35º | 0.45% | 0.67% | - |
| XYZ | 17 | 13.73 | 39.79 | - |
| YUV | 105.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 170 | 0.38 | 0.45 | 0 | 0.33 | 249.35 | 0.31 | 0.52 |
| Hex | 69 | 5D | AA | 26 | 2D | 0 | 21 | F9 | 1F | 34 |
| Octal | 151 | 135 | 252 | 46 | 55 | 0 | 41 | 371 | 37 | 64 |
| Binary | 1101001 | 1011101 | 10101010 | 100110 | 101101 | 0 | 100001 | 11111001 | 11111 | 110100 |
Color Harmonies of #695DAA
Complementary color
Monochromatic Colors of #695DAA
Black with #695DAA
Text Example
Text Example
White with #695DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DAA; }
p { color: rgb(105,93,170); }
H1.HeaderClassName
{
color: #695DAA;
}
.AnyTagClassName
{
color: #695DAA;
}
</style>
background-color css
<style>
a { background-color: #695DAA; }
a { background-color: rgb(105,93,170); }
div.DivClassName
{
background-color: #695DAA;
}
.BgClassName
{
background-color: #695DAA;
}
</style>
border-color css
<style>
span { border-color: #695DAA; }
span { border-color: rgb(105,93,170); }
td.TdClassName
{
border-color: #695DAA;
}
.TagClassName
{
border-color: #695DAA;
}
</style>