Shades of Allports #1C686F
Tints of Allports #1C686F
RGB
CMYK
RGB Variations
Color information
#1C686F (or 0x1C686F) is known color: Allports. HEX triplet: 1C, 68 and 6F. RGB value is (28,104,111). Sum of RGB (Red+Green+Blue) = 28+104+111=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C686F is #E39790. Grayscale: #515151. Windows color (decimal): -14915473 or 7301148. OLE color: 7301148.
HSL color Cylindrical-coordinate representation of color #1C686F: hue angle of 185.06º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C686F is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 104 | 111 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.56 |
| HSL | 185.06º | 0.6% | 0.27% | - |
| HSV(B) | 185.06º | 0.75% | 0.44% | - |
| XYZ | 8.3 | 11.3 | 16.78 | - |
| YUV | 82.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 111 | 0.75 | 0.06 | 0 | 0.56 | 185.06 | 0.6 | 0.27 |
| Hex | 1C | 68 | 6F | 4B | 6 | 0 | 38 | B9 | 3C | 1B |
| Octal | 34 | 150 | 157 | 113 | 6 | 0 | 70 | 271 | 74 | 33 |
| Binary | 11100 | 1101000 | 1101111 | 1001011 | 110 | 0 | 111000 | 10111001 | 111100 | 11011 |
Color Harmonies of #1C686F
Complementary color
Monochromatic Colors of #1C686F
Black with #1C686F
Text Example
Text Example
White with #1C686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C686F; }
p { color: rgb(28,104,111); }
H1.HeaderClassName
{
color: #1C686F;
}
.AnyTagClassName
{
color: #1C686F;
}
</style>
background-color css
<style>
a { background-color: #1C686F; }
a { background-color: rgb(28,104,111); }
div.DivClassName
{
background-color: #1C686F;
}
.BgClassName
{
background-color: #1C686F;
}
</style>
border-color css
<style>
span { border-color: #1C686F; }
span { border-color: rgb(28,104,111); }
td.TdClassName
{
border-color: #1C686F;
}
.TagClassName
{
border-color: #1C686F;
}
</style>