Shades of Blue Marguerite #695CBA
Tints of Blue Marguerite #695CBA
RGB
CMYK
RGB Variations
Color information
#695CBA (or 0x695CBA) is known color: Blue Marguerite. HEX triplet: 69, 5C and BA. RGB value is (105,92,186). Sum of RGB (Red+Green+Blue) = 105+92+186=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #695CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CBA is #96A345. Grayscale: #6A6A6A. Windows color (decimal): -9872198 or 12213353. OLE color: 12213353.
HSL color Cylindrical-coordinate representation of color #695CBA: hue angle of 248.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695CBA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 92 | 186 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.27 |
| HSL | 248.3º | 0.41% | 0.55% | - |
| HSV(B) | 248.3º | 0.51% | 0.73% | - |
| XYZ | 18.52 | 14.2 | 48.22 | - |
| YUV | 106.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 186 | 0.44 | 0.51 | 0 | 0.27 | 248.3 | 0.41 | 0.55 |
| Hex | 69 | 5C | BA | 2C | 33 | 0 | 1B | F8 | 29 | 37 |
| Octal | 151 | 134 | 272 | 54 | 63 | 0 | 33 | 370 | 51 | 67 |
| Binary | 1101001 | 1011100 | 10111010 | 101100 | 110011 | 0 | 11011 | 11111000 | 101001 | 110111 |
Color Harmonies of #695CBA
Complementary color
Monochromatic Colors of #695CBA
Black with #695CBA
Text Example
Text Example
White with #695CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CBA; }
p { color: rgb(105,92,186); }
H1.HeaderClassName
{
color: #695CBA;
}
.AnyTagClassName
{
color: #695CBA;
}
</style>
background-color css
<style>
a { background-color: #695CBA; }
a { background-color: rgb(105,92,186); }
div.DivClassName
{
background-color: #695CBA;
}
.BgClassName
{
background-color: #695CBA;
}
</style>
border-color css
<style>
span { border-color: #695CBA; }
span { border-color: rgb(105,92,186); }
td.TdClassName
{
border-color: #695CBA;
}
.TagClassName
{
border-color: #695CBA;
}
</style>