Shades of Allports #27666D
Tints of Allports #27666D
RGB
CMYK
RGB Variations
Color information
#27666D (or 0x27666D) is known color: Allports. HEX triplet: 27, 66 and 6D. RGB value is (39,102,109). Sum of RGB (Red+Green+Blue) = 39+102+109=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #27666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27666D is #D89992. Grayscale: #535353. Windows color (decimal): -14195091 or 7169575. OLE color: 7169575.
HSL color Cylindrical-coordinate representation of color #27666D: hue angle of 186º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27666D is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 102 | 109 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.57 |
| HSL | 186º | 0.47% | 0.29% | - |
| HSV(B) | 186º | 0.64% | 0.43% | - |
| XYZ | 8.35 | 11.04 | 16.16 | - |
| YUV | 83.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 109 | 0.64 | 0.06 | 0 | 0.57 | 186 | 0.47 | 0.29 |
| Hex | 27 | 66 | 6D | 40 | 6 | 0 | 39 | BA | 2F | 1D |
| Octal | 47 | 146 | 155 | 100 | 6 | 0 | 71 | 272 | 57 | 35 |
| Binary | 100111 | 1100110 | 1101101 | 1000000 | 110 | 0 | 111001 | 10111010 | 101111 | 11101 |
Color Harmonies of #27666D
Complementary color
Monochromatic Colors of #27666D
Black with #27666D
Text Example
Text Example
White with #27666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27666D; }
p { color: rgb(39,102,109); }
H1.HeaderClassName
{
color: #27666D;
}
.AnyTagClassName
{
color: #27666D;
}
</style>
background-color css
<style>
a { background-color: #27666D; }
a { background-color: rgb(39,102,109); }
div.DivClassName
{
background-color: #27666D;
}
.BgClassName
{
background-color: #27666D;
}
</style>
border-color css
<style>
span { border-color: #27666D; }
span { border-color: rgb(39,102,109); }
td.TdClassName
{
border-color: #27666D;
}
.TagClassName
{
border-color: #27666D;
}
</style>