Shades of Allports #07698A
Tints of Allports #07698A
RGB
CMYK
RGB Variations
Color information
#07698A (or 0x07698A) is known color: Allports. HEX triplet: 07, 69 and 8A. RGB value is (7,105,138). Sum of RGB (Red+Green+Blue) = 7+105+138=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #07698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07698A is #F89675. Grayscale: #4F4F4F. Windows color (decimal): -16291446 or 9070855. OLE color: 9070855.
HSL color Cylindrical-coordinate representation of color #07698A: hue angle of 195.11º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07698A is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 105 | 138 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.46 |
| HSL | 195.11º | 0.9% | 0.28% | - |
| HSV(B) | 195.11º | 0.95% | 0.54% | - |
| XYZ | 9.73 | 11.98 | 25.85 | - |
| YUV | 79.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 138 | 0.95 | 0.24 | 0 | 0.46 | 195.11 | 0.9 | 0.28 |
| Hex | 7 | 69 | 8A | 5F | 18 | 0 | 2E | C3 | 5A | 1C |
| Octal | 7 | 151 | 212 | 137 | 30 | 0 | 56 | 303 | 132 | 34 |
| Binary | 111 | 1101001 | 10001010 | 1011111 | 11000 | 0 | 101110 | 11000011 | 1011010 | 11100 |
Color Harmonies of #07698A
Complementary color
Monochromatic Colors of #07698A
Black with #07698A
Text Example
Text Example
White with #07698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07698A; }
p { color: rgb(7,105,138); }
H1.HeaderClassName
{
color: #07698A;
}
.AnyTagClassName
{
color: #07698A;
}
</style>
background-color css
<style>
a { background-color: #07698A; }
a { background-color: rgb(7,105,138); }
div.DivClassName
{
background-color: #07698A;
}
.BgClassName
{
background-color: #07698A;
}
</style>
border-color css
<style>
span { border-color: #07698A; }
span { border-color: rgb(7,105,138); }
td.TdClassName
{
border-color: #07698A;
}
.TagClassName
{
border-color: #07698A;
}
</style>