Shades of Blue Marguerite #675ABC
Tints of Blue Marguerite #675ABC
RGB
CMYK
RGB Variations
Color information
#675ABC (or 0x675ABC) is known color: Blue Marguerite. HEX triplet: 67, 5A and BC. RGB value is (103,90,188). Sum of RGB (Red+Green+Blue) = 103+90+188=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #675ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ABC is #98A543. Grayscale: #686868. Windows color (decimal): -10003780 or 12343911. OLE color: 12343911.
HSL color Cylindrical-coordinate representation of color #675ABC: hue angle of 247.96º 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 #675ABC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 90 | 188 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.26 |
| HSL | 247.96º | 0.42% | 0.55% | - |
| HSV(B) | 247.96º | 0.52% | 0.74% | - |
| XYZ | 18.33 | 13.83 | 49.28 | - |
| YUV | 105.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 188 | 0.45 | 0.52 | 0 | 0.26 | 247.96 | 0.42 | 0.55 |
| Hex | 67 | 5A | BC | 2D | 34 | 0 | 1A | F8 | 2A | 37 |
| Octal | 147 | 132 | 274 | 55 | 64 | 0 | 32 | 370 | 52 | 67 |
| Binary | 1100111 | 1011010 | 10111100 | 101101 | 110100 | 0 | 11010 | 11111000 | 101010 | 110111 |
Color Harmonies of #675ABC
Complementary color
Monochromatic Colors of #675ABC
Black with #675ABC
Text Example
Text Example
White with #675ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ABC; }
p { color: rgb(103,90,188); }
H1.HeaderClassName
{
color: #675ABC;
}
.AnyTagClassName
{
color: #675ABC;
}
</style>
background-color css
<style>
a { background-color: #675ABC; }
a { background-color: rgb(103,90,188); }
div.DivClassName
{
background-color: #675ABC;
}
.BgClassName
{
background-color: #675ABC;
}
</style>
border-color css
<style>
span { border-color: #675ABC; }
span { border-color: rgb(103,90,188); }
td.TdClassName
{
border-color: #675ABC;
}
.TagClassName
{
border-color: #675ABC;
}
</style>