Shades of Eastern Blue #068BA9
Tints of Eastern Blue #068BA9
RGB
CMYK
RGB Variations
Color information
#068BA9 (or 0x068BA9) is known color: Eastern Blue. HEX triplet: 06, 8B and A9. RGB value is (6,139,169). Sum of RGB (Red+Green+Blue) = 6+139+169=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #068BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BA9 is #F97456. Grayscale: #666666. Windows color (decimal): -16348247 or 11111174. OLE color: 11111174.
HSL color Cylindrical-coordinate representation of color #068BA9: hue angle of 191.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068BA9 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 139 | 169 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.34 |
| HSL | 191.04º | 0.93% | 0.34% | - |
| HSV(B) | 191.04º | 0.96% | 0.66% | - |
| XYZ | 16.47 | 21.37 | 40.79 | - |
| YUV | 102.65 | 165.44 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 169 | 0.96 | 0.18 | 0 | 0.34 | 191.04 | 0.93 | 0.34 |
| Hex | 6 | 8B | A9 | 60 | 12 | 0 | 22 | BF | 5D | 22 |
| Octal | 6 | 213 | 251 | 140 | 22 | 0 | 42 | 277 | 135 | 42 |
| Binary | 110 | 10001011 | 10101001 | 1100000 | 10010 | 0 | 100010 | 10111111 | 1011101 | 100010 |
Color Harmonies of #068BA9
Complementary color
Monochromatic Colors of #068BA9
Black with #068BA9
Text Example
Text Example
White with #068BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BA9; }
p { color: rgb(6,139,169); }
H1.HeaderClassName
{
color: #068BA9;
}
.AnyTagClassName
{
color: #068BA9;
}
</style>
background-color css
<style>
a { background-color: #068BA9; }
a { background-color: rgb(6,139,169); }
div.DivClassName
{
background-color: #068BA9;
}
.BgClassName
{
background-color: #068BA9;
}
</style>
border-color css
<style>
span { border-color: #068BA9; }
span { border-color: rgb(6,139,169); }
td.TdClassName
{
border-color: #068BA9;
}
.TagClassName
{
border-color: #068BA9;
}
</style>