Shades of Atoll #266E6F
Tints of Atoll #266E6F
RGB
CMYK
RGB Variations
Color information
#266E6F (or 0x266E6F) is known color: Atoll. HEX triplet: 26, 6E and 6F. RGB value is (38,110,111). Sum of RGB (Red+Green+Blue) = 38+110+111=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #266E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E6F is #D99190. Grayscale: #585858. Windows color (decimal): -14258577 or 7302694. OLE color: 7302694.
HSL color Cylindrical-coordinate representation of color #266E6F: hue angle of 180.82º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266E6F is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 110 | 111 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.56 |
| HSL | 180.82º | 0.49% | 0.29% | - |
| HSV(B) | 180.82º | 0.66% | 0.44% | - |
| XYZ | 9.24 | 12.71 | 17.01 | - |
| YUV | 88.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 111 | 0.66 | 0.01 | 0 | 0.56 | 180.82 | 0.49 | 0.29 |
| Hex | 26 | 6E | 6F | 42 | 1 | 0 | 38 | B5 | 31 | 1D |
| Octal | 46 | 156 | 157 | 102 | 1 | 0 | 70 | 265 | 61 | 35 |
| Binary | 100110 | 1101110 | 1101111 | 1000010 | 1 | 0 | 111000 | 10110101 | 110001 | 11101 |
Color Harmonies of #266E6F
Complementary color
Monochromatic Colors of #266E6F
Black with #266E6F
Text Example
Text Example
White with #266E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E6F; }
p { color: rgb(38,110,111); }
H1.HeaderClassName
{
color: #266E6F;
}
.AnyTagClassName
{
color: #266E6F;
}
</style>
background-color css
<style>
a { background-color: #266E6F; }
a { background-color: rgb(38,110,111); }
div.DivClassName
{
background-color: #266E6F;
}
.BgClassName
{
background-color: #266E6F;
}
</style>
border-color css
<style>
span { border-color: #266E6F; }
span { border-color: rgb(38,110,111); }
td.TdClassName
{
border-color: #266E6F;
}
.TagClassName
{
border-color: #266E6F;
}
</style>