Shades of Allports #1D6B75
Tints of Allports #1D6B75
RGB
CMYK
RGB Variations
Color information
#1D6B75 (or 0x1D6B75) is known color: Allports. HEX triplet: 1D, 6B and 75. RGB value is (29,107,117). Sum of RGB (Red+Green+Blue) = 29+107+117=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D6B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B75 is #E2948A. Grayscale: #545454. Windows color (decimal): -14849163 or 7695133. OLE color: 7695133.
HSL color Cylindrical-coordinate representation of color #1D6B75: hue angle of 186.82º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6B75 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 107 | 117 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.54 |
| HSL | 186.82º | 0.6% | 0.29% | - |
| HSV(B) | 186.82º | 0.75% | 0.46% | - |
| XYZ | 8.98 | 12.06 | 18.68 | - |
| YUV | 84.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 117 | 0.75 | 0.09 | 0 | 0.54 | 186.82 | 0.6 | 0.29 |
| Hex | 1D | 6B | 75 | 4B | 9 | 0 | 36 | BB | 3C | 1D |
| Octal | 35 | 153 | 165 | 113 | 11 | 0 | 66 | 273 | 74 | 35 |
| Binary | 11101 | 1101011 | 1110101 | 1001011 | 1001 | 0 | 110110 | 10111011 | 111100 | 11101 |
Color Harmonies of #1D6B75
Complementary color
Monochromatic Colors of #1D6B75
Black with #1D6B75
Text Example
Text Example
White with #1D6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B75; }
p { color: rgb(29,107,117); }
H1.HeaderClassName
{
color: #1D6B75;
}
.AnyTagClassName
{
color: #1D6B75;
}
</style>
background-color css
<style>
a { background-color: #1D6B75; }
a { background-color: rgb(29,107,117); }
div.DivClassName
{
background-color: #1D6B75;
}
.BgClassName
{
background-color: #1D6B75;
}
</style>
border-color css
<style>
span { border-color: #1D6B75; }
span { border-color: rgb(29,107,117); }
td.TdClassName
{
border-color: #1D6B75;
}
.TagClassName
{
border-color: #1D6B75;
}
</style>