Shades of Blue Marguerite #675DBD
Tints of Blue Marguerite #675DBD
RGB
CMYK
RGB Variations
Color information
#675DBD (or 0x675DBD) is known color: Blue Marguerite. HEX triplet: 67, 5D and BD. RGB value is (103,93,189). Sum of RGB (Red+Green+Blue) = 103+93+189=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #675DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBD is #98A242. Grayscale: #6A6A6A. Windows color (decimal): -10003011 or 12410215. OLE color: 12410215.
HSL color Cylindrical-coordinate representation of color #675DBD: hue angle of 246.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675DBD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 93 | 189 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.26 |
| HSL | 246.25º | 0.42% | 0.55% | - |
| HSV(B) | 246.25º | 0.51% | 0.74% | - |
| XYZ | 18.69 | 14.39 | 49.94 | - |
| YUV | 106.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 189 | 0.46 | 0.51 | 0 | 0.26 | 246.25 | 0.42 | 0.55 |
| Hex | 67 | 5D | BD | 2E | 33 | 0 | 1A | F6 | 2A | 37 |
| Octal | 147 | 135 | 275 | 56 | 63 | 0 | 32 | 366 | 52 | 67 |
| Binary | 1100111 | 1011101 | 10111101 | 101110 | 110011 | 0 | 11010 | 11110110 | 101010 | 110111 |
Color Harmonies of #675DBD
Complementary color
Monochromatic Colors of #675DBD
Black with #675DBD
Text Example
Text Example
White with #675DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DBD; }
p { color: rgb(103,93,189); }
H1.HeaderClassName
{
color: #675DBD;
}
.AnyTagClassName
{
color: #675DBD;
}
</style>
background-color css
<style>
a { background-color: #675DBD; }
a { background-color: rgb(103,93,189); }
div.DivClassName
{
background-color: #675DBD;
}
.BgClassName
{
background-color: #675DBD;
}
</style>
border-color css
<style>
span { border-color: #675DBD; }
span { border-color: rgb(103,93,189); }
td.TdClassName
{
border-color: #675DBD;
}
.TagClassName
{
border-color: #675DBD;
}
</style>