Shades of Allports #15646F
Tints of Allports #15646F
RGB
CMYK
RGB Variations
Color information
#15646F (or 0x15646F) is known color: Allports. HEX triplet: 15, 64 and 6F. RGB value is (21,100,111). Sum of RGB (Red+Green+Blue) = 21+100+111=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #15646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646F is #EA9B90. Grayscale: #4D4D4D. Windows color (decimal): -15375249 or 7300117. OLE color: 7300117.
HSL color Cylindrical-coordinate representation of color #15646F: hue angle of 187.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15646F is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 100 | 111 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.56 |
| HSL | 187.33º | 0.68% | 0.26% | - |
| HSV(B) | 187.33º | 0.81% | 0.44% | - |
| XYZ | 7.74 | 10.42 | 16.64 | - |
| YUV | 77.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 111 | 0.81 | 0.10 | 0 | 0.56 | 187.33 | 0.68 | 0.26 |
| Hex | 15 | 64 | 6F | 51 | A | 0 | 38 | BB | 44 | 1A |
| Octal | 25 | 144 | 157 | 121 | 12 | 0 | 70 | 273 | 104 | 32 |
| Binary | 10101 | 1100100 | 1101111 | 1010001 | 1010 | 0 | 111000 | 10111011 | 1000100 | 11010 |
Color Harmonies of #15646F
Complementary color
Monochromatic Colors of #15646F
Black with #15646F
Text Example
Text Example
White with #15646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15646F; }
p { color: rgb(21,100,111); }
H1.HeaderClassName
{
color: #15646F;
}
.AnyTagClassName
{
color: #15646F;
}
</style>
background-color css
<style>
a { background-color: #15646F; }
a { background-color: rgb(21,100,111); }
div.DivClassName
{
background-color: #15646F;
}
.BgClassName
{
background-color: #15646F;
}
</style>
border-color css
<style>
span { border-color: #15646F; }
span { border-color: rgb(21,100,111); }
td.TdClassName
{
border-color: #15646F;
}
.TagClassName
{
border-color: #15646F;
}
</style>