Shades of Blue Stone #266B69
Tints of Blue Stone #266B69
RGB
CMYK
RGB Variations
Color information
#266B69 (or 0x266B69) is known color: Blue Stone. HEX triplet: 26, 6B and 69. RGB value is (38,107,105). Sum of RGB (Red+Green+Blue) = 38+107+105=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #266B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B69 is #D99496. Grayscale: #565656. Windows color (decimal): -14259351 or 6908710. OLE color: 6908710.
HSL color Cylindrical-coordinate representation of color #266B69: hue angle of 178.26º 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 #266B69 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 105 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.58 |
| HSL | 178.26º | 0.48% | 0.28% | - |
| HSV(B) | 178.26º | 0.64% | 0.42% | - |
| XYZ | 8.61 | 11.95 | 15.22 | - |
| YUV | 86.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 105 | 0.64 | 0 | 0.02 | 0.58 | 178.26 | 0.48 | 0.28 |
| Hex | 26 | 6B | 69 | 40 | 0 | 2 | 3A | B2 | 30 | 1C |
| Octal | 46 | 153 | 151 | 100 | 0 | 2 | 72 | 262 | 60 | 34 |
| Binary | 100110 | 1101011 | 1101001 | 1000000 | 0 | 10 | 111010 | 10110010 | 110000 | 11100 |
Color Harmonies of #266B69
Complementary color
Monochromatic Colors of #266B69
Black with #266B69
Text Example
Text Example
White with #266B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B69; }
p { color: rgb(38,107,105); }
H1.HeaderClassName
{
color: #266B69;
}
.AnyTagClassName
{
color: #266B69;
}
</style>
background-color css
<style>
a { background-color: #266B69; }
a { background-color: rgb(38,107,105); }
div.DivClassName
{
background-color: #266B69;
}
.BgClassName
{
background-color: #266B69;
}
</style>
border-color css
<style>
span { border-color: #266B69; }
span { border-color: rgb(38,107,105); }
td.TdClassName
{
border-color: #266B69;
}
.TagClassName
{
border-color: #266B69;
}
</style>