Shades of Allports #0C6A90
Tints of Allports #0C6A90
RGB
CMYK
RGB Variations
Color information
#0C6A90 (or 0x0C6A90) is known color: Allports. HEX triplet: 0C, 6A and 90. RGB value is (12,106,144). Sum of RGB (Red+Green+Blue) = 12+106+144=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C6A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6A90 is #F3956F. Grayscale: #515151. Windows color (decimal): -15963504 or 9464332. OLE color: 9464332.
HSL color Cylindrical-coordinate representation of color #0C6A90: hue angle of 197.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6A90 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 106 | 144 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.44 |
| HSL | 197.27º | 0.85% | 0.31% | - |
| HSV(B) | 197.27º | 0.92% | 0.56% | - |
| XYZ | 10.34 | 12.4 | 28.23 | - |
| YUV | 82.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 144 | 0.92 | 0.26 | 0 | 0.44 | 197.27 | 0.85 | 0.31 |
| Hex | C | 6A | 90 | 5C | 1A | 0 | 2C | C5 | 55 | 1F |
| Octal | 14 | 152 | 220 | 134 | 32 | 0 | 54 | 305 | 125 | 37 |
| Binary | 1100 | 1101010 | 10010000 | 1011100 | 11010 | 0 | 101100 | 11000101 | 1010101 | 11111 |
Color Harmonies of #0C6A90
Complementary color
Monochromatic Colors of #0C6A90
Black with #0C6A90
Text Example
Text Example
White with #0C6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A90; }
p { color: rgb(12,106,144); }
H1.HeaderClassName
{
color: #0C6A90;
}
.AnyTagClassName
{
color: #0C6A90;
}
</style>
background-color css
<style>
a { background-color: #0C6A90; }
a { background-color: rgb(12,106,144); }
div.DivClassName
{
background-color: #0C6A90;
}
.BgClassName
{
background-color: #0C6A90;
}
</style>
border-color css
<style>
span { border-color: #0C6A90; }
span { border-color: rgb(12,106,144); }
td.TdClassName
{
border-color: #0C6A90;
}
.TagClassName
{
border-color: #0C6A90;
}
</style>