Shades of Allports #1C6D75
Tints of Allports #1C6D75
RGB
CMYK
RGB Variations
Color information
#1C6D75 (or 0x1C6D75) is known color: Allports. HEX triplet: 1C, 6D and 75. RGB value is (28,109,117). Sum of RGB (Red+Green+Blue) = 28+109+117=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C6D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6D75 is #E3928A. Grayscale: #555555. Windows color (decimal): -14914187 or 7695644. OLE color: 7695644.
HSL color Cylindrical-coordinate representation of color #1C6D75: hue angle of 185.39º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6D75 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 109 | 117 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.54 |
| HSL | 185.39º | 0.61% | 0.28% | - |
| HSV(B) | 185.39º | 0.76% | 0.46% | - |
| XYZ | 9.16 | 12.47 | 18.75 | - |
| YUV | 85.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 117 | 0.76 | 0.07 | 0 | 0.54 | 185.39 | 0.61 | 0.28 |
| Hex | 1C | 6D | 75 | 4C | 7 | 0 | 36 | B9 | 3D | 1C |
| Octal | 34 | 155 | 165 | 114 | 7 | 0 | 66 | 271 | 75 | 34 |
| Binary | 11100 | 1101101 | 1110101 | 1001100 | 111 | 0 | 110110 | 10111001 | 111101 | 11100 |
Color Harmonies of #1C6D75
Complementary color
Monochromatic Colors of #1C6D75
Black with #1C6D75
Text Example
Text Example
White with #1C6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6D75; }
p { color: rgb(28,109,117); }
H1.HeaderClassName
{
color: #1C6D75;
}
.AnyTagClassName
{
color: #1C6D75;
}
</style>
background-color css
<style>
a { background-color: #1C6D75; }
a { background-color: rgb(28,109,117); }
div.DivClassName
{
background-color: #1C6D75;
}
.BgClassName
{
background-color: #1C6D75;
}
</style>
border-color css
<style>
span { border-color: #1C6D75; }
span { border-color: rgb(28,109,117); }
td.TdClassName
{
border-color: #1C6D75;
}
.TagClassName
{
border-color: #1C6D75;
}
</style>