Shades of Blue Marguerite #695DB2
Tints of Blue Marguerite #695DB2
RGB
CMYK
RGB Variations
Color information
#695DB2 (or 0x695DB2) is known color: Blue Marguerite. HEX triplet: 69, 5D and B2. RGB value is (105,93,178). Sum of RGB (Red+Green+Blue) = 105+93+178=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #695DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DB2 is #96A24D. Grayscale: #696969. Windows color (decimal): -9871950 or 11689321. OLE color: 11689321.
HSL color Cylindrical-coordinate representation of color #695DB2: hue angle of 248.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #695DB2 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 93 | 178 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.30 |
| HSL | 248.47º | 0.36% | 0.53% | - |
| HSV(B) | 248.47º | 0.48% | 0.7% | - |
| XYZ | 17.78 | 14.05 | 43.89 | - |
| YUV | 106.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 178 | 0.41 | 0.48 | 0 | 0.30 | 248.47 | 0.36 | 0.53 |
| Hex | 69 | 5D | B2 | 29 | 30 | 0 | 1E | F8 | 24 | 35 |
| Octal | 151 | 135 | 262 | 51 | 60 | 0 | 36 | 370 | 44 | 65 |
| Binary | 1101001 | 1011101 | 10110010 | 101001 | 110000 | 0 | 11110 | 11111000 | 100100 | 110101 |
Color Harmonies of #695DB2
Complementary color
Monochromatic Colors of #695DB2
Black with #695DB2
Text Example
Text Example
White with #695DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DB2; }
p { color: rgb(105,93,178); }
H1.HeaderClassName
{
color: #695DB2;
}
.AnyTagClassName
{
color: #695DB2;
}
</style>
background-color css
<style>
a { background-color: #695DB2; }
a { background-color: rgb(105,93,178); }
div.DivClassName
{
background-color: #695DB2;
}
.BgClassName
{
background-color: #695DB2;
}
</style>
border-color css
<style>
span { border-color: #695DB2; }
span { border-color: rgb(105,93,178); }
td.TdClassName
{
border-color: #695DB2;
}
.TagClassName
{
border-color: #695DB2;
}
</style>