Shades of Blue Marguerite #635AB3
Tints of Blue Marguerite #635AB3
RGB
CMYK
RGB Variations
Color information
#635AB3 (or 0x635AB3) is known color: Blue Marguerite. HEX triplet: 63, 5A and B3. RGB value is (99,90,179). Sum of RGB (Red+Green+Blue) = 99+90+179=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #635AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635AB3 is #9CA54C. Grayscale: #666666. Windows color (decimal): -10265933 or 11754083. OLE color: 11754083.
HSL color Cylindrical-coordinate representation of color #635AB3: hue angle of 246.07º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #635AB3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 90 | 179 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.30 |
| HSL | 246.07º | 0.37% | 0.53% | - |
| HSV(B) | 246.07º | 0.5% | 0.7% | - |
| XYZ | 16.94 | 13.22 | 44.31 | - |
| YUV | 102.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 179 | 0.45 | 0.50 | 0 | 0.30 | 246.07 | 0.37 | 0.53 |
| Hex | 63 | 5A | B3 | 2D | 32 | 0 | 1E | F6 | 25 | 35 |
| Octal | 143 | 132 | 263 | 55 | 62 | 0 | 36 | 366 | 45 | 65 |
| Binary | 1100011 | 1011010 | 10110011 | 101101 | 110010 | 0 | 11110 | 11110110 | 100101 | 110101 |
Color Harmonies of #635AB3
Complementary color
Monochromatic Colors of #635AB3
Black with #635AB3
Text Example
Text Example
White with #635AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AB3; }
p { color: rgb(99,90,179); }
H1.HeaderClassName
{
color: #635AB3;
}
.AnyTagClassName
{
color: #635AB3;
}
</style>
background-color css
<style>
a { background-color: #635AB3; }
a { background-color: rgb(99,90,179); }
div.DivClassName
{
background-color: #635AB3;
}
.BgClassName
{
background-color: #635AB3;
}
</style>
border-color css
<style>
span { border-color: #635AB3; }
span { border-color: rgb(99,90,179); }
td.TdClassName
{
border-color: #635AB3;
}
.TagClassName
{
border-color: #635AB3;
}
</style>