Shades of Blue Marguerite #695AAA
Tints of Blue Marguerite #695AAA
RGB
CMYK
RGB Variations
Color information
#695AAA (or 0x695AAA) is known color: Blue Marguerite. HEX triplet: 69, 5A and AA. RGB value is (105,90,170). Sum of RGB (Red+Green+Blue) = 105+90+170=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #695AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AAA is #96A555. Grayscale: #676767. Windows color (decimal): -9872726 or 11164265. OLE color: 11164265.
HSL color Cylindrical-coordinate representation of color #695AAA: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #695AAA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 90 | 170 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.33 |
| HSL | 251.25º | 0.32% | 0.51% | - |
| HSV(B) | 251.25º | 0.47% | 0.67% | - |
| XYZ | 16.74 | 13.22 | 39.7 | - |
| YUV | 103.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 170 | 0.38 | 0.47 | 0 | 0.33 | 251.25 | 0.32 | 0.51 |
| Hex | 69 | 5A | AA | 26 | 2F | 0 | 21 | FB | 20 | 33 |
| Octal | 151 | 132 | 252 | 46 | 57 | 0 | 41 | 373 | 40 | 63 |
| Binary | 1101001 | 1011010 | 10101010 | 100110 | 101111 | 0 | 100001 | 11111011 | 100000 | 110011 |
Color Harmonies of #695AAA
Complementary color
Monochromatic Colors of #695AAA
Black with #695AAA
Text Example
Text Example
White with #695AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695AAA; }
p { color: rgb(105,90,170); }
H1.HeaderClassName
{
color: #695AAA;
}
.AnyTagClassName
{
color: #695AAA;
}
</style>
background-color css
<style>
a { background-color: #695AAA; }
a { background-color: rgb(105,90,170); }
div.DivClassName
{
background-color: #695AAA;
}
.BgClassName
{
background-color: #695AAA;
}
</style>
border-color css
<style>
span { border-color: #695AAA; }
span { border-color: rgb(105,90,170); }
td.TdClassName
{
border-color: #695AAA;
}
.TagClassName
{
border-color: #695AAA;
}
</style>