Shades of Blue Marguerite #694DB7
Tints of Blue Marguerite #694DB7
RGB
CMYK
RGB Variations
Color information
#694DB7 (or 0x694DB7) is known color: Blue Marguerite. HEX triplet: 69, 4D and B7. RGB value is (105,77,183). Sum of RGB (Red+Green+Blue) = 105+77+183=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #694DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DB7 is #96B248. Grayscale: #616161. Windows color (decimal): -9876041 or 12012905. OLE color: 12012905.
HSL color Cylindrical-coordinate representation of color #694DB7: hue angle of 255.85º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694DB7 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 77 | 183 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.28 |
| HSL | 255.85º | 0.42% | 0.51% | - |
| HSV(B) | 255.85º | 0.58% | 0.72% | - |
| XYZ | 17.03 | 11.73 | 46.17 | - |
| YUV | 97.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 183 | 0.43 | 0.58 | 0 | 0.28 | 255.85 | 0.42 | 0.51 |
| Hex | 69 | 4D | B7 | 2B | 3A | 0 | 1C | 100 | 2A | 33 |
| Octal | 151 | 115 | 267 | 53 | 72 | 0 | 34 | 400 | 52 | 63 |
| Binary | 1101001 | 1001101 | 10110111 | 101011 | 111010 | 0 | 11100 | 100000000 | 101010 | 110011 |
Color Harmonies of #694DB7
Complementary color
Monochromatic Colors of #694DB7
Black with #694DB7
Text Example
Text Example
White with #694DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DB7; }
p { color: rgb(105,77,183); }
H1.HeaderClassName
{
color: #694DB7;
}
.AnyTagClassName
{
color: #694DB7;
}
</style>
background-color css
<style>
a { background-color: #694DB7; }
a { background-color: rgb(105,77,183); }
div.DivClassName
{
background-color: #694DB7;
}
.BgClassName
{
background-color: #694DB7;
}
</style>
border-color css
<style>
span { border-color: #694DB7; }
span { border-color: rgb(105,77,183); }
td.TdClassName
{
border-color: #694DB7;
}
.TagClassName
{
border-color: #694DB7;
}
</style>