Shades of Blue Marguerite #694BBF
Tints of Blue Marguerite #694BBF
RGB
CMYK
RGB Variations
Color information
#694BBF (or 0x694BBF) is known color: Blue Marguerite. HEX triplet: 69, 4B and BF. RGB value is (105,75,191). Sum of RGB (Red+Green+Blue) = 105+75+191=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #694BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BBF is #96B440. Grayscale: #606060. Windows color (decimal): -9876545 or 12536681. OLE color: 12536681.
HSL color Cylindrical-coordinate representation of color #694BBF: hue angle of 255.52º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694BBF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 75 | 191 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.25 |
| HSL | 255.52º | 0.48% | 0.52% | - |
| HSV(B) | 255.52º | 0.61% | 0.75% | - |
| XYZ | 17.75 | 11.8 | 50.63 | - |
| YUV | 97.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 191 | 0.45 | 0.61 | 0 | 0.25 | 255.52 | 0.48 | 0.52 |
| Hex | 69 | 4B | BF | 2D | 3D | 0 | 19 | 100 | 30 | 34 |
| Octal | 151 | 113 | 277 | 55 | 75 | 0 | 31 | 400 | 60 | 64 |
| Binary | 1101001 | 1001011 | 10111111 | 101101 | 111101 | 0 | 11001 | 100000000 | 110000 | 110100 |
Color Harmonies of #694BBF
Complementary color
Monochromatic Colors of #694BBF
Black with #694BBF
Text Example
Text Example
White with #694BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BBF; }
p { color: rgb(105,75,191); }
H1.HeaderClassName
{
color: #694BBF;
}
.AnyTagClassName
{
color: #694BBF;
}
</style>
background-color css
<style>
a { background-color: #694BBF; }
a { background-color: rgb(105,75,191); }
div.DivClassName
{
background-color: #694BBF;
}
.BgClassName
{
background-color: #694BBF;
}
</style>
border-color css
<style>
span { border-color: #694BBF; }
span { border-color: rgb(105,75,191); }
td.TdClassName
{
border-color: #694BBF;
}
.TagClassName
{
border-color: #694BBF;
}
</style>