Shades of Blue Marguerite #665FB1
Tints of Blue Marguerite #665FB1
RGB
CMYK
RGB Variations
Color information
#665FB1 (or 0x665FB1) is known color: Blue Marguerite. HEX triplet: 66, 5F and B1. RGB value is (102,95,177). Sum of RGB (Red+Green+Blue) = 102+95+177=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #665FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FB1 is #99A04E. Grayscale: #6A6A6A. Windows color (decimal): -10068047 or 11624294. OLE color: 11624294.
HSL color Cylindrical-coordinate representation of color #665FB1: hue angle of 245.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665FB1 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 95 | 177 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.31 |
| HSL | 245.12º | 0.34% | 0.53% | - |
| HSV(B) | 245.12º | 0.46% | 0.69% | - |
| XYZ | 17.51 | 14.18 | 43.41 | - |
| YUV | 106.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 177 | 0.42 | 0.46 | 0 | 0.31 | 245.12 | 0.34 | 0.53 |
| Hex | 66 | 5F | B1 | 2A | 2E | 0 | 1F | F5 | 22 | 35 |
| Octal | 146 | 137 | 261 | 52 | 56 | 0 | 37 | 365 | 42 | 65 |
| Binary | 1100110 | 1011111 | 10110001 | 101010 | 101110 | 0 | 11111 | 11110101 | 100010 | 110101 |
Color Harmonies of #665FB1
Complementary color
Monochromatic Colors of #665FB1
Black with #665FB1
Text Example
Text Example
White with #665FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FB1; }
p { color: rgb(102,95,177); }
H1.HeaderClassName
{
color: #665FB1;
}
.AnyTagClassName
{
color: #665FB1;
}
</style>
background-color css
<style>
a { background-color: #665FB1; }
a { background-color: rgb(102,95,177); }
div.DivClassName
{
background-color: #665FB1;
}
.BgClassName
{
background-color: #665FB1;
}
</style>
border-color css
<style>
span { border-color: #665FB1; }
span { border-color: rgb(102,95,177); }
td.TdClassName
{
border-color: #665FB1;
}
.TagClassName
{
border-color: #665FB1;
}
</style>