Shades of Blue Marguerite #694FB8
Tints of Blue Marguerite #694FB8
RGB
CMYK
RGB Variations
Color information
#694FB8 (or 0x694FB8) is known color: Blue Marguerite. HEX triplet: 69, 4F and B8. RGB value is (105,79,184). Sum of RGB (Red+Green+Blue) = 105+79+184=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #694FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FB8 is #96B047. Grayscale: #626262. Windows color (decimal): -9875528 or 12078953. OLE color: 12078953.
HSL color Cylindrical-coordinate representation of color #694FB8: hue angle of 254.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694FB8 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 79 | 184 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.28 |
| HSL | 254.86º | 0.43% | 0.52% | - |
| HSV(B) | 254.86º | 0.57% | 0.72% | - |
| XYZ | 17.27 | 12.06 | 46.76 | - |
| YUV | 98.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 184 | 0.43 | 0.57 | 0 | 0.28 | 254.86 | 0.43 | 0.52 |
| Hex | 69 | 4F | B8 | 2B | 39 | 0 | 1C | FF | 2B | 34 |
| Octal | 151 | 117 | 270 | 53 | 71 | 0 | 34 | 377 | 53 | 64 |
| Binary | 1101001 | 1001111 | 10111000 | 101011 | 111001 | 0 | 11100 | 11111111 | 101011 | 110100 |
Color Harmonies of #694FB8
Complementary color
Monochromatic Colors of #694FB8
Black with #694FB8
Text Example
Text Example
White with #694FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FB8; }
p { color: rgb(105,79,184); }
H1.HeaderClassName
{
color: #694FB8;
}
.AnyTagClassName
{
color: #694FB8;
}
</style>
background-color css
<style>
a { background-color: #694FB8; }
a { background-color: rgb(105,79,184); }
div.DivClassName
{
background-color: #694FB8;
}
.BgClassName
{
background-color: #694FB8;
}
</style>
border-color css
<style>
span { border-color: #694FB8; }
span { border-color: rgb(105,79,184); }
td.TdClassName
{
border-color: #694FB8;
}
.TagClassName
{
border-color: #694FB8;
}
</style>