Shades of Blue Marguerite #695BA8
Tints of Blue Marguerite #695BA8
RGB
CMYK
RGB Variations
Color information
#695BA8 (or 0x695BA8) is known color: Blue Marguerite. HEX triplet: 69, 5B and A8. RGB value is (105,91,168). Sum of RGB (Red+Green+Blue) = 105+91+168=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #695BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BA8 is #96A457. Grayscale: #676767. Windows color (decimal): -9872472 or 11033449. OLE color: 11033449.
HSL color Cylindrical-coordinate representation of color #695BA8: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695BA8 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 91 | 168 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.34 |
| HSL | 250.91º | 0.31% | 0.51% | - |
| HSV(B) | 250.91º | 0.46% | 0.66% | - |
| XYZ | 16.63 | 13.31 | 38.74 | - |
| YUV | 103.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 168 | 0.38 | 0.46 | 0 | 0.34 | 250.91 | 0.31 | 0.51 |
| Hex | 69 | 5B | A8 | 26 | 2E | 0 | 22 | FB | 1F | 33 |
| Octal | 151 | 133 | 250 | 46 | 56 | 0 | 42 | 373 | 37 | 63 |
| Binary | 1101001 | 1011011 | 10101000 | 100110 | 101110 | 0 | 100010 | 11111011 | 11111 | 110011 |
Color Harmonies of #695BA8
Complementary color
Monochromatic Colors of #695BA8
Black with #695BA8
Text Example
Text Example
White with #695BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BA8; }
p { color: rgb(105,91,168); }
H1.HeaderClassName
{
color: #695BA8;
}
.AnyTagClassName
{
color: #695BA8;
}
</style>
background-color css
<style>
a { background-color: #695BA8; }
a { background-color: rgb(105,91,168); }
div.DivClassName
{
background-color: #695BA8;
}
.BgClassName
{
background-color: #695BA8;
}
</style>
border-color css
<style>
span { border-color: #695BA8; }
span { border-color: rgb(105,91,168); }
td.TdClassName
{
border-color: #695BA8;
}
.TagClassName
{
border-color: #695BA8;
}
</style>