Shades of Allports #09698D
Tints of Allports #09698D
RGB
CMYK
RGB Variations
Color information
#09698D (or 0x09698D) is known color: Allports. HEX triplet: 09, 69 and 8D. RGB value is (9,105,141). Sum of RGB (Red+Green+Blue) = 9+105+141=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #09698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09698D is #F69672. Grayscale: #505050. Windows color (decimal): -16160371 or 9267465. OLE color: 9267465.
HSL color Cylindrical-coordinate representation of color #09698D: hue angle of 196.36º 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 #09698D is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 105 | 141 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.45 |
| HSL | 196.36º | 0.88% | 0.29% | - |
| HSV(B) | 196.36º | 0.94% | 0.55% | - |
| XYZ | 9.97 | 12.08 | 27.01 | - |
| YUV | 80.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 141 | 0.94 | 0.26 | 0 | 0.45 | 196.36 | 0.88 | 0.29 |
| Hex | 9 | 69 | 8D | 5E | 1A | 0 | 2D | C4 | 58 | 1D |
| Octal | 11 | 151 | 215 | 136 | 32 | 0 | 55 | 304 | 130 | 35 |
| Binary | 1001 | 1101001 | 10001101 | 1011110 | 11010 | 0 | 101101 | 11000100 | 1011000 | 11101 |
Color Harmonies of #09698D
Complementary color
Monochromatic Colors of #09698D
Black with #09698D
Text Example
Text Example
White with #09698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09698D; }
p { color: rgb(9,105,141); }
H1.HeaderClassName
{
color: #09698D;
}
.AnyTagClassName
{
color: #09698D;
}
</style>
background-color css
<style>
a { background-color: #09698D; }
a { background-color: rgb(9,105,141); }
div.DivClassName
{
background-color: #09698D;
}
.BgClassName
{
background-color: #09698D;
}
</style>
border-color css
<style>
span { border-color: #09698D; }
span { border-color: rgb(9,105,141); }
td.TdClassName
{
border-color: #09698D;
}
.TagClassName
{
border-color: #09698D;
}
</style>