Shades of Allports #06698C
Tints of Allports #06698C
RGB
CMYK
RGB Variations
Color information
#06698C (or 0x06698C) is known color: Allports. HEX triplet: 06, 69 and 8C. RGB value is (6,105,140). Sum of RGB (Red+Green+Blue) = 6+105+140=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #06698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06698C is #F99673. Grayscale: #4F4F4F. Windows color (decimal): -16356980 or 9201926. OLE color: 9201926.
HSL color Cylindrical-coordinate representation of color #06698C: hue angle of 195.67º 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 #06698C is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 105 | 140 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.45 |
| HSL | 195.67º | 0.92% | 0.29% | - |
| HSV(B) | 195.67º | 0.96% | 0.55% | - |
| XYZ | 9.86 | 12.04 | 26.61 | - |
| YUV | 79.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 140 | 0.96 | 0.25 | 0 | 0.45 | 195.67 | 0.92 | 0.29 |
| Hex | 6 | 69 | 8C | 60 | 19 | 0 | 2D | C4 | 5C | 1D |
| Octal | 6 | 151 | 214 | 140 | 31 | 0 | 55 | 304 | 134 | 35 |
| Binary | 110 | 1101001 | 10001100 | 1100000 | 11001 | 0 | 101101 | 11000100 | 1011100 | 11101 |
Color Harmonies of #06698C
Complementary color
Monochromatic Colors of #06698C
Black with #06698C
Text Example
Text Example
White with #06698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06698C; }
p { color: rgb(6,105,140); }
H1.HeaderClassName
{
color: #06698C;
}
.AnyTagClassName
{
color: #06698C;
}
</style>
background-color css
<style>
a { background-color: #06698C; }
a { background-color: rgb(6,105,140); }
div.DivClassName
{
background-color: #06698C;
}
.BgClassName
{
background-color: #06698C;
}
</style>
border-color css
<style>
span { border-color: #06698C; }
span { border-color: rgb(6,105,140); }
td.TdClassName
{
border-color: #06698C;
}
.TagClassName
{
border-color: #06698C;
}
</style>