Shades of Blue Marguerite #665CAB
Tints of Blue Marguerite #665CAB
RGB
CMYK
RGB Variations
Color information
#665CAB (or 0x665CAB) is known color: Blue Marguerite. HEX triplet: 66, 5C and AB. RGB value is (102,92,171). Sum of RGB (Red+Green+Blue) = 102+92+171=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #665CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CAB is #99A354. Grayscale: #676767. Windows color (decimal): -10068821 or 11230310. OLE color: 11230310.
HSL color Cylindrical-coordinate representation of color #665CAB: hue angle of 247.59º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665CAB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 92 | 171 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.33 |
| HSL | 247.59º | 0.32% | 0.52% | - |
| HSV(B) | 247.59º | 0.46% | 0.67% | - |
| XYZ | 16.66 | 13.42 | 40.24 | - |
| YUV | 104 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 171 | 0.40 | 0.46 | 0 | 0.33 | 247.59 | 0.32 | 0.52 |
| Hex | 66 | 5C | AB | 28 | 2E | 0 | 21 | F8 | 20 | 34 |
| Octal | 146 | 134 | 253 | 50 | 56 | 0 | 41 | 370 | 40 | 64 |
| Binary | 1100110 | 1011100 | 10101011 | 101000 | 101110 | 0 | 100001 | 11111000 | 100000 | 110100 |
Color Harmonies of #665CAB
Complementary color
Monochromatic Colors of #665CAB
Black with #665CAB
Text Example
Text Example
White with #665CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CAB; }
p { color: rgb(102,92,171); }
H1.HeaderClassName
{
color: #665CAB;
}
.AnyTagClassName
{
color: #665CAB;
}
</style>
background-color css
<style>
a { background-color: #665CAB; }
a { background-color: rgb(102,92,171); }
div.DivClassName
{
background-color: #665CAB;
}
.BgClassName
{
background-color: #665CAB;
}
</style>
border-color css
<style>
span { border-color: #665CAB; }
span { border-color: rgb(102,92,171); }
td.TdClassName
{
border-color: #665CAB;
}
.TagClassName
{
border-color: #665CAB;
}
</style>