Shades of Allports #066A8B
Tints of Allports #066A8B
RGB
CMYK
RGB Variations
Color information
#066A8B (or 0x066A8B) is known color: Allports. HEX triplet: 06, 6A and 8B. RGB value is (6,106,139). Sum of RGB (Red+Green+Blue) = 6+106+139=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #066A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A8B is #F99574. Grayscale: #4F4F4F. Windows color (decimal): -16356725 or 9136646. OLE color: 9136646.
HSL color Cylindrical-coordinate representation of color #066A8B: hue angle of 194.89º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A8B is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 106 | 139 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.45 |
| HSL | 194.89º | 0.92% | 0.28% | - |
| HSV(B) | 194.89º | 0.96% | 0.55% | - |
| XYZ | 9.89 | 12.21 | 26.26 | - |
| YUV | 79.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 139 | 0.96 | 0.24 | 0 | 0.45 | 194.89 | 0.92 | 0.28 |
| Hex | 6 | 6A | 8B | 60 | 18 | 0 | 2D | C3 | 5C | 1C |
| Octal | 6 | 152 | 213 | 140 | 30 | 0 | 55 | 303 | 134 | 34 |
| Binary | 110 | 1101010 | 10001011 | 1100000 | 11000 | 0 | 101101 | 11000011 | 1011100 | 11100 |
Color Harmonies of #066A8B
Complementary color
Monochromatic Colors of #066A8B
Black with #066A8B
Text Example
Text Example
White with #066A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A8B; }
p { color: rgb(6,106,139); }
H1.HeaderClassName
{
color: #066A8B;
}
.AnyTagClassName
{
color: #066A8B;
}
</style>
background-color css
<style>
a { background-color: #066A8B; }
a { background-color: rgb(6,106,139); }
div.DivClassName
{
background-color: #066A8B;
}
.BgClassName
{
background-color: #066A8B;
}
</style>
border-color css
<style>
span { border-color: #066A8B; }
span { border-color: rgb(6,106,139); }
td.TdClassName
{
border-color: #066A8B;
}
.TagClassName
{
border-color: #066A8B;
}
</style>