Shades of Blue Marguerite #695DB1
Tints of Blue Marguerite #695DB1
RGB
CMYK
RGB Variations
Color information
#695DB1 (or 0x695DB1) is known color: Blue Marguerite. HEX triplet: 69, 5D and B1. RGB value is (105,93,177). Sum of RGB (Red+Green+Blue) = 105+93+177=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #695DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DB1 is #96A24E. Grayscale: #696969. Windows color (decimal): -9871951 or 11623785. OLE color: 11623785.
HSL color Cylindrical-coordinate representation of color #695DB1: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #695DB1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 93 | 177 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.31 |
| HSL | 248.57º | 0.35% | 0.53% | - |
| HSV(B) | 248.57º | 0.47% | 0.69% | - |
| XYZ | 17.68 | 14.01 | 43.37 | - |
| YUV | 106.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 177 | 0.41 | 0.47 | 0 | 0.31 | 248.57 | 0.35 | 0.53 |
| Hex | 69 | 5D | B1 | 29 | 2F | 0 | 1F | F9 | 23 | 35 |
| Octal | 151 | 135 | 261 | 51 | 57 | 0 | 37 | 371 | 43 | 65 |
| Binary | 1101001 | 1011101 | 10110001 | 101001 | 101111 | 0 | 11111 | 11111001 | 100011 | 110101 |
Color Harmonies of #695DB1
Complementary color
Monochromatic Colors of #695DB1
Black with #695DB1
Text Example
Text Example
White with #695DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DB1; }
p { color: rgb(105,93,177); }
H1.HeaderClassName
{
color: #695DB1;
}
.AnyTagClassName
{
color: #695DB1;
}
</style>
background-color css
<style>
a { background-color: #695DB1; }
a { background-color: rgb(105,93,177); }
div.DivClassName
{
background-color: #695DB1;
}
.BgClassName
{
background-color: #695DB1;
}
</style>
border-color css
<style>
span { border-color: #695DB1; }
span { border-color: rgb(105,93,177); }
td.TdClassName
{
border-color: #695DB1;
}
.TagClassName
{
border-color: #695DB1;
}
</style>