Shades of Blue Marguerite #695FB5
Tints of Blue Marguerite #695FB5
RGB
CMYK
RGB Variations
Color information
#695FB5 (or 0x695FB5) is known color: Blue Marguerite. HEX triplet: 69, 5F and B5. RGB value is (105,95,181). Sum of RGB (Red+Green+Blue) = 105+95+181=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #695FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FB5 is #96A04A. Grayscale: #6B6B6B. Windows color (decimal): -9871435 or 11886441. OLE color: 11886441.
HSL color Cylindrical-coordinate representation of color #695FB5: hue angle of 246.98º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #695FB5 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 95 | 181 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.29 |
| HSL | 246.98º | 0.37% | 0.54% | - |
| HSV(B) | 246.98º | 0.48% | 0.71% | - |
| XYZ | 18.26 | 14.52 | 45.56 | - |
| YUV | 107.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 181 | 0.42 | 0.48 | 0 | 0.29 | 246.98 | 0.37 | 0.54 |
| Hex | 69 | 5F | B5 | 2A | 30 | 0 | 1D | F7 | 25 | 36 |
| Octal | 151 | 137 | 265 | 52 | 60 | 0 | 35 | 367 | 45 | 66 |
| Binary | 1101001 | 1011111 | 10110101 | 101010 | 110000 | 0 | 11101 | 11110111 | 100101 | 110110 |
Color Harmonies of #695FB5
Complementary color
Monochromatic Colors of #695FB5
Black with #695FB5
Text Example
Text Example
White with #695FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FB5; }
p { color: rgb(105,95,181); }
H1.HeaderClassName
{
color: #695FB5;
}
.AnyTagClassName
{
color: #695FB5;
}
</style>
background-color css
<style>
a { background-color: #695FB5; }
a { background-color: rgb(105,95,181); }
div.DivClassName
{
background-color: #695FB5;
}
.BgClassName
{
background-color: #695FB5;
}
</style>
border-color css
<style>
span { border-color: #695FB5; }
span { border-color: rgb(105,95,181); }
td.TdClassName
{
border-color: #695FB5;
}
.TagClassName
{
border-color: #695FB5;
}
</style>