Shades of Blue Marguerite #685CBB
Tints of Blue Marguerite #685CBB
RGB
CMYK
RGB Variations
Color information
#685CBB (or 0x685CBB) is known color: Blue Marguerite. HEX triplet: 68, 5C and BB. RGB value is (104,92,187). Sum of RGB (Red+Green+Blue) = 104+92+187=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #685CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBB is #97A344. Grayscale: #6A6A6A. Windows color (decimal): -9937733 or 12278888. OLE color: 12278888.
HSL color Cylindrical-coordinate representation of color #685CBB: hue angle of 247.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685CBB is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 92 | 187 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.27 |
| HSL | 247.58º | 0.41% | 0.55% | - |
| HSV(B) | 247.58º | 0.51% | 0.73% | - |
| XYZ | 18.51 | 14.19 | 48.78 | - |
| YUV | 106.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 187 | 0.44 | 0.51 | 0 | 0.27 | 247.58 | 0.41 | 0.55 |
| Hex | 68 | 5C | BB | 2C | 33 | 0 | 1B | F8 | 29 | 37 |
| Octal | 150 | 134 | 273 | 54 | 63 | 0 | 33 | 370 | 51 | 67 |
| Binary | 1101000 | 1011100 | 10111011 | 101100 | 110011 | 0 | 11011 | 11111000 | 101001 | 110111 |
Color Harmonies of #685CBB
Complementary color
Monochromatic Colors of #685CBB
Black with #685CBB
Text Example
Text Example
White with #685CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CBB; }
p { color: rgb(104,92,187); }
H1.HeaderClassName
{
color: #685CBB;
}
.AnyTagClassName
{
color: #685CBB;
}
</style>
background-color css
<style>
a { background-color: #685CBB; }
a { background-color: rgb(104,92,187); }
div.DivClassName
{
background-color: #685CBB;
}
.BgClassName
{
background-color: #685CBB;
}
</style>
border-color css
<style>
span { border-color: #685CBB; }
span { border-color: rgb(104,92,187); }
td.TdClassName
{
border-color: #685CBB;
}
.TagClassName
{
border-color: #685CBB;
}
</style>