Shades of Allports #066887
Tints of Allports #066887
RGB
CMYK
RGB Variations
Color information
#066887 (or 0x066887) is known color: Allports. HEX triplet: 06, 68 and 87. RGB value is (6,104,135). Sum of RGB (Red+Green+Blue) = 6+104+135=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #066887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066887 is #F99778. Grayscale: #4E4E4E. Windows color (decimal): -16357241 or 8873990. OLE color: 8873990.
HSL color Cylindrical-coordinate representation of color #066887: hue angle of 194.42º degrees, saturation: 0.91, 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 #066887 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 104 | 135 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.47 |
| HSL | 194.42º | 0.91% | 0.28% | - |
| HSV(B) | 194.42º | 0.96% | 0.53% | - |
| XYZ | 9.4 | 11.69 | 24.68 | - |
| YUV | 78.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 135 | 0.96 | 0.23 | 0 | 0.47 | 194.42 | 0.91 | 0.28 |
| Hex | 6 | 68 | 87 | 60 | 17 | 0 | 2F | C2 | 5B | 1C |
| Octal | 6 | 150 | 207 | 140 | 27 | 0 | 57 | 302 | 133 | 34 |
| Binary | 110 | 1101000 | 10000111 | 1100000 | 10111 | 0 | 101111 | 11000010 | 1011011 | 11100 |
Color Harmonies of #066887
Complementary color
Monochromatic Colors of #066887
Black with #066887
Text Example
Text Example
White with #066887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066887; }
p { color: rgb(6,104,135); }
H1.HeaderClassName
{
color: #066887;
}
.AnyTagClassName
{
color: #066887;
}
</style>
background-color css
<style>
a { background-color: #066887; }
a { background-color: rgb(6,104,135); }
div.DivClassName
{
background-color: #066887;
}
.BgClassName
{
background-color: #066887;
}
</style>
border-color css
<style>
span { border-color: #066887; }
span { border-color: rgb(6,104,135); }
td.TdClassName
{
border-color: #066887;
}
.TagClassName
{
border-color: #066887;
}
</style>