Shades of Blue Marguerite #695BA6
Tints of Blue Marguerite #695BA6
RGB
CMYK
RGB Variations
Color information
#695BA6 (or 0x695BA6) is known color: Blue Marguerite. HEX triplet: 69, 5B and A6. RGB value is (105,91,166). Sum of RGB (Red+Green+Blue) = 105+91+166=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #695BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BA6 is #96A459. Grayscale: #676767. Windows color (decimal): -9872474 or 10902377. OLE color: 10902377.
HSL color Cylindrical-coordinate representation of color #695BA6: hue angle of 251.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695BA6 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 91 | 166 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.35 |
| HSL | 251.2º | 0.3% | 0.5% | - |
| HSV(B) | 251.2º | 0.45% | 0.65% | - |
| XYZ | 16.45 | 13.24 | 37.76 | - |
| YUV | 103.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 166 | 0.37 | 0.45 | 0 | 0.35 | 251.2 | 0.3 | 0.5 |
| Hex | 69 | 5B | A6 | 25 | 2D | 0 | 23 | FB | 1E | 32 |
| Octal | 151 | 133 | 246 | 45 | 55 | 0 | 43 | 373 | 36 | 62 |
| Binary | 1101001 | 1011011 | 10100110 | 100101 | 101101 | 0 | 100011 | 11111011 | 11110 | 110010 |
Color Harmonies of #695BA6
Complementary color
Monochromatic Colors of #695BA6
Black with #695BA6
Text Example
Text Example
White with #695BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BA6; }
p { color: rgb(105,91,166); }
H1.HeaderClassName
{
color: #695BA6;
}
.AnyTagClassName
{
color: #695BA6;
}
</style>
background-color css
<style>
a { background-color: #695BA6; }
a { background-color: rgb(105,91,166); }
div.DivClassName
{
background-color: #695BA6;
}
.BgClassName
{
background-color: #695BA6;
}
</style>
border-color css
<style>
span { border-color: #695BA6; }
span { border-color: rgb(105,91,166); }
td.TdClassName
{
border-color: #695BA6;
}
.TagClassName
{
border-color: #695BA6;
}
</style>