Shades of Blue Marguerite #694DBD
Tints of Blue Marguerite #694DBD
RGB
CMYK
RGB Variations
Color information
#694DBD (or 0x694DBD) is known color: Blue Marguerite. HEX triplet: 69, 4D and BD. RGB value is (105,77,189). Sum of RGB (Red+Green+Blue) = 105+77+189=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #694DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DBD is #96B242. Grayscale: #616161. Windows color (decimal): -9876035 or 12406121. OLE color: 12406121.
HSL color Cylindrical-coordinate representation of color #694DBD: hue angle of 255º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694DBD is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 77 | 189 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.26 |
| HSL | 255º | 0.46% | 0.52% | - |
| HSV(B) | 255º | 0.59% | 0.74% | - |
| XYZ | 17.66 | 11.99 | 49.53 | - |
| YUV | 98.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 189 | 0.44 | 0.59 | 0 | 0.26 | 255 | 0.46 | 0.52 |
| Hex | 69 | 4D | BD | 2C | 3B | 0 | 1A | FF | 2E | 34 |
| Octal | 151 | 115 | 275 | 54 | 73 | 0 | 32 | 377 | 56 | 64 |
| Binary | 1101001 | 1001101 | 10111101 | 101100 | 111011 | 0 | 11010 | 11111111 | 101110 | 110100 |
Color Harmonies of #694DBD
Complementary color
Monochromatic Colors of #694DBD
Black with #694DBD
Text Example
Text Example
White with #694DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DBD; }
p { color: rgb(105,77,189); }
H1.HeaderClassName
{
color: #694DBD;
}
.AnyTagClassName
{
color: #694DBD;
}
</style>
background-color css
<style>
a { background-color: #694DBD; }
a { background-color: rgb(105,77,189); }
div.DivClassName
{
background-color: #694DBD;
}
.BgClassName
{
background-color: #694DBD;
}
</style>
border-color css
<style>
span { border-color: #694DBD; }
span { border-color: rgb(105,77,189); }
td.TdClassName
{
border-color: #694DBD;
}
.TagClassName
{
border-color: #694DBD;
}
</style>