Shades of Blue Marguerite #665DB3
Tints of Blue Marguerite #665DB3
RGB
CMYK
RGB Variations
Color information
#665DB3 (or 0x665DB3) is known color: Blue Marguerite. HEX triplet: 66, 5D and B3. RGB value is (102,93,179). Sum of RGB (Red+Green+Blue) = 102+93+179=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #665DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DB3 is #99A24C. Grayscale: #696969. Windows color (decimal): -10068557 or 11754854. OLE color: 11754854.
HSL color Cylindrical-coordinate representation of color #665DB3: hue angle of 246.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665DB3 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 93 | 179 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.30 |
| HSL | 246.28º | 0.36% | 0.53% | - |
| HSV(B) | 246.28º | 0.48% | 0.7% | - |
| XYZ | 17.53 | 13.91 | 44.41 | - |
| YUV | 105.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 179 | 0.43 | 0.48 | 0 | 0.30 | 246.28 | 0.36 | 0.53 |
| Hex | 66 | 5D | B3 | 2B | 30 | 0 | 1E | F6 | 24 | 35 |
| Octal | 146 | 135 | 263 | 53 | 60 | 0 | 36 | 366 | 44 | 65 |
| Binary | 1100110 | 1011101 | 10110011 | 101011 | 110000 | 0 | 11110 | 11110110 | 100100 | 110101 |
Color Harmonies of #665DB3
Complementary color
Monochromatic Colors of #665DB3
Black with #665DB3
Text Example
Text Example
White with #665DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DB3; }
p { color: rgb(102,93,179); }
H1.HeaderClassName
{
color: #665DB3;
}
.AnyTagClassName
{
color: #665DB3;
}
</style>
background-color css
<style>
a { background-color: #665DB3; }
a { background-color: rgb(102,93,179); }
div.DivClassName
{
background-color: #665DB3;
}
.BgClassName
{
background-color: #665DB3;
}
</style>
border-color css
<style>
span { border-color: #665DB3; }
span { border-color: rgb(102,93,179); }
td.TdClassName
{
border-color: #665DB3;
}
.TagClassName
{
border-color: #665DB3;
}
</style>