Shades of Blue Marguerite #695CBD
Tints of Blue Marguerite #695CBD
RGB
CMYK
RGB Variations
Color information
#695CBD (or 0x695CBD) is known color: Blue Marguerite. HEX triplet: 69, 5C and BD. RGB value is (105,92,189). Sum of RGB (Red+Green+Blue) = 105+92+189=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #695CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CBD is #96A342. Grayscale: #6A6A6A. Windows color (decimal): -9872195 or 12409961. OLE color: 12409961.
HSL color Cylindrical-coordinate representation of color #695CBD: hue angle of 248.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695CBD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 92 | 189 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.26 |
| HSL | 248.04º | 0.42% | 0.55% | - |
| HSV(B) | 248.04º | 0.51% | 0.74% | - |
| XYZ | 18.84 | 14.33 | 49.92 | - |
| YUV | 106.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 189 | 0.44 | 0.51 | 0 | 0.26 | 248.04 | 0.42 | 0.55 |
| Hex | 69 | 5C | BD | 2C | 33 | 0 | 1A | F8 | 2A | 37 |
| Octal | 151 | 134 | 275 | 54 | 63 | 0 | 32 | 370 | 52 | 67 |
| Binary | 1101001 | 1011100 | 10111101 | 101100 | 110011 | 0 | 11010 | 11111000 | 101010 | 110111 |
Color Harmonies of #695CBD
Complementary color
Monochromatic Colors of #695CBD
Black with #695CBD
Text Example
Text Example
White with #695CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CBD; }
p { color: rgb(105,92,189); }
H1.HeaderClassName
{
color: #695CBD;
}
.AnyTagClassName
{
color: #695CBD;
}
</style>
background-color css
<style>
a { background-color: #695CBD; }
a { background-color: rgb(105,92,189); }
div.DivClassName
{
background-color: #695CBD;
}
.BgClassName
{
background-color: #695CBD;
}
</style>
border-color css
<style>
span { border-color: #695CBD; }
span { border-color: rgb(105,92,189); }
td.TdClassName
{
border-color: #695CBD;
}
.TagClassName
{
border-color: #695CBD;
}
</style>