Shades of Atoll #286C6D
Tints of Atoll #286C6D
RGB
CMYK
RGB Variations
Color information
#286C6D (or 0x286C6D) is known color: Atoll. HEX triplet: 28, 6C and 6D. RGB value is (40,108,109). Sum of RGB (Red+Green+Blue) = 40+108+109=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #286C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C6D is #D79392. Grayscale: #575757. Windows color (decimal): -14128019 or 7171112. OLE color: 7171112.
HSL color Cylindrical-coordinate representation of color #286C6D: hue angle of 180.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C6D is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 108 | 109 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.57 |
| HSL | 180.87º | 0.46% | 0.29% | - |
| HSV(B) | 180.87º | 0.63% | 0.43% | - |
| XYZ | 9 | 12.28 | 16.36 | - |
| YUV | 87.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 109 | 0.63 | 0.01 | 0 | 0.57 | 180.87 | 0.46 | 0.29 |
| Hex | 28 | 6C | 6D | 3F | 1 | 0 | 39 | B5 | 2E | 1D |
| Octal | 50 | 154 | 155 | 77 | 1 | 0 | 71 | 265 | 56 | 35 |
| Binary | 101000 | 1101100 | 1101101 | 111111 | 1 | 0 | 111001 | 10110101 | 101110 | 11101 |
Color Harmonies of #286C6D
Complementary color
Monochromatic Colors of #286C6D
Black with #286C6D
Text Example
Text Example
White with #286C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C6D; }
p { color: rgb(40,108,109); }
H1.HeaderClassName
{
color: #286C6D;
}
.AnyTagClassName
{
color: #286C6D;
}
</style>
background-color css
<style>
a { background-color: #286C6D; }
a { background-color: rgb(40,108,109); }
div.DivClassName
{
background-color: #286C6D;
}
.BgClassName
{
background-color: #286C6D;
}
</style>
border-color css
<style>
span { border-color: #286C6D; }
span { border-color: rgb(40,108,109); }
td.TdClassName
{
border-color: #286C6D;
}
.TagClassName
{
border-color: #286C6D;
}
</style>