Shades of Blue Marguerite #665DBB
Tints of Blue Marguerite #665DBB
RGB
CMYK
RGB Variations
Color information
#665DBB (or 0x665DBB) is known color: Blue Marguerite. HEX triplet: 66, 5D and BB. RGB value is (102,93,187). Sum of RGB (Red+Green+Blue) = 102+93+187=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #665DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DBB is #99A244. Grayscale: #6A6A6A. Windows color (decimal): -10068549 or 12279142. OLE color: 12279142.
HSL color Cylindrical-coordinate representation of color #665DBB: hue angle of 245.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665DBB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 93 | 187 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.27 |
| HSL | 245.74º | 0.41% | 0.55% | - |
| HSV(B) | 245.74º | 0.5% | 0.73% | - |
| XYZ | 18.36 | 14.24 | 48.79 | - |
| YUV | 106.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 187 | 0.45 | 0.50 | 0 | 0.27 | 245.74 | 0.41 | 0.55 |
| Hex | 66 | 5D | BB | 2D | 32 | 0 | 1B | F6 | 29 | 37 |
| Octal | 146 | 135 | 273 | 55 | 62 | 0 | 33 | 366 | 51 | 67 |
| Binary | 1100110 | 1011101 | 10111011 | 101101 | 110010 | 0 | 11011 | 11110110 | 101001 | 110111 |
Color Harmonies of #665DBB
Complementary color
Monochromatic Colors of #665DBB
Black with #665DBB
Text Example
Text Example
White with #665DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DBB; }
p { color: rgb(102,93,187); }
H1.HeaderClassName
{
color: #665DBB;
}
.AnyTagClassName
{
color: #665DBB;
}
</style>
background-color css
<style>
a { background-color: #665DBB; }
a { background-color: rgb(102,93,187); }
div.DivClassName
{
background-color: #665DBB;
}
.BgClassName
{
background-color: #665DBB;
}
</style>
border-color css
<style>
span { border-color: #665DBB; }
span { border-color: rgb(102,93,187); }
td.TdClassName
{
border-color: #665DBB;
}
.TagClassName
{
border-color: #665DBB;
}
</style>