Shades of Allports #066488
Tints of Allports #066488
RGB
CMYK
RGB Variations
Color information
#066488 (or 0x066488) is known color: Allports. HEX triplet: 06, 64 and 88. RGB value is (6,100,136). Sum of RGB (Red+Green+Blue) = 6+100+136=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #066488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066488 is #F99B77. Grayscale: #4B4B4B. Windows color (decimal): -16358264 or 8938502. OLE color: 8938502.
HSL color Cylindrical-coordinate representation of color #066488: hue angle of 196.62º 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 #066488 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 100 | 136 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.47 |
| HSL | 196.62º | 0.92% | 0.28% | - |
| HSV(B) | 196.62º | 0.96% | 0.53% | - |
| XYZ | 9.08 | 10.93 | 24.92 | - |
| YUV | 76 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 136 | 0.96 | 0.26 | 0 | 0.47 | 196.62 | 0.92 | 0.28 |
| Hex | 6 | 64 | 88 | 60 | 1A | 0 | 2F | C5 | 5C | 1C |
| Octal | 6 | 144 | 210 | 140 | 32 | 0 | 57 | 305 | 134 | 34 |
| Binary | 110 | 1100100 | 10001000 | 1100000 | 11010 | 0 | 101111 | 11000101 | 1011100 | 11100 |
Color Harmonies of #066488
Complementary color
Monochromatic Colors of #066488
Black with #066488
Text Example
Text Example
White with #066488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066488; }
p { color: rgb(6,100,136); }
H1.HeaderClassName
{
color: #066488;
}
.AnyTagClassName
{
color: #066488;
}
</style>
background-color css
<style>
a { background-color: #066488; }
a { background-color: rgb(6,100,136); }
div.DivClassName
{
background-color: #066488;
}
.BgClassName
{
background-color: #066488;
}
</style>
border-color css
<style>
span { border-color: #066488; }
span { border-color: rgb(6,100,136); }
td.TdClassName
{
border-color: #066488;
}
.TagClassName
{
border-color: #066488;
}
</style>