Shades of Allports #06688D
Tints of Allports #06688D
RGB
CMYK
RGB Variations
Color information
#06688D (or 0x06688D) is known color: Allports. HEX triplet: 06, 68 and 8D. RGB value is (6,104,141). Sum of RGB (Red+Green+Blue) = 6+104+141=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #06688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06688D is #F99772. Grayscale: #4E4E4E. Windows color (decimal): -16357235 or 9267206. OLE color: 9267206.
HSL color Cylindrical-coordinate representation of color #06688D: hue angle of 196.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06688D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 104 | 141 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.45 |
| HSL | 196.44º | 0.92% | 0.29% | - |
| HSV(B) | 196.44º | 0.96% | 0.55% | - |
| XYZ | 9.83 | 11.86 | 26.97 | - |
| YUV | 78.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 141 | 0.96 | 0.26 | 0 | 0.45 | 196.44 | 0.92 | 0.29 |
| Hex | 6 | 68 | 8D | 60 | 1A | 0 | 2D | C4 | 5C | 1D |
| Octal | 6 | 150 | 215 | 140 | 32 | 0 | 55 | 304 | 134 | 35 |
| Binary | 110 | 1101000 | 10001101 | 1100000 | 11010 | 0 | 101101 | 11000100 | 1011100 | 11101 |
Color Harmonies of #06688D
Complementary color
Monochromatic Colors of #06688D
Black with #06688D
Text Example
Text Example
White with #06688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06688D; }
p { color: rgb(6,104,141); }
H1.HeaderClassName
{
color: #06688D;
}
.AnyTagClassName
{
color: #06688D;
}
</style>
background-color css
<style>
a { background-color: #06688D; }
a { background-color: rgb(6,104,141); }
div.DivClassName
{
background-color: #06688D;
}
.BgClassName
{
background-color: #06688D;
}
</style>
border-color css
<style>
span { border-color: #06688D; }
span { border-color: rgb(6,104,141); }
td.TdClassName
{
border-color: #06688D;
}
.TagClassName
{
border-color: #06688D;
}
</style>