Shades of Blue Marguerite #635ABC
Tints of Blue Marguerite #635ABC
RGB
CMYK
RGB Variations
Color information
#635ABC (or 0x635ABC) is known color: Blue Marguerite. HEX triplet: 63, 5A and BC. RGB value is (99,90,188). Sum of RGB (Red+Green+Blue) = 99+90+188=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #635ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ABC is #9CA543. Grayscale: #676767. Windows color (decimal): -10265924 or 12343907. OLE color: 12343907.
HSL color Cylindrical-coordinate representation of color #635ABC: hue angle of 245.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #635ABC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 90 | 188 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.26 |
| HSL | 245.51º | 0.42% | 0.55% | - |
| HSV(B) | 245.51º | 0.52% | 0.74% | - |
| XYZ | 17.88 | 13.6 | 49.26 | - |
| YUV | 103.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 188 | 0.47 | 0.52 | 0 | 0.26 | 245.51 | 0.42 | 0.55 |
| Hex | 63 | 5A | BC | 2F | 34 | 0 | 1A | F6 | 2A | 37 |
| Octal | 143 | 132 | 274 | 57 | 64 | 0 | 32 | 366 | 52 | 67 |
| Binary | 1100011 | 1011010 | 10111100 | 101111 | 110100 | 0 | 11010 | 11110110 | 101010 | 110111 |
Color Harmonies of #635ABC
Complementary color
Monochromatic Colors of #635ABC
Black with #635ABC
Text Example
Text Example
White with #635ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635ABC; }
p { color: rgb(99,90,188); }
H1.HeaderClassName
{
color: #635ABC;
}
.AnyTagClassName
{
color: #635ABC;
}
</style>
background-color css
<style>
a { background-color: #635ABC; }
a { background-color: rgb(99,90,188); }
div.DivClassName
{
background-color: #635ABC;
}
.BgClassName
{
background-color: #635ABC;
}
</style>
border-color css
<style>
span { border-color: #635ABC; }
span { border-color: rgb(99,90,188); }
td.TdClassName
{
border-color: #635ABC;
}
.TagClassName
{
border-color: #635ABC;
}
</style>