Shades of Allports #09688B
Tints of Allports #09688B
RGB
CMYK
RGB Variations
Color information
#09688B (or 0x09688B) is known color: Allports. HEX triplet: 09, 68 and 8B. RGB value is (9,104,139). Sum of RGB (Red+Green+Blue) = 9+104+139=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #09688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09688B is #F69774. Grayscale: #4F4F4F. Windows color (decimal): -16160629 or 9136137. OLE color: 9136137.
HSL color Cylindrical-coordinate representation of color #09688B: hue angle of 196.15º 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 #09688B is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 104 | 139 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.45 |
| HSL | 196.15º | 0.88% | 0.29% | - |
| HSV(B) | 196.15º | 0.94% | 0.55% | - |
| XYZ | 9.72 | 11.82 | 26.2 | - |
| YUV | 79.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 139 | 0.94 | 0.25 | 0 | 0.45 | 196.15 | 0.88 | 0.29 |
| Hex | 9 | 68 | 8B | 5E | 19 | 0 | 2D | C4 | 58 | 1D |
| Octal | 11 | 150 | 213 | 136 | 31 | 0 | 55 | 304 | 130 | 35 |
| Binary | 1001 | 1101000 | 10001011 | 1011110 | 11001 | 0 | 101101 | 11000100 | 1011000 | 11101 |
Color Harmonies of #09688B
Complementary color
Monochromatic Colors of #09688B
Black with #09688B
Text Example
Text Example
White with #09688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09688B; }
p { color: rgb(9,104,139); }
H1.HeaderClassName
{
color: #09688B;
}
.AnyTagClassName
{
color: #09688B;
}
</style>
background-color css
<style>
a { background-color: #09688B; }
a { background-color: rgb(9,104,139); }
div.DivClassName
{
background-color: #09688B;
}
.BgClassName
{
background-color: #09688B;
}
</style>
border-color css
<style>
span { border-color: #09688B; }
span { border-color: rgb(9,104,139); }
td.TdClassName
{
border-color: #09688B;
}
.TagClassName
{
border-color: #09688B;
}
</style>