Shades of Blue Stone #266C66
Tints of Blue Stone #266C66
RGB
CMYK
RGB Variations
Color information
#266C66 (or 0x266C66) is known color: Blue Stone. HEX triplet: 26, 6C and 66. RGB value is (38,108,102). Sum of RGB (Red+Green+Blue) = 38+108+102=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #266C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C66 is #D99399. Grayscale: #565656. Windows color (decimal): -14259098 or 6712358. OLE color: 6712358.
HSL color Cylindrical-coordinate representation of color #266C66: hue angle of 174.86º 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 #266C66 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 102 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.58 |
| HSL | 174.86º | 0.48% | 0.29% | - |
| HSV(B) | 174.86º | 0.65% | 0.42% | - |
| XYZ | 8.56 | 12.1 | 14.45 | - |
| YUV | 86.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 102 | 0.65 | 0 | 0.06 | 0.58 | 174.86 | 0.48 | 0.29 |
| Hex | 26 | 6C | 66 | 41 | 0 | 6 | 3A | AF | 30 | 1D |
| Octal | 46 | 154 | 146 | 101 | 0 | 6 | 72 | 257 | 60 | 35 |
| Binary | 100110 | 1101100 | 1100110 | 1000001 | 0 | 110 | 111010 | 10101111 | 110000 | 11101 |
Color Harmonies of #266C66
Complementary color
Monochromatic Colors of #266C66
Black with #266C66
Text Example
Text Example
White with #266C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C66; }
p { color: rgb(38,108,102); }
H1.HeaderClassName
{
color: #266C66;
}
.AnyTagClassName
{
color: #266C66;
}
</style>
background-color css
<style>
a { background-color: #266C66; }
a { background-color: rgb(38,108,102); }
div.DivClassName
{
background-color: #266C66;
}
.BgClassName
{
background-color: #266C66;
}
</style>
border-color css
<style>
span { border-color: #266C66; }
span { border-color: rgb(38,108,102); }
td.TdClassName
{
border-color: #266C66;
}
.TagClassName
{
border-color: #266C66;
}
</style>