Shades of Allports #09648E
Tints of Allports #09648E
RGB
CMYK
RGB Variations
Color information
#09648E (or 0x09648E) is known color: Allports. HEX triplet: 09, 64 and 8E. RGB value is (9,100,142). Sum of RGB (Red+Green+Blue) = 9+100+142=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #09648E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09648E is #F69B71. Grayscale: #4D4D4D. Windows color (decimal): -16161650 or 9331721. OLE color: 9331721.
HSL color Cylindrical-coordinate representation of color #09648E: hue angle of 198.95º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09648E is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 100 | 142 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.44 |
| HSL | 198.95º | 0.88% | 0.3% | - |
| HSV(B) | 198.95º | 0.94% | 0.56% | - |
| XYZ | 9.55 | 11.13 | 27.24 | - |
| YUV | 77.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 142 | 0.94 | 0.30 | 0 | 0.44 | 198.95 | 0.88 | 0.3 |
| Hex | 9 | 64 | 8E | 5E | 1E | 0 | 2C | C7 | 58 | 1E |
| Octal | 11 | 144 | 216 | 136 | 36 | 0 | 54 | 307 | 130 | 36 |
| Binary | 1001 | 1100100 | 10001110 | 1011110 | 11110 | 0 | 101100 | 11000111 | 1011000 | 11110 |
Color Harmonies of #09648E
Complementary color
Monochromatic Colors of #09648E
Black with #09648E
Text Example
Text Example
White with #09648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09648E; }
p { color: rgb(9,100,142); }
H1.HeaderClassName
{
color: #09648E;
}
.AnyTagClassName
{
color: #09648E;
}
</style>
background-color css
<style>
a { background-color: #09648E; }
a { background-color: rgb(9,100,142); }
div.DivClassName
{
background-color: #09648E;
}
.BgClassName
{
background-color: #09648E;
}
</style>
border-color css
<style>
span { border-color: #09648E; }
span { border-color: rgb(9,100,142); }
td.TdClassName
{
border-color: #09648E;
}
.TagClassName
{
border-color: #09648E;
}
</style>