Shades of Blue Marguerite #665DB5
Tints of Blue Marguerite #665DB5
RGB
CMYK
RGB Variations
Color information
#665DB5 (or 0x665DB5) is known color: Blue Marguerite. HEX triplet: 66, 5D and B5. RGB value is (102,93,181). Sum of RGB (Red+Green+Blue) = 102+93+181=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #665DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DB5 is #99A24A. Grayscale: #696969. Windows color (decimal): -10068555 or 11885926. OLE color: 11885926.
HSL color Cylindrical-coordinate representation of color #665DB5: hue angle of 246.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665DB5 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 93 | 181 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.29 |
| HSL | 246.14º | 0.37% | 0.54% | - |
| HSV(B) | 246.14º | 0.49% | 0.71% | - |
| XYZ | 17.73 | 13.99 | 45.48 | - |
| YUV | 105.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 181 | 0.44 | 0.49 | 0 | 0.29 | 246.14 | 0.37 | 0.54 |
| Hex | 66 | 5D | B5 | 2C | 31 | 0 | 1D | F6 | 25 | 36 |
| Octal | 146 | 135 | 265 | 54 | 61 | 0 | 35 | 366 | 45 | 66 |
| Binary | 1100110 | 1011101 | 10110101 | 101100 | 110001 | 0 | 11101 | 11110110 | 100101 | 110110 |
Color Harmonies of #665DB5
Complementary color
Monochromatic Colors of #665DB5
Black with #665DB5
Text Example
Text Example
White with #665DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DB5; }
p { color: rgb(102,93,181); }
H1.HeaderClassName
{
color: #665DB5;
}
.AnyTagClassName
{
color: #665DB5;
}
</style>
background-color css
<style>
a { background-color: #665DB5; }
a { background-color: rgb(102,93,181); }
div.DivClassName
{
background-color: #665DB5;
}
.BgClassName
{
background-color: #665DB5;
}
</style>
border-color css
<style>
span { border-color: #665DB5; }
span { border-color: rgb(102,93,181); }
td.TdClassName
{
border-color: #665DB5;
}
.TagClassName
{
border-color: #665DB5;
}
</style>