Shades of Blue Marguerite #665DB1
Tints of Blue Marguerite #665DB1
RGB
CMYK
RGB Variations
Color information
#665DB1 (or 0x665DB1) is known color: Blue Marguerite. HEX triplet: 66, 5D and B1. RGB value is (102,93,177). Sum of RGB (Red+Green+Blue) = 102+93+177=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #665DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665DB1 is #99A24E. Grayscale: #686868. Windows color (decimal): -10068559 or 11623782. OLE color: 11623782.
HSL color Cylindrical-coordinate representation of color #665DB1: hue angle of 246.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665DB1 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 93 | 177 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.31 |
| HSL | 246.43º | 0.35% | 0.53% | - |
| HSV(B) | 246.43º | 0.47% | 0.69% | - |
| XYZ | 17.33 | 13.83 | 43.35 | - |
| YUV | 105.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 177 | 0.42 | 0.47 | 0 | 0.31 | 246.43 | 0.35 | 0.53 |
| Hex | 66 | 5D | B1 | 2A | 2F | 0 | 1F | F6 | 23 | 35 |
| Octal | 146 | 135 | 261 | 52 | 57 | 0 | 37 | 366 | 43 | 65 |
| Binary | 1100110 | 1011101 | 10110001 | 101010 | 101111 | 0 | 11111 | 11110110 | 100011 | 110101 |
Color Harmonies of #665DB1
Complementary color
Monochromatic Colors of #665DB1
Black with #665DB1
Text Example
Text Example
White with #665DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DB1; }
p { color: rgb(102,93,177); }
H1.HeaderClassName
{
color: #665DB1;
}
.AnyTagClassName
{
color: #665DB1;
}
</style>
background-color css
<style>
a { background-color: #665DB1; }
a { background-color: rgb(102,93,177); }
div.DivClassName
{
background-color: #665DB1;
}
.BgClassName
{
background-color: #665DB1;
}
</style>
border-color css
<style>
span { border-color: #665DB1; }
span { border-color: rgb(102,93,177); }
td.TdClassName
{
border-color: #665DB1;
}
.TagClassName
{
border-color: #665DB1;
}
</style>