Shades of Allports #09688D
Tints of Allports #09688D
RGB
CMYK
RGB Variations
Color information
#09688D (or 0x09688D) is known color: Allports. HEX triplet: 09, 68 and 8D. RGB value is (9,104,141). Sum of RGB (Red+Green+Blue) = 9+104+141=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #09688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09688D is #F69772. Grayscale: #4F4F4F. Windows color (decimal): -16160627 or 9267209. OLE color: 9267209.
HSL color Cylindrical-coordinate representation of color #09688D: hue angle of 196.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09688D is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 104 | 141 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.45 |
| HSL | 196.82º | 0.88% | 0.29% | - |
| HSV(B) | 196.82º | 0.94% | 0.55% | - |
| XYZ | 9.87 | 11.88 | 26.97 | - |
| YUV | 79.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 141 | 0.94 | 0.26 | 0 | 0.45 | 196.82 | 0.88 | 0.29 |
| Hex | 9 | 68 | 8D | 5E | 1A | 0 | 2D | C5 | 58 | 1D |
| Octal | 11 | 150 | 215 | 136 | 32 | 0 | 55 | 305 | 130 | 35 |
| Binary | 1001 | 1101000 | 10001101 | 1011110 | 11010 | 0 | 101101 | 11000101 | 1011000 | 11101 |
Color Harmonies of #09688D
Complementary color
Monochromatic Colors of #09688D
Black with #09688D
Text Example
Text Example
White with #09688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09688D; }
p { color: rgb(9,104,141); }
H1.HeaderClassName
{
color: #09688D;
}
.AnyTagClassName
{
color: #09688D;
}
</style>
background-color css
<style>
a { background-color: #09688D; }
a { background-color: rgb(9,104,141); }
div.DivClassName
{
background-color: #09688D;
}
.BgClassName
{
background-color: #09688D;
}
</style>
border-color css
<style>
span { border-color: #09688D; }
span { border-color: rgb(9,104,141); }
td.TdClassName
{
border-color: #09688D;
}
.TagClassName
{
border-color: #09688D;
}
</style>