Shades of Blue Marguerite #6359B7
Tints of Blue Marguerite #6359B7
RGB
CMYK
RGB Variations
Color information
#6359B7 (or 0x6359B7) is known color: Blue Marguerite. HEX triplet: 63, 59 and B7. RGB value is (99,89,183). Sum of RGB (Red+Green+Blue) = 99+89+183=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #6359B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359B7 is #9CA648. Grayscale: #666666. Windows color (decimal): -10266185 or 12015971. OLE color: 12015971.
HSL color Cylindrical-coordinate representation of color #6359B7: hue angle of 246.38º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6359B7 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 89 | 183 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.28 |
| HSL | 246.38º | 0.39% | 0.53% | - |
| HSV(B) | 246.38º | 0.51% | 0.72% | - |
| XYZ | 17.27 | 13.22 | 46.44 | - |
| YUV | 102.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 183 | 0.46 | 0.51 | 0 | 0.28 | 246.38 | 0.39 | 0.53 |
| Hex | 63 | 59 | B7 | 2E | 33 | 0 | 1C | F6 | 27 | 35 |
| Octal | 143 | 131 | 267 | 56 | 63 | 0 | 34 | 366 | 47 | 65 |
| Binary | 1100011 | 1011001 | 10110111 | 101110 | 110011 | 0 | 11100 | 11110110 | 100111 | 110101 |
Color Harmonies of #6359B7
Complementary color
Monochromatic Colors of #6359B7
Black with #6359B7
Text Example
Text Example
White with #6359B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6359B7; }
p { color: rgb(99,89,183); }
H1.HeaderClassName
{
color: #6359B7;
}
.AnyTagClassName
{
color: #6359B7;
}
</style>
background-color css
<style>
a { background-color: #6359B7; }
a { background-color: rgb(99,89,183); }
div.DivClassName
{
background-color: #6359B7;
}
.BgClassName
{
background-color: #6359B7;
}
</style>
border-color css
<style>
span { border-color: #6359B7; }
span { border-color: rgb(99,89,183); }
td.TdClassName
{
border-color: #6359B7;
}
.TagClassName
{
border-color: #6359B7;
}
</style>