Shades of Blue Marguerite #694CBD
Tints of Blue Marguerite #694CBD
RGB
CMYK
RGB Variations
Color information
#694CBD (or 0x694CBD) is known color: Blue Marguerite. HEX triplet: 69, 4C and BD. RGB value is (105,76,189). Sum of RGB (Red+Green+Blue) = 105+76+189=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #694CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBD is #96B342. Grayscale: #616161. Windows color (decimal): -9876291 or 12405865. OLE color: 12405865.
HSL color Cylindrical-coordinate representation of color #694CBD: hue angle of 255.4º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694CBD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 76 | 189 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.26 |
| HSL | 255.4º | 0.46% | 0.52% | - |
| HSV(B) | 255.4º | 0.6% | 0.74% | - |
| XYZ | 17.6 | 11.85 | 49.5 | - |
| YUV | 97.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 189 | 0.44 | 0.60 | 0 | 0.26 | 255.4 | 0.46 | 0.52 |
| Hex | 69 | 4C | BD | 2C | 3C | 0 | 1A | FF | 2E | 34 |
| Octal | 151 | 114 | 275 | 54 | 74 | 0 | 32 | 377 | 56 | 64 |
| Binary | 1101001 | 1001100 | 10111101 | 101100 | 111100 | 0 | 11010 | 11111111 | 101110 | 110100 |
Color Harmonies of #694CBD
Complementary color
Monochromatic Colors of #694CBD
Black with #694CBD
Text Example
Text Example
White with #694CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CBD; }
p { color: rgb(105,76,189); }
H1.HeaderClassName
{
color: #694CBD;
}
.AnyTagClassName
{
color: #694CBD;
}
</style>
background-color css
<style>
a { background-color: #694CBD; }
a { background-color: rgb(105,76,189); }
div.DivClassName
{
background-color: #694CBD;
}
.BgClassName
{
background-color: #694CBD;
}
</style>
border-color css
<style>
span { border-color: #694CBD; }
span { border-color: rgb(105,76,189); }
td.TdClassName
{
border-color: #694CBD;
}
.TagClassName
{
border-color: #694CBD;
}
</style>