Shades of Eastern Blue #068B9F
Tints of Eastern Blue #068B9F
RGB
CMYK
RGB Variations
Color information
#068B9F (or 0x068B9F) is known color: Eastern Blue. HEX triplet: 06, 8B and 9F. RGB value is (6,139,159). Sum of RGB (Red+Green+Blue) = 6+139+159=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #068B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B9F is #F97460. Grayscale: #656565. Windows color (decimal): -16348257 or 10455814. OLE color: 10455814.
HSL color Cylindrical-coordinate representation of color #068B9F: hue angle of 187.84º 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 #068B9F is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 139 | 159 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.38 |
| HSL | 187.84º | 0.93% | 0.32% | - |
| HSV(B) | 187.84º | 0.96% | 0.62% | - |
| XYZ | 15.57 | 21.01 | 36.04 | - |
| YUV | 101.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 159 | 0.96 | 0.13 | 0 | 0.38 | 187.84 | 0.93 | 0.32 |
| Hex | 6 | 8B | 9F | 60 | D | 0 | 26 | BC | 5D | 20 |
| Octal | 6 | 213 | 237 | 140 | 15 | 0 | 46 | 274 | 135 | 40 |
| Binary | 110 | 10001011 | 10011111 | 1100000 | 1101 | 0 | 100110 | 10111100 | 1011101 | 100000 |
Color Harmonies of #068B9F
Complementary color
Monochromatic Colors of #068B9F
Black with #068B9F
Text Example
Text Example
White with #068B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B9F; }
p { color: rgb(6,139,159); }
H1.HeaderClassName
{
color: #068B9F;
}
.AnyTagClassName
{
color: #068B9F;
}
</style>
background-color css
<style>
a { background-color: #068B9F; }
a { background-color: rgb(6,139,159); }
div.DivClassName
{
background-color: #068B9F;
}
.BgClassName
{
background-color: #068B9F;
}
</style>
border-color css
<style>
span { border-color: #068B9F; }
span { border-color: rgb(6,139,159); }
td.TdClassName
{
border-color: #068B9F;
}
.TagClassName
{
border-color: #068B9F;
}
</style>