Shades of Blue Marguerite #665BBD
Tints of Blue Marguerite #665BBD
RGB
CMYK
RGB Variations
Color information
#665BBD (or 0x665BBD) is known color: Blue Marguerite. HEX triplet: 66, 5B and BD. RGB value is (102,91,189). Sum of RGB (Red+Green+Blue) = 102+91+189=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #665BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBD is #99A442. Grayscale: #696969. Windows color (decimal): -10069059 or 12409702. OLE color: 12409702.
HSL color Cylindrical-coordinate representation of color #665BBD: hue angle of 246.73º degrees, saturation: 0.43, 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 #665BBD is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 91 | 189 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.26 |
| HSL | 246.73º | 0.43% | 0.55% | - |
| HSV(B) | 246.73º | 0.52% | 0.74% | - |
| XYZ | 18.41 | 13.98 | 49.87 | - |
| YUV | 105.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 189 | 0.46 | 0.52 | 0 | 0.26 | 246.73 | 0.43 | 0.55 |
| Hex | 66 | 5B | BD | 2E | 34 | 0 | 1A | F7 | 2B | 37 |
| Octal | 146 | 133 | 275 | 56 | 64 | 0 | 32 | 367 | 53 | 67 |
| Binary | 1100110 | 1011011 | 10111101 | 101110 | 110100 | 0 | 11010 | 11110111 | 101011 | 110111 |
Color Harmonies of #665BBD
Complementary color
Monochromatic Colors of #665BBD
Black with #665BBD
Text Example
Text Example
White with #665BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BBD; }
p { color: rgb(102,91,189); }
H1.HeaderClassName
{
color: #665BBD;
}
.AnyTagClassName
{
color: #665BBD;
}
</style>
background-color css
<style>
a { background-color: #665BBD; }
a { background-color: rgb(102,91,189); }
div.DivClassName
{
background-color: #665BBD;
}
.BgClassName
{
background-color: #665BBD;
}
</style>
border-color css
<style>
span { border-color: #665BBD; }
span { border-color: rgb(102,91,189); }
td.TdClassName
{
border-color: #665BBD;
}
.TagClassName
{
border-color: #665BBD;
}
</style>