Shades of Allports #066788
Tints of Allports #066788
RGB
CMYK
RGB Variations
Color information
#066788 (or 0x066788) is known color: Allports. HEX triplet: 06, 67 and 88. RGB value is (6,103,136). Sum of RGB (Red+Green+Blue) = 6+103+136=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #066788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066788 is #F99877. Grayscale: #4D4D4D. Windows color (decimal): -16357496 or 8939270. OLE color: 8939270.
HSL color Cylindrical-coordinate representation of color #066788: hue angle of 195.23º 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 #066788 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 103 | 136 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.47 |
| HSL | 195.23º | 0.92% | 0.28% | - |
| HSV(B) | 195.23º | 0.96% | 0.53% | - |
| XYZ | 9.37 | 11.52 | 25.02 | - |
| YUV | 77.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 136 | 0.96 | 0.24 | 0 | 0.47 | 195.23 | 0.92 | 0.28 |
| Hex | 6 | 67 | 88 | 60 | 18 | 0 | 2F | C3 | 5C | 1C |
| Octal | 6 | 147 | 210 | 140 | 30 | 0 | 57 | 303 | 134 | 34 |
| Binary | 110 | 1100111 | 10001000 | 1100000 | 11000 | 0 | 101111 | 11000011 | 1011100 | 11100 |
Color Harmonies of #066788
Complementary color
Monochromatic Colors of #066788
Black with #066788
Text Example
Text Example
White with #066788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066788; }
p { color: rgb(6,103,136); }
H1.HeaderClassName
{
color: #066788;
}
.AnyTagClassName
{
color: #066788;
}
</style>
background-color css
<style>
a { background-color: #066788; }
a { background-color: rgb(6,103,136); }
div.DivClassName
{
background-color: #066788;
}
.BgClassName
{
background-color: #066788;
}
</style>
border-color css
<style>
span { border-color: #066788; }
span { border-color: rgb(6,103,136); }
td.TdClassName
{
border-color: #066788;
}
.TagClassName
{
border-color: #066788;
}
</style>