Shades of Allports #09688A
Tints of Allports #09688A
RGB
CMYK
RGB Variations
Color information
#09688A (or 0x09688A) is known color: Allports. HEX triplet: 09, 68 and 8A. RGB value is (9,104,138). Sum of RGB (Red+Green+Blue) = 9+104+138=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #09688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09688A is #F69775. Grayscale: #4F4F4F. Windows color (decimal): -16160630 or 9070601. OLE color: 9070601.
HSL color Cylindrical-coordinate representation of color #09688A: hue angle of 195.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09688A is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 104 | 138 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.46 |
| HSL | 195.81º | 0.88% | 0.29% | - |
| HSV(B) | 195.81º | 0.93% | 0.54% | - |
| XYZ | 9.65 | 11.79 | 25.81 | - |
| YUV | 79.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 138 | 0.93 | 0.25 | 0 | 0.46 | 195.81 | 0.88 | 0.29 |
| Hex | 9 | 68 | 8A | 5D | 19 | 0 | 2E | C4 | 58 | 1D |
| Octal | 11 | 150 | 212 | 135 | 31 | 0 | 56 | 304 | 130 | 35 |
| Binary | 1001 | 1101000 | 10001010 | 1011101 | 11001 | 0 | 101110 | 11000100 | 1011000 | 11101 |
Color Harmonies of #09688A
Complementary color
Monochromatic Colors of #09688A
Black with #09688A
Text Example
Text Example
White with #09688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09688A; }
p { color: rgb(9,104,138); }
H1.HeaderClassName
{
color: #09688A;
}
.AnyTagClassName
{
color: #09688A;
}
</style>
background-color css
<style>
a { background-color: #09688A; }
a { background-color: rgb(9,104,138); }
div.DivClassName
{
background-color: #09688A;
}
.BgClassName
{
background-color: #09688A;
}
</style>
border-color css
<style>
span { border-color: #09688A; }
span { border-color: rgb(9,104,138); }
td.TdClassName
{
border-color: #09688A;
}
.TagClassName
{
border-color: #09688A;
}
</style>