Shades of Blue Stone #27696A
Tints of Blue Stone #27696A
RGB
CMYK
RGB Variations
Color information
#27696A (or 0x27696A) is known color: Blue Stone. HEX triplet: 27, 69 and 6A. RGB value is (39,105,106). Sum of RGB (Red+Green+Blue) = 39+105+106=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #27696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27696A is #D89695. Grayscale: #555555. Windows color (decimal): -14194326 or 6973735. OLE color: 6973735.
HSL color Cylindrical-coordinate representation of color #27696A: hue angle of 180.9º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27696A is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 105 | 106 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.58 |
| HSL | 180.9º | 0.46% | 0.28% | - |
| HSV(B) | 180.9º | 0.63% | 0.42% | - |
| XYZ | 8.49 | 11.58 | 15.42 | - |
| YUV | 85.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 106 | 0.63 | 0.01 | 0 | 0.58 | 180.9 | 0.46 | 0.28 |
| Hex | 27 | 69 | 6A | 3F | 1 | 0 | 3A | B5 | 2E | 1C |
| Octal | 47 | 151 | 152 | 77 | 1 | 0 | 72 | 265 | 56 | 34 |
| Binary | 100111 | 1101001 | 1101010 | 111111 | 1 | 0 | 111010 | 10110101 | 101110 | 11100 |
Color Harmonies of #27696A
Complementary color
Monochromatic Colors of #27696A
Black with #27696A
Text Example
Text Example
White with #27696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27696A; }
p { color: rgb(39,105,106); }
H1.HeaderClassName
{
color: #27696A;
}
.AnyTagClassName
{
color: #27696A;
}
</style>
background-color css
<style>
a { background-color: #27696A; }
a { background-color: rgb(39,105,106); }
div.DivClassName
{
background-color: #27696A;
}
.BgClassName
{
background-color: #27696A;
}
</style>
border-color css
<style>
span { border-color: #27696A; }
span { border-color: rgb(39,105,106); }
td.TdClassName
{
border-color: #27696A;
}
.TagClassName
{
border-color: #27696A;
}
</style>