Shades of Allports #066B8A
Tints of Allports #066B8A
RGB
CMYK
RGB Variations
Color information
#066B8A (or 0x066B8A) is known color: Allports. HEX triplet: 06, 6B and 8A. RGB value is (6,107,138). Sum of RGB (Red+Green+Blue) = 6+107+138=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #066B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B8A is #F99475. Grayscale: #505050. Windows color (decimal): -16356470 or 9071366. OLE color: 9071366.
HSL color Cylindrical-coordinate representation of color #066B8A: hue angle of 194.09º 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 #066B8A is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 107 | 138 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.46 |
| HSL | 194.09º | 0.92% | 0.28% | - |
| HSV(B) | 194.09º | 0.96% | 0.54% | - |
| XYZ | 9.92 | 12.39 | 25.91 | - |
| YUV | 80.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 138 | 0.96 | 0.22 | 0 | 0.46 | 194.09 | 0.92 | 0.28 |
| Hex | 6 | 6B | 8A | 60 | 16 | 0 | 2E | C2 | 5C | 1C |
| Octal | 6 | 153 | 212 | 140 | 26 | 0 | 56 | 302 | 134 | 34 |
| Binary | 110 | 1101011 | 10001010 | 1100000 | 10110 | 0 | 101110 | 11000010 | 1011100 | 11100 |
Color Harmonies of #066B8A
Complementary color
Monochromatic Colors of #066B8A
Black with #066B8A
Text Example
Text Example
White with #066B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B8A; }
p { color: rgb(6,107,138); }
H1.HeaderClassName
{
color: #066B8A;
}
.AnyTagClassName
{
color: #066B8A;
}
</style>
background-color css
<style>
a { background-color: #066B8A; }
a { background-color: rgb(6,107,138); }
div.DivClassName
{
background-color: #066B8A;
}
.BgClassName
{
background-color: #066B8A;
}
</style>
border-color css
<style>
span { border-color: #066B8A; }
span { border-color: rgb(6,107,138); }
td.TdClassName
{
border-color: #066B8A;
}
.TagClassName
{
border-color: #066B8A;
}
</style>