Shades of Allports #07688D
Tints of Allports #07688D
RGB
CMYK
RGB Variations
Color information
#07688D (or 0x07688D) is known color: Allports. HEX triplet: 07, 68 and 8D. RGB value is (7,104,141). Sum of RGB (Red+Green+Blue) = 7+104+141=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #07688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07688D is #F89772. Grayscale: #4E4E4E. Windows color (decimal): -16291699 or 9267207. OLE color: 9267207.
HSL color Cylindrical-coordinate representation of color #07688D: hue angle of 196.57º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07688D is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 104 | 141 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.45 |
| HSL | 196.57º | 0.91% | 0.29% | - |
| HSV(B) | 196.57º | 0.95% | 0.55% | - |
| XYZ | 9.85 | 11.87 | 26.97 | - |
| YUV | 79.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 141 | 0.95 | 0.26 | 0 | 0.45 | 196.57 | 0.91 | 0.29 |
| Hex | 7 | 68 | 8D | 5F | 1A | 0 | 2D | C5 | 5B | 1D |
| Octal | 7 | 150 | 215 | 137 | 32 | 0 | 55 | 305 | 133 | 35 |
| Binary | 111 | 1101000 | 10001101 | 1011111 | 11010 | 0 | 101101 | 11000101 | 1011011 | 11101 |
Color Harmonies of #07688D
Complementary color
Monochromatic Colors of #07688D
Black with #07688D
Text Example
Text Example
White with #07688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07688D; }
p { color: rgb(7,104,141); }
H1.HeaderClassName
{
color: #07688D;
}
.AnyTagClassName
{
color: #07688D;
}
</style>
background-color css
<style>
a { background-color: #07688D; }
a { background-color: rgb(7,104,141); }
div.DivClassName
{
background-color: #07688D;
}
.BgClassName
{
background-color: #07688D;
}
</style>
border-color css
<style>
span { border-color: #07688D; }
span { border-color: rgb(7,104,141); }
td.TdClassName
{
border-color: #07688D;
}
.TagClassName
{
border-color: #07688D;
}
</style>