Shades of Blue Marguerite #694ABF
Tints of Blue Marguerite #694ABF
RGB
CMYK
RGB Variations
Color information
#694ABF (or 0x694ABF) is known color: Blue Marguerite. HEX triplet: 69, 4A and BF. RGB value is (105,74,191). Sum of RGB (Red+Green+Blue) = 105+74+191=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #694ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ABF is #96B540. Grayscale: #606060. Windows color (decimal): -9876801 or 12536425. OLE color: 12536425.
HSL color Cylindrical-coordinate representation of color #694ABF: hue angle of 255.9º 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 #694ABF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 74 | 191 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.25 |
| HSL | 255.9º | 0.48% | 0.52% | - |
| HSV(B) | 255.9º | 0.61% | 0.75% | - |
| XYZ | 17.68 | 11.66 | 50.61 | - |
| YUV | 96.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 191 | 0.45 | 0.61 | 0 | 0.25 | 255.9 | 0.48 | 0.52 |
| Hex | 69 | 4A | BF | 2D | 3D | 0 | 19 | 100 | 30 | 34 |
| Octal | 151 | 112 | 277 | 55 | 75 | 0 | 31 | 400 | 60 | 64 |
| Binary | 1101001 | 1001010 | 10111111 | 101101 | 111101 | 0 | 11001 | 100000000 | 110000 | 110100 |
Color Harmonies of #694ABF
Complementary color
Monochromatic Colors of #694ABF
Black with #694ABF
Text Example
Text Example
White with #694ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ABF; }
p { color: rgb(105,74,191); }
H1.HeaderClassName
{
color: #694ABF;
}
.AnyTagClassName
{
color: #694ABF;
}
</style>
background-color css
<style>
a { background-color: #694ABF; }
a { background-color: rgb(105,74,191); }
div.DivClassName
{
background-color: #694ABF;
}
.BgClassName
{
background-color: #694ABF;
}
</style>
border-color css
<style>
span { border-color: #694ABF; }
span { border-color: rgb(105,74,191); }
td.TdClassName
{
border-color: #694ABF;
}
.TagClassName
{
border-color: #694ABF;
}
</style>