Shades of Allports #066A8C
Tints of Allports #066A8C
RGB
CMYK
RGB Variations
Color information
#066A8C (or 0x066A8C) is known color: Allports. HEX triplet: 06, 6A and 8C. RGB value is (6,106,140). Sum of RGB (Red+Green+Blue) = 6+106+140=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 106 (41.80% from 255 or 42.06% 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 #066A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A8C is #F99573. Grayscale: #4F4F4F. Windows color (decimal): -16356724 or 9202182. OLE color: 9202182.
HSL color Cylindrical-coordinate representation of color #066A8C: hue angle of 195.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A8C is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 106 | 140 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.45 |
| HSL | 195.22º | 0.92% | 0.29% | - |
| HSV(B) | 195.22º | 0.96% | 0.55% | - |
| XYZ | 9.96 | 12.24 | 26.65 | - |
| YUV | 79.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 140 | 0.96 | 0.24 | 0 | 0.45 | 195.22 | 0.92 | 0.29 |
| Hex | 6 | 6A | 8C | 60 | 18 | 0 | 2D | C3 | 5C | 1D |
| Octal | 6 | 152 | 214 | 140 | 30 | 0 | 55 | 303 | 134 | 35 |
| Binary | 110 | 1101010 | 10001100 | 1100000 | 11000 | 0 | 101101 | 11000011 | 1011100 | 11101 |
Color Harmonies of #066A8C
Complementary color
Monochromatic Colors of #066A8C
Black with #066A8C
Text Example
Text Example
White with #066A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A8C; }
p { color: rgb(6,106,140); }
H1.HeaderClassName
{
color: #066A8C;
}
.AnyTagClassName
{
color: #066A8C;
}
</style>
background-color css
<style>
a { background-color: #066A8C; }
a { background-color: rgb(6,106,140); }
div.DivClassName
{
background-color: #066A8C;
}
.BgClassName
{
background-color: #066A8C;
}
</style>
border-color css
<style>
span { border-color: #066A8C; }
span { border-color: rgb(6,106,140); }
td.TdClassName
{
border-color: #066A8C;
}
.TagClassName
{
border-color: #066A8C;
}
</style>