Shades of Blue Stone #266B6A
Tints of Blue Stone #266B6A
RGB
CMYK
RGB Variations
Color information
#266B6A (or 0x266B6A) is known color: Blue Stone. HEX triplet: 26, 6B and 6A. RGB value is (38,107,106). Sum of RGB (Red+Green+Blue) = 38+107+106=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #266B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B6A is #D99495. Grayscale: #565656. Windows color (decimal): -14259350 or 6974246. OLE color: 6974246.
HSL color Cylindrical-coordinate representation of color #266B6A: hue angle of 179.13º 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 #266B6A is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 106 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.58 |
| HSL | 179.13º | 0.48% | 0.28% | - |
| HSV(B) | 179.13º | 0.64% | 0.42% | - |
| XYZ | 8.66 | 11.97 | 15.49 | - |
| YUV | 86.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 106 | 0.64 | 0 | 0.01 | 0.58 | 179.13 | 0.48 | 0.28 |
| Hex | 26 | 6B | 6A | 40 | 0 | 1 | 3A | B3 | 30 | 1C |
| Octal | 46 | 153 | 152 | 100 | 0 | 1 | 72 | 263 | 60 | 34 |
| Binary | 100110 | 1101011 | 1101010 | 1000000 | 0 | 1 | 111010 | 10110011 | 110000 | 11100 |
Color Harmonies of #266B6A
Complementary color
Monochromatic Colors of #266B6A
Black with #266B6A
Text Example
Text Example
White with #266B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B6A; }
p { color: rgb(38,107,106); }
H1.HeaderClassName
{
color: #266B6A;
}
.AnyTagClassName
{
color: #266B6A;
}
</style>
background-color css
<style>
a { background-color: #266B6A; }
a { background-color: rgb(38,107,106); }
div.DivClassName
{
background-color: #266B6A;
}
.BgClassName
{
background-color: #266B6A;
}
</style>
border-color css
<style>
span { border-color: #266B6A; }
span { border-color: rgb(38,107,106); }
td.TdClassName
{
border-color: #266B6A;
}
.TagClassName
{
border-color: #266B6A;
}
</style>