Shades of Allports #066C8A
Tints of Allports #066C8A
RGB
CMYK
RGB Variations
Color information
#066C8A (or 0x066C8A) is known color: Allports. HEX triplet: 06, 6C and 8A. RGB value is (6,108,138). Sum of RGB (Red+Green+Blue) = 6+108+138=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #066C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C8A is #F99375. Grayscale: #505050. Windows color (decimal): -16356214 or 9071622. OLE color: 9071622.
HSL color Cylindrical-coordinate representation of color #066C8A: hue angle of 193.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066C8A is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 108 | 138 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.46 |
| HSL | 193.64º | 0.92% | 0.28% | - |
| HSV(B) | 193.64º | 0.96% | 0.54% | - |
| XYZ | 10.03 | 12.6 | 25.95 | - |
| YUV | 80.92 | 160.21 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 138 | 0.96 | 0.22 | 0 | 0.46 | 193.64 | 0.92 | 0.28 |
| Hex | 6 | 6C | 8A | 60 | 16 | 0 | 2E | C2 | 5C | 1C |
| Octal | 6 | 154 | 212 | 140 | 26 | 0 | 56 | 302 | 134 | 34 |
| Binary | 110 | 1101100 | 10001010 | 1100000 | 10110 | 0 | 101110 | 11000010 | 1011100 | 11100 |
Color Harmonies of #066C8A
Complementary color
Monochromatic Colors of #066C8A
Black with #066C8A
Text Example
Text Example
White with #066C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C8A; }
p { color: rgb(6,108,138); }
H1.HeaderClassName
{
color: #066C8A;
}
.AnyTagClassName
{
color: #066C8A;
}
</style>
background-color css
<style>
a { background-color: #066C8A; }
a { background-color: rgb(6,108,138); }
div.DivClassName
{
background-color: #066C8A;
}
.BgClassName
{
background-color: #066C8A;
}
</style>
border-color css
<style>
span { border-color: #066C8A; }
span { border-color: rgb(6,108,138); }
td.TdClassName
{
border-color: #066C8A;
}
.TagClassName
{
border-color: #066C8A;
}
</style>