Shades of Eastern Blue #068FA7
Tints of Eastern Blue #068FA7
RGB
CMYK
RGB Variations
Color information
#068FA7 (or 0x068FA7) is known color: Eastern Blue. HEX triplet: 06, 8F and A7. RGB value is (6,143,167). Sum of RGB (Red+Green+Blue) = 6+143+167=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #068FA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068FA7 is #F97058. Grayscale: #686868. Windows color (decimal): -16347225 or 10981126. OLE color: 10981126.
HSL color Cylindrical-coordinate representation of color #068FA7: hue angle of 188.94º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068FA7 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 143 | 167 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.35 |
| HSL | 188.94º | 0.93% | 0.34% | - |
| HSV(B) | 188.94º | 0.96% | 0.65% | - |
| XYZ | 16.87 | 22.47 | 40.01 | - |
| YUV | 104.77 | 163.11 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 167 | 0.96 | 0.14 | 0 | 0.35 | 188.94 | 0.93 | 0.34 |
| Hex | 6 | 8F | A7 | 60 | E | 0 | 23 | BD | 5D | 22 |
| Octal | 6 | 217 | 247 | 140 | 16 | 0 | 43 | 275 | 135 | 42 |
| Binary | 110 | 10001111 | 10100111 | 1100000 | 1110 | 0 | 100011 | 10111101 | 1011101 | 100010 |
Color Harmonies of #068FA7
Complementary color
Monochromatic Colors of #068FA7
Black with #068FA7
Text Example
Text Example
White with #068FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FA7; }
p { color: rgb(6,143,167); }
H1.HeaderClassName
{
color: #068FA7;
}
.AnyTagClassName
{
color: #068FA7;
}
</style>
background-color css
<style>
a { background-color: #068FA7; }
a { background-color: rgb(6,143,167); }
div.DivClassName
{
background-color: #068FA7;
}
.BgClassName
{
background-color: #068FA7;
}
</style>
border-color css
<style>
span { border-color: #068FA7; }
span { border-color: rgb(6,143,167); }
td.TdClassName
{
border-color: #068FA7;
}
.TagClassName
{
border-color: #068FA7;
}
</style>