Shades of Allports #09668A
Tints of Allports #09668A
RGB
CMYK
RGB Variations
Color information
#09668A (or 0x09668A) is known color: Allports. HEX triplet: 09, 66 and 8A. RGB value is (9,102,138). Sum of RGB (Red+Green+Blue) = 9+102+138=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #09668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09668A is #F69975. Grayscale: #4E4E4E. Windows color (decimal): -16161142 or 9070089. OLE color: 9070089.
HSL color Cylindrical-coordinate representation of color #09668A: hue angle of 196.74º 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 #09668A is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 102 | 138 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.46 |
| HSL | 196.74º | 0.88% | 0.29% | - |
| HSV(B) | 196.74º | 0.93% | 0.54% | - |
| XYZ | 9.45 | 11.4 | 25.75 | - |
| YUV | 78.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 138 | 0.93 | 0.26 | 0 | 0.46 | 196.74 | 0.88 | 0.29 |
| Hex | 9 | 66 | 8A | 5D | 1A | 0 | 2E | C5 | 58 | 1D |
| Octal | 11 | 146 | 212 | 135 | 32 | 0 | 56 | 305 | 130 | 35 |
| Binary | 1001 | 1100110 | 10001010 | 1011101 | 11010 | 0 | 101110 | 11000101 | 1011000 | 11101 |
Color Harmonies of #09668A
Complementary color
Monochromatic Colors of #09668A
Black with #09668A
Text Example
Text Example
White with #09668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09668A; }
p { color: rgb(9,102,138); }
H1.HeaderClassName
{
color: #09668A;
}
.AnyTagClassName
{
color: #09668A;
}
</style>
background-color css
<style>
a { background-color: #09668A; }
a { background-color: rgb(9,102,138); }
div.DivClassName
{
background-color: #09668A;
}
.BgClassName
{
background-color: #09668A;
}
</style>
border-color css
<style>
span { border-color: #09668A; }
span { border-color: rgb(9,102,138); }
td.TdClassName
{
border-color: #09668A;
}
.TagClassName
{
border-color: #09668A;
}
</style>