Shades of Allports #066888
Tints of Allports #066888
RGB
CMYK
RGB Variations
Color information
#066888 (or 0x066888) is known color: Allports. HEX triplet: 06, 68 and 88. RGB value is (6,104,136). Sum of RGB (Red+Green+Blue) = 6+104+136=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #066888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066888 is #F99777. Grayscale: #4E4E4E. Windows color (decimal): -16357240 or 8939526. OLE color: 8939526.
HSL color Cylindrical-coordinate representation of color #066888: hue angle of 194.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066888 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 104 | 136 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.47 |
| HSL | 194.77º | 0.92% | 0.28% | - |
| HSV(B) | 194.77º | 0.96% | 0.53% | - |
| XYZ | 9.47 | 11.72 | 25.06 | - |
| YUV | 78.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 136 | 0.96 | 0.24 | 0 | 0.47 | 194.77 | 0.92 | 0.28 |
| Hex | 6 | 68 | 88 | 60 | 18 | 0 | 2F | C3 | 5C | 1C |
| Octal | 6 | 150 | 210 | 140 | 30 | 0 | 57 | 303 | 134 | 34 |
| Binary | 110 | 1101000 | 10001000 | 1100000 | 11000 | 0 | 101111 | 11000011 | 1011100 | 11100 |
Color Harmonies of #066888
Complementary color
Monochromatic Colors of #066888
Black with #066888
Text Example
Text Example
White with #066888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066888; }
p { color: rgb(6,104,136); }
H1.HeaderClassName
{
color: #066888;
}
.AnyTagClassName
{
color: #066888;
}
</style>
background-color css
<style>
a { background-color: #066888; }
a { background-color: rgb(6,104,136); }
div.DivClassName
{
background-color: #066888;
}
.BgClassName
{
background-color: #066888;
}
</style>
border-color css
<style>
span { border-color: #066888; }
span { border-color: rgb(6,104,136); }
td.TdClassName
{
border-color: #066888;
}
.TagClassName
{
border-color: #066888;
}
</style>