Shades of Blue Stone #26696C
Tints of Blue Stone #26696C
RGB
CMYK
RGB Variations
Color information
#26696C (or 0x26696C) is known color: Blue Stone. HEX triplet: 26, 69 and 6C. RGB value is (38,105,108). Sum of RGB (Red+Green+Blue) = 38+105+108=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #26696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26696C is #D99693. Grayscale: #555555. Windows color (decimal): -14259860 or 7104806. OLE color: 7104806.
HSL color Cylindrical-coordinate representation of color #26696C: hue angle of 182.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26696C is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 105 | 108 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.58 |
| HSL | 182.57º | 0.48% | 0.29% | - |
| HSV(B) | 182.57º | 0.65% | 0.42% | - |
| XYZ | 8.56 | 11.6 | 15.97 | - |
| YUV | 85.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 108 | 0.65 | 0.03 | 0 | 0.58 | 182.57 | 0.48 | 0.29 |
| Hex | 26 | 69 | 6C | 41 | 3 | 0 | 3A | B7 | 30 | 1D |
| Octal | 46 | 151 | 154 | 101 | 3 | 0 | 72 | 267 | 60 | 35 |
| Binary | 100110 | 1101001 | 1101100 | 1000001 | 11 | 0 | 111010 | 10110111 | 110000 | 11101 |
Color Harmonies of #26696C
Complementary color
Monochromatic Colors of #26696C
Black with #26696C
Text Example
Text Example
White with #26696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26696C; }
p { color: rgb(38,105,108); }
H1.HeaderClassName
{
color: #26696C;
}
.AnyTagClassName
{
color: #26696C;
}
</style>
background-color css
<style>
a { background-color: #26696C; }
a { background-color: rgb(38,105,108); }
div.DivClassName
{
background-color: #26696C;
}
.BgClassName
{
background-color: #26696C;
}
</style>
border-color css
<style>
span { border-color: #26696C; }
span { border-color: rgb(38,105,108); }
td.TdClassName
{
border-color: #26696C;
}
.TagClassName
{
border-color: #26696C;
}
</style>