Shades of Blue Stone #11635A
Tints of Blue Stone #11635A
RGB
CMYK
RGB Variations
Color information
#11635A (or 0x11635A) is known color: Blue Stone. HEX triplet: 11, 63 and 5A. RGB value is (17,99,90). Sum of RGB (Red+Green+Blue) = 17+99+90=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #11635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11635A is #EE9CA5. Grayscale: #494949. Windows color (decimal): -15637670 or 5923601. OLE color: 5923601.
HSL color Cylindrical-coordinate representation of color #11635A: hue angle of 173.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11635A is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 90 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.61 |
| HSL | 173.41º | 0.71% | 0.23% | - |
| HSV(B) | 173.41º | 0.83% | 0.39% | - |
| XYZ | 6.54 | 9.78 | 11.22 | - |
| YUV | 73.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 90 | 0.83 | 0 | 0.09 | 0.61 | 173.41 | 0.71 | 0.23 |
| Hex | 11 | 63 | 5A | 53 | 0 | 9 | 3D | AD | 47 | 17 |
| Octal | 21 | 143 | 132 | 123 | 0 | 11 | 75 | 255 | 107 | 27 |
| Binary | 10001 | 1100011 | 1011010 | 1010011 | 0 | 1001 | 111101 | 10101101 | 1000111 | 10111 |
Color Harmonies of #11635A
Complementary color
Monochromatic Colors of #11635A
Black with #11635A
Text Example
Text Example
White with #11635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11635A; }
p { color: rgb(17,99,90); }
H1.HeaderClassName
{
color: #11635A;
}
.AnyTagClassName
{
color: #11635A;
}
</style>
background-color css
<style>
a { background-color: #11635A; }
a { background-color: rgb(17,99,90); }
div.DivClassName
{
background-color: #11635A;
}
.BgClassName
{
background-color: #11635A;
}
</style>
border-color css
<style>
span { border-color: #11635A; }
span { border-color: rgb(17,99,90); }
td.TdClassName
{
border-color: #11635A;
}
.TagClassName
{
border-color: #11635A;
}
</style>