Shades of Blue Marguerite #6658B3
Tints of Blue Marguerite #6658B3
RGB
CMYK
RGB Variations
Color information
#6658B3 (or 0x6658B3) is known color: Blue Marguerite. HEX triplet: 66, 58 and B3. RGB value is (102,88,179). Sum of RGB (Red+Green+Blue) = 102+88+179=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #6658B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658B3 is #99A74C. Grayscale: #666666. Windows color (decimal): -10069837 or 11753574. OLE color: 11753574.
HSL color Cylindrical-coordinate representation of color #6658B3: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6658B3 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 88 | 179 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.30 |
| HSL | 249.23º | 0.37% | 0.52% | - |
| HSV(B) | 249.23º | 0.51% | 0.7% | - |
| XYZ | 17.11 | 13.06 | 44.27 | - |
| YUV | 102.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 179 | 0.43 | 0.51 | 0 | 0.30 | 249.23 | 0.37 | 0.52 |
| Hex | 66 | 58 | B3 | 2B | 33 | 0 | 1E | F9 | 25 | 34 |
| Octal | 146 | 130 | 263 | 53 | 63 | 0 | 36 | 371 | 45 | 64 |
| Binary | 1100110 | 1011000 | 10110011 | 101011 | 110011 | 0 | 11110 | 11111001 | 100101 | 110100 |
Color Harmonies of #6658B3
Complementary color
Monochromatic Colors of #6658B3
Black with #6658B3
Text Example
Text Example
White with #6658B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6658B3; }
p { color: rgb(102,88,179); }
H1.HeaderClassName
{
color: #6658B3;
}
.AnyTagClassName
{
color: #6658B3;
}
</style>
background-color css
<style>
a { background-color: #6658B3; }
a { background-color: rgb(102,88,179); }
div.DivClassName
{
background-color: #6658B3;
}
.BgClassName
{
background-color: #6658B3;
}
</style>
border-color css
<style>
span { border-color: #6658B3; }
span { border-color: rgb(102,88,179); }
td.TdClassName
{
border-color: #6658B3;
}
.TagClassName
{
border-color: #6658B3;
}
</style>