Shades of Blue Marguerite #675BBC
Tints of Blue Marguerite #675BBC
RGB
CMYK
RGB Variations
Color information
#675BBC (or 0x675BBC) is known color: Blue Marguerite. HEX triplet: 67, 5B and BC. RGB value is (103,91,188). Sum of RGB (Red+Green+Blue) = 103+91+188=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #675BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BBC is #98A443. Grayscale: #696969. Windows color (decimal): -10003524 or 12344167. OLE color: 12344167.
HSL color Cylindrical-coordinate representation of color #675BBC: hue angle of 247.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675BBC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 91 | 188 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.26 |
| HSL | 247.42º | 0.42% | 0.55% | - |
| HSV(B) | 247.42º | 0.52% | 0.74% | - |
| XYZ | 18.41 | 14 | 49.31 | - |
| YUV | 105.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 188 | 0.45 | 0.52 | 0 | 0.26 | 247.42 | 0.42 | 0.55 |
| Hex | 67 | 5B | BC | 2D | 34 | 0 | 1A | F7 | 2A | 37 |
| Octal | 147 | 133 | 274 | 55 | 64 | 0 | 32 | 367 | 52 | 67 |
| Binary | 1100111 | 1011011 | 10111100 | 101101 | 110100 | 0 | 11010 | 11110111 | 101010 | 110111 |
Color Harmonies of #675BBC
Complementary color
Monochromatic Colors of #675BBC
Black with #675BBC
Text Example
Text Example
White with #675BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BBC; }
p { color: rgb(103,91,188); }
H1.HeaderClassName
{
color: #675BBC;
}
.AnyTagClassName
{
color: #675BBC;
}
</style>
background-color css
<style>
a { background-color: #675BBC; }
a { background-color: rgb(103,91,188); }
div.DivClassName
{
background-color: #675BBC;
}
.BgClassName
{
background-color: #675BBC;
}
</style>
border-color css
<style>
span { border-color: #675BBC; }
span { border-color: rgb(103,91,188); }
td.TdClassName
{
border-color: #675BBC;
}
.TagClassName
{
border-color: #675BBC;
}
</style>