Shades of Blue Stone #26696B
Tints of Blue Stone #26696B
RGB
CMYK
RGB Variations
Color information
#26696B (or 0x26696B) is known color: Blue Stone. HEX triplet: 26, 69 and 6B. RGB value is (38,105,107). Sum of RGB (Red+Green+Blue) = 38+105+107=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #26696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26696B is #D99694. Grayscale: #555555. Windows color (decimal): -14259861 or 7039270. OLE color: 7039270.
HSL color Cylindrical-coordinate representation of color #26696B: hue angle of 181.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26696B is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 105 | 107 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.58 |
| HSL | 181.74º | 0.48% | 0.28% | - |
| HSV(B) | 181.74º | 0.64% | 0.42% | - |
| XYZ | 8.5 | 11.58 | 15.7 | - |
| YUV | 85.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 107 | 0.64 | 0.02 | 0 | 0.58 | 181.74 | 0.48 | 0.28 |
| Hex | 26 | 69 | 6B | 40 | 2 | 0 | 3A | B6 | 30 | 1C |
| Octal | 46 | 151 | 153 | 100 | 2 | 0 | 72 | 266 | 60 | 34 |
| Binary | 100110 | 1101001 | 1101011 | 1000000 | 10 | 0 | 111010 | 10110110 | 110000 | 11100 |
Color Harmonies of #26696B
Complementary color
Monochromatic Colors of #26696B
Black with #26696B
Text Example
Text Example
White with #26696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26696B; }
p { color: rgb(38,105,107); }
H1.HeaderClassName
{
color: #26696B;
}
.AnyTagClassName
{
color: #26696B;
}
</style>
background-color css
<style>
a { background-color: #26696B; }
a { background-color: rgb(38,105,107); }
div.DivClassName
{
background-color: #26696B;
}
.BgClassName
{
background-color: #26696B;
}
</style>
border-color css
<style>
span { border-color: #26696B; }
span { border-color: rgb(38,105,107); }
td.TdClassName
{
border-color: #26696B;
}
.TagClassName
{
border-color: #26696B;
}
</style>