Shades of Allports #06698A
Tints of Allports #06698A
RGB
CMYK
RGB Variations
Color information
#06698A (or 0x06698A) is known color: Allports. HEX triplet: 06, 69 and 8A. RGB value is (6,105,138). Sum of RGB (Red+Green+Blue) = 6+105+138=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #06698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06698A is #F99675. Grayscale: #4E4E4E. Windows color (decimal): -16356982 or 9070854. OLE color: 9070854.
HSL color Cylindrical-coordinate representation of color #06698A: hue angle of 195º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06698A is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 105 | 138 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.46 |
| HSL | 195º | 0.92% | 0.28% | - |
| HSV(B) | 195º | 0.96% | 0.54% | - |
| XYZ | 9.71 | 11.98 | 25.84 | - |
| YUV | 79.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 138 | 0.96 | 0.24 | 0 | 0.46 | 195 | 0.92 | 0.28 |
| Hex | 6 | 69 | 8A | 60 | 18 | 0 | 2E | C3 | 5C | 1C |
| Octal | 6 | 151 | 212 | 140 | 30 | 0 | 56 | 303 | 134 | 34 |
| Binary | 110 | 1101001 | 10001010 | 1100000 | 11000 | 0 | 101110 | 11000011 | 1011100 | 11100 |
Color Harmonies of #06698A
Complementary color
Monochromatic Colors of #06698A
Black with #06698A
Text Example
Text Example
White with #06698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06698A; }
p { color: rgb(6,105,138); }
H1.HeaderClassName
{
color: #06698A;
}
.AnyTagClassName
{
color: #06698A;
}
</style>
background-color css
<style>
a { background-color: #06698A; }
a { background-color: rgb(6,105,138); }
div.DivClassName
{
background-color: #06698A;
}
.BgClassName
{
background-color: #06698A;
}
</style>
border-color css
<style>
span { border-color: #06698A; }
span { border-color: rgb(6,105,138); }
td.TdClassName
{
border-color: #06698A;
}
.TagClassName
{
border-color: #06698A;
}
</style>