Shades of Blue Marguerite #635AB1
Tints of Blue Marguerite #635AB1
RGB
CMYK
RGB Variations
Color information
#635AB1 (or 0x635AB1) is known color: Blue Marguerite. HEX triplet: 63, 5A and B1. RGB value is (99,90,177). Sum of RGB (Red+Green+Blue) = 99+90+177=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #635AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AB1 is #9CA54E. Grayscale: #666666. Windows color (decimal): -10265935 or 11623011. OLE color: 11623011.
HSL color Cylindrical-coordinate representation of color #635AB1: hue angle of 246.21º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #635AB1 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 90 | 177 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.31 |
| HSL | 246.21º | 0.36% | 0.52% | - |
| HSV(B) | 246.21º | 0.49% | 0.69% | - |
| XYZ | 16.74 | 13.14 | 43.25 | - |
| YUV | 102.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 177 | 0.44 | 0.49 | 0 | 0.31 | 246.21 | 0.36 | 0.52 |
| Hex | 63 | 5A | B1 | 2C | 31 | 0 | 1F | F6 | 24 | 34 |
| Octal | 143 | 132 | 261 | 54 | 61 | 0 | 37 | 366 | 44 | 64 |
| Binary | 1100011 | 1011010 | 10110001 | 101100 | 110001 | 0 | 11111 | 11110110 | 100100 | 110100 |
Color Harmonies of #635AB1
Complementary color
Monochromatic Colors of #635AB1
Black with #635AB1
Text Example
Text Example
White with #635AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AB1; }
p { color: rgb(99,90,177); }
H1.HeaderClassName
{
color: #635AB1;
}
.AnyTagClassName
{
color: #635AB1;
}
</style>
background-color css
<style>
a { background-color: #635AB1; }
a { background-color: rgb(99,90,177); }
div.DivClassName
{
background-color: #635AB1;
}
.BgClassName
{
background-color: #635AB1;
}
</style>
border-color css
<style>
span { border-color: #635AB1; }
span { border-color: rgb(99,90,177); }
td.TdClassName
{
border-color: #635AB1;
}
.TagClassName
{
border-color: #635AB1;
}
</style>