Shades of Eastern Blue #068F9F
Tints of Eastern Blue #068F9F
RGB
CMYK
RGB Variations
Color information
#068F9F (or 0x068F9F) is known color: Eastern Blue. HEX triplet: 06, 8F and 9F. RGB value is (6,143,159). Sum of RGB (Red+Green+Blue) = 6+143+159=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #068F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F9F is #F97060. Grayscale: #676767. Windows color (decimal): -16347233 or 10456838. OLE color: 10456838.
HSL color Cylindrical-coordinate representation of color #068F9F: hue angle of 186.27º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F9F is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 143 | 159 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.38 |
| HSL | 186.27º | 0.93% | 0.32% | - |
| HSV(B) | 186.27º | 0.96% | 0.62% | - |
| XYZ | 16.16 | 22.19 | 36.23 | - |
| YUV | 103.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 159 | 0.96 | 0.10 | 0 | 0.38 | 186.27 | 0.93 | 0.32 |
| Hex | 6 | 8F | 9F | 60 | A | 0 | 26 | BA | 5D | 20 |
| Octal | 6 | 217 | 237 | 140 | 12 | 0 | 46 | 272 | 135 | 40 |
| Binary | 110 | 10001111 | 10011111 | 1100000 | 1010 | 0 | 100110 | 10111010 | 1011101 | 100000 |
Color Harmonies of #068F9F
Complementary color
Monochromatic Colors of #068F9F
Black with #068F9F
Text Example
Text Example
White with #068F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F9F; }
p { color: rgb(6,143,159); }
H1.HeaderClassName
{
color: #068F9F;
}
.AnyTagClassName
{
color: #068F9F;
}
</style>
background-color css
<style>
a { background-color: #068F9F; }
a { background-color: rgb(6,143,159); }
div.DivClassName
{
background-color: #068F9F;
}
.BgClassName
{
background-color: #068F9F;
}
</style>
border-color css
<style>
span { border-color: #068F9F; }
span { border-color: rgb(6,143,159); }
td.TdClassName
{
border-color: #068F9F;
}
.TagClassName
{
border-color: #068F9F;
}
</style>