Shades of Blue Marguerite #665FB2
Tints of Blue Marguerite #665FB2
RGB
CMYK
RGB Variations
Color information
#665FB2 (or 0x665FB2) is known color: Blue Marguerite. HEX triplet: 66, 5F and B2. RGB value is (102,95,178). Sum of RGB (Red+Green+Blue) = 102+95+178=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #665FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FB2 is #99A04D. Grayscale: #6A6A6A. Windows color (decimal): -10068046 or 11689830. OLE color: 11689830.
HSL color Cylindrical-coordinate representation of color #665FB2: hue angle of 245.06º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665FB2 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 95 | 178 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.30 |
| HSL | 245.06º | 0.35% | 0.54% | - |
| HSV(B) | 245.06º | 0.47% | 0.7% | - |
| XYZ | 17.61 | 14.22 | 43.94 | - |
| YUV | 106.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 178 | 0.43 | 0.47 | 0 | 0.30 | 245.06 | 0.35 | 0.54 |
| Hex | 66 | 5F | B2 | 2B | 2F | 0 | 1E | F5 | 23 | 36 |
| Octal | 146 | 137 | 262 | 53 | 57 | 0 | 36 | 365 | 43 | 66 |
| Binary | 1100110 | 1011111 | 10110010 | 101011 | 101111 | 0 | 11110 | 11110101 | 100011 | 110110 |
Color Harmonies of #665FB2
Complementary color
Monochromatic Colors of #665FB2
Black with #665FB2
Text Example
Text Example
White with #665FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FB2; }
p { color: rgb(102,95,178); }
H1.HeaderClassName
{
color: #665FB2;
}
.AnyTagClassName
{
color: #665FB2;
}
</style>
background-color css
<style>
a { background-color: #665FB2; }
a { background-color: rgb(102,95,178); }
div.DivClassName
{
background-color: #665FB2;
}
.BgClassName
{
background-color: #665FB2;
}
</style>
border-color css
<style>
span { border-color: #665FB2; }
span { border-color: rgb(102,95,178); }
td.TdClassName
{
border-color: #665FB2;
}
.TagClassName
{
border-color: #665FB2;
}
</style>