Shades of Allports #25666C
Tints of Allports #25666C
RGB
CMYK
RGB Variations
Color information
#25666C (or 0x25666C) is known color: Allports. HEX triplet: 25, 66 and 6C. RGB value is (37,102,108). Sum of RGB (Red+Green+Blue) = 37+102+108=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #25666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25666C is #DA9993. Grayscale: #535353. Windows color (decimal): -14326164 or 7104037. OLE color: 7104037.
HSL color Cylindrical-coordinate representation of color #25666C: hue angle of 185.07º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25666C is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 102 | 108 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.58 |
| HSL | 185.07º | 0.49% | 0.28% | - |
| HSV(B) | 185.07º | 0.66% | 0.42% | - |
| XYZ | 8.22 | 10.98 | 15.87 | - |
| YUV | 83.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 108 | 0.66 | 0.06 | 0 | 0.58 | 185.07 | 0.49 | 0.28 |
| Hex | 25 | 66 | 6C | 42 | 6 | 0 | 3A | B9 | 31 | 1C |
| Octal | 45 | 146 | 154 | 102 | 6 | 0 | 72 | 271 | 61 | 34 |
| Binary | 100101 | 1100110 | 1101100 | 1000010 | 110 | 0 | 111010 | 10111001 | 110001 | 11100 |
Color Harmonies of #25666C
Complementary color
Monochromatic Colors of #25666C
Black with #25666C
Text Example
Text Example
White with #25666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25666C; }
p { color: rgb(37,102,108); }
H1.HeaderClassName
{
color: #25666C;
}
.AnyTagClassName
{
color: #25666C;
}
</style>
background-color css
<style>
a { background-color: #25666C; }
a { background-color: rgb(37,102,108); }
div.DivClassName
{
background-color: #25666C;
}
.BgClassName
{
background-color: #25666C;
}
</style>
border-color css
<style>
span { border-color: #25666C; }
span { border-color: rgb(37,102,108); }
td.TdClassName
{
border-color: #25666C;
}
.TagClassName
{
border-color: #25666C;
}
</style>