Shades of Blue Marguerite #635CBB
Tints of Blue Marguerite #635CBB
RGB
CMYK
RGB Variations
Color information
#635CBB (or 0x635CBB) is known color: Blue Marguerite. HEX triplet: 63, 5C and BB. RGB value is (99,92,187). Sum of RGB (Red+Green+Blue) = 99+92+187=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #635CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CBB is #9CA344. Grayscale: #686868. Windows color (decimal): -10265413 or 12278883. OLE color: 12278883.
HSL color Cylindrical-coordinate representation of color #635CBB: hue angle of 244.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635CBB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 92 | 187 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.27 |
| HSL | 244.42º | 0.41% | 0.55% | - |
| HSV(B) | 244.42º | 0.51% | 0.73% | - |
| XYZ | 17.94 | 13.89 | 48.75 | - |
| YUV | 104.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 187 | 0.47 | 0.51 | 0 | 0.27 | 244.42 | 0.41 | 0.55 |
| Hex | 63 | 5C | BB | 2F | 33 | 0 | 1B | F4 | 29 | 37 |
| Octal | 143 | 134 | 273 | 57 | 63 | 0 | 33 | 364 | 51 | 67 |
| Binary | 1100011 | 1011100 | 10111011 | 101111 | 110011 | 0 | 11011 | 11110100 | 101001 | 110111 |
Color Harmonies of #635CBB
Complementary color
Monochromatic Colors of #635CBB
Black with #635CBB
Text Example
Text Example
White with #635CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CBB; }
p { color: rgb(99,92,187); }
H1.HeaderClassName
{
color: #635CBB;
}
.AnyTagClassName
{
color: #635CBB;
}
</style>
background-color css
<style>
a { background-color: #635CBB; }
a { background-color: rgb(99,92,187); }
div.DivClassName
{
background-color: #635CBB;
}
.BgClassName
{
background-color: #635CBB;
}
</style>
border-color css
<style>
span { border-color: #635CBB; }
span { border-color: rgb(99,92,187); }
td.TdClassName
{
border-color: #635CBB;
}
.TagClassName
{
border-color: #635CBB;
}
</style>