Shades of Blue Marguerite #694DB1
Tints of Blue Marguerite #694DB1
RGB
CMYK
RGB Variations
Color information
#694DB1 (or 0x694DB1) is known color: Blue Marguerite. HEX triplet: 69, 4D and B1. RGB value is (105,77,177). Sum of RGB (Red+Green+Blue) = 105+77+177=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #694DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DB1 is #96B24E. Grayscale: #606060. Windows color (decimal): -9876047 or 11619689. OLE color: 11619689.
HSL color Cylindrical-coordinate representation of color #694DB1: hue angle of 256.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694DB1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 77 | 177 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.31 |
| HSL | 256.8º | 0.39% | 0.5% | - |
| HSV(B) | 256.8º | 0.56% | 0.69% | - |
| XYZ | 16.42 | 11.49 | 42.95 | - |
| YUV | 96.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 177 | 0.41 | 0.56 | 0 | 0.31 | 256.8 | 0.39 | 0.5 |
| Hex | 69 | 4D | B1 | 29 | 38 | 0 | 1F | 101 | 27 | 32 |
| Octal | 151 | 115 | 261 | 51 | 70 | 0 | 37 | 401 | 47 | 62 |
| Binary | 1101001 | 1001101 | 10110001 | 101001 | 111000 | 0 | 11111 | 100000001 | 100111 | 110010 |
Color Harmonies of #694DB1
Complementary color
Monochromatic Colors of #694DB1
Black with #694DB1
Text Example
Text Example
White with #694DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DB1; }
p { color: rgb(105,77,177); }
H1.HeaderClassName
{
color: #694DB1;
}
.AnyTagClassName
{
color: #694DB1;
}
</style>
background-color css
<style>
a { background-color: #694DB1; }
a { background-color: rgb(105,77,177); }
div.DivClassName
{
background-color: #694DB1;
}
.BgClassName
{
background-color: #694DB1;
}
</style>
border-color css
<style>
span { border-color: #694DB1; }
span { border-color: rgb(105,77,177); }
td.TdClassName
{
border-color: #694DB1;
}
.TagClassName
{
border-color: #694DB1;
}
</style>