Shades of Eastern Blue #068FA6
Tints of Eastern Blue #068FA6
RGB
CMYK
RGB Variations
Color information
#068FA6 (or 0x068FA6) is known color: Eastern Blue. HEX triplet: 06, 8F and A6. RGB value is (6,143,166). Sum of RGB (Red+Green+Blue) = 6+143+166=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #068FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068FA6 is #F97059. Grayscale: #686868. Windows color (decimal): -16347226 or 10915590. OLE color: 10915590.
HSL color Cylindrical-coordinate representation of color #068FA6: hue angle of 188.62º 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 #068FA6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 143 | 166 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.35 |
| HSL | 188.63º | 0.93% | 0.34% | - |
| HSV(B) | 188.63º | 0.96% | 0.65% | - |
| XYZ | 16.78 | 22.44 | 39.52 | - |
| YUV | 104.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 166 | 0.96 | 0.14 | 0 | 0.35 | 188.63 | 0.93 | 0.34 |
| Hex | 6 | 8F | A6 | 60 | E | 0 | 23 | BD | 5D | 22 |
| Octal | 6 | 217 | 246 | 140 | 16 | 0 | 43 | 275 | 135 | 42 |
| Binary | 110 | 10001111 | 10100110 | 1100000 | 1110 | 0 | 100011 | 10111101 | 1011101 | 100010 |
Color Harmonies of #068FA6
Complementary color
Monochromatic Colors of #068FA6
Black with #068FA6
Text Example
Text Example
White with #068FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FA6; }
p { color: rgb(6,143,166); }
H1.HeaderClassName
{
color: #068FA6;
}
.AnyTagClassName
{
color: #068FA6;
}
</style>
background-color css
<style>
a { background-color: #068FA6; }
a { background-color: rgb(6,143,166); }
div.DivClassName
{
background-color: #068FA6;
}
.BgClassName
{
background-color: #068FA6;
}
</style>
border-color css
<style>
span { border-color: #068FA6; }
span { border-color: rgb(6,143,166); }
td.TdClassName
{
border-color: #068FA6;
}
.TagClassName
{
border-color: #068FA6;
}
</style>