Shades of Blue Marguerite #695FBA
Tints of Blue Marguerite #695FBA
RGB
CMYK
RGB Variations
Color information
#695FBA (or 0x695FBA) is known color: Blue Marguerite. HEX triplet: 69, 5F and BA. RGB value is (105,95,186). Sum of RGB (Red+Green+Blue) = 105+95+186=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #695FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FBA is #96A045. Grayscale: #6C6C6C. Windows color (decimal): -9871430 or 12214121. OLE color: 12214121.
HSL color Cylindrical-coordinate representation of color #695FBA: hue angle of 246.59º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695FBA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 95 | 186 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.27 |
| HSL | 246.59º | 0.4% | 0.55% | - |
| HSV(B) | 246.59º | 0.49% | 0.73% | - |
| XYZ | 18.78 | 14.73 | 48.31 | - |
| YUV | 108.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 186 | 0.44 | 0.49 | 0 | 0.27 | 246.59 | 0.4 | 0.55 |
| Hex | 69 | 5F | BA | 2C | 31 | 0 | 1B | F7 | 28 | 37 |
| Octal | 151 | 137 | 272 | 54 | 61 | 0 | 33 | 367 | 50 | 67 |
| Binary | 1101001 | 1011111 | 10111010 | 101100 | 110001 | 0 | 11011 | 11110111 | 101000 | 110111 |
Color Harmonies of #695FBA
Complementary color
Monochromatic Colors of #695FBA
Black with #695FBA
Text Example
Text Example
White with #695FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FBA; }
p { color: rgb(105,95,186); }
H1.HeaderClassName
{
color: #695FBA;
}
.AnyTagClassName
{
color: #695FBA;
}
</style>
background-color css
<style>
a { background-color: #695FBA; }
a { background-color: rgb(105,95,186); }
div.DivClassName
{
background-color: #695FBA;
}
.BgClassName
{
background-color: #695FBA;
}
</style>
border-color css
<style>
span { border-color: #695FBA; }
span { border-color: rgb(105,95,186); }
td.TdClassName
{
border-color: #695FBA;
}
.TagClassName
{
border-color: #695FBA;
}
</style>