Shades of Allports #06688C
Tints of Allports #06688C
RGB
CMYK
RGB Variations
Color information
#06688C (or 0x06688C) is known color: Allports. HEX triplet: 06, 68 and 8C. RGB value is (6,104,140). Sum of RGB (Red+Green+Blue) = 6+104+140=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #06688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06688C is #F99773. Grayscale: #4E4E4E. Windows color (decimal): -16357236 or 9201670. OLE color: 9201670.
HSL color Cylindrical-coordinate representation of color #06688C: hue angle of 196.12º 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 #06688C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 104 | 140 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.45 |
| HSL | 196.12º | 0.92% | 0.29% | - |
| HSV(B) | 196.12º | 0.96% | 0.55% | - |
| XYZ | 9.76 | 11.83 | 26.58 | - |
| YUV | 78.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 140 | 0.96 | 0.26 | 0 | 0.45 | 196.12 | 0.92 | 0.29 |
| Hex | 6 | 68 | 8C | 60 | 1A | 0 | 2D | C4 | 5C | 1D |
| Octal | 6 | 150 | 214 | 140 | 32 | 0 | 55 | 304 | 134 | 35 |
| Binary | 110 | 1101000 | 10001100 | 1100000 | 11010 | 0 | 101101 | 11000100 | 1011100 | 11101 |
Color Harmonies of #06688C
Complementary color
Monochromatic Colors of #06688C
Black with #06688C
Text Example
Text Example
White with #06688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06688C; }
p { color: rgb(6,104,140); }
H1.HeaderClassName
{
color: #06688C;
}
.AnyTagClassName
{
color: #06688C;
}
</style>
background-color css
<style>
a { background-color: #06688C; }
a { background-color: rgb(6,104,140); }
div.DivClassName
{
background-color: #06688C;
}
.BgClassName
{
background-color: #06688C;
}
</style>
border-color css
<style>
span { border-color: #06688C; }
span { border-color: rgb(6,104,140); }
td.TdClassName
{
border-color: #06688C;
}
.TagClassName
{
border-color: #06688C;
}
</style>