Shades of Blue Marguerite #694CBF
Tints of Blue Marguerite #694CBF
RGB
CMYK
RGB Variations
Color information
#694CBF (or 0x694CBF) is known color: Blue Marguerite. HEX triplet: 69, 4C and BF. RGB value is (105,76,191). Sum of RGB (Red+Green+Blue) = 105+76+191=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #694CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBF is #96B340. Grayscale: #616161. Windows color (decimal): -9876289 or 12536937. OLE color: 12536937.
HSL color Cylindrical-coordinate representation of color #694CBF: hue angle of 255.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694CBF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 76 | 191 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.25 |
| HSL | 255.13º | 0.47% | 0.52% | - |
| HSV(B) | 255.13º | 0.6% | 0.75% | - |
| XYZ | 17.81 | 11.93 | 50.65 | - |
| YUV | 97.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 191 | 0.45 | 0.60 | 0 | 0.25 | 255.13 | 0.47 | 0.52 |
| Hex | 69 | 4C | BF | 2D | 3C | 0 | 19 | FF | 2F | 34 |
| Octal | 151 | 114 | 277 | 55 | 74 | 0 | 31 | 377 | 57 | 64 |
| Binary | 1101001 | 1001100 | 10111111 | 101101 | 111100 | 0 | 11001 | 11111111 | 101111 | 110100 |
Color Harmonies of #694CBF
Complementary color
Monochromatic Colors of #694CBF
Black with #694CBF
Text Example
Text Example
White with #694CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CBF; }
p { color: rgb(105,76,191); }
H1.HeaderClassName
{
color: #694CBF;
}
.AnyTagClassName
{
color: #694CBF;
}
</style>
background-color css
<style>
a { background-color: #694CBF; }
a { background-color: rgb(105,76,191); }
div.DivClassName
{
background-color: #694CBF;
}
.BgClassName
{
background-color: #694CBF;
}
</style>
border-color css
<style>
span { border-color: #694CBF; }
span { border-color: rgb(105,76,191); }
td.TdClassName
{
border-color: #694CBF;
}
.TagClassName
{
border-color: #694CBF;
}
</style>