Shades of Allports #09678C
Tints of Allports #09678C
RGB
CMYK
RGB Variations
Color information
#09678C (or 0x09678C) is known color: Allports. HEX triplet: 09, 67 and 8C. RGB value is (9,103,140). Sum of RGB (Red+Green+Blue) = 9+103+140=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #09678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09678C is #F69873. Grayscale: #4E4E4E. Windows color (decimal): -16160884 or 9201417. OLE color: 9201417.
HSL color Cylindrical-coordinate representation of color #09678C: hue angle of 196.95º 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 #09678C is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 103 | 140 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.45 |
| HSL | 196.95º | 0.88% | 0.29% | - |
| HSV(B) | 196.95º | 0.94% | 0.55% | - |
| XYZ | 9.7 | 11.65 | 26.55 | - |
| YUV | 79.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 140 | 0.94 | 0.26 | 0 | 0.45 | 196.95 | 0.88 | 0.29 |
| Hex | 9 | 67 | 8C | 5E | 1A | 0 | 2D | C5 | 58 | 1D |
| Octal | 11 | 147 | 214 | 136 | 32 | 0 | 55 | 305 | 130 | 35 |
| Binary | 1001 | 1100111 | 10001100 | 1011110 | 11010 | 0 | 101101 | 11000101 | 1011000 | 11101 |
Color Harmonies of #09678C
Complementary color
Monochromatic Colors of #09678C
Black with #09678C
Text Example
Text Example
White with #09678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09678C; }
p { color: rgb(9,103,140); }
H1.HeaderClassName
{
color: #09678C;
}
.AnyTagClassName
{
color: #09678C;
}
</style>
background-color css
<style>
a { background-color: #09678C; }
a { background-color: rgb(9,103,140); }
div.DivClassName
{
background-color: #09678C;
}
.BgClassName
{
background-color: #09678C;
}
</style>
border-color css
<style>
span { border-color: #09678C; }
span { border-color: rgb(9,103,140); }
td.TdClassName
{
border-color: #09678C;
}
.TagClassName
{
border-color: #09678C;
}
</style>