Shades of Eastern Blue #068095
Tints of Eastern Blue #068095
RGB
CMYK
RGB Variations
Color information
#068095 (or 0x068095) is known color: Eastern Blue. HEX triplet: 06, 80 and 95. RGB value is (6,128,149). Sum of RGB (Red+Green+Blue) = 6+128+149=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #068095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068095 is #F97F6A. Grayscale: #5D5D5D. Windows color (decimal): -16351083 or 9797638. OLE color: 9797638.
HSL color Cylindrical-coordinate representation of color #068095: hue angle of 188.81º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068095 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 128 | 149 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.42 |
| HSL | 188.81º | 0.92% | 0.3% | - |
| HSV(B) | 188.81º | 0.96% | 0.58% | - |
| XYZ | 13.22 | 17.65 | 31.14 | - |
| YUV | 93.92 | 159.08 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 149 | 0.96 | 0.14 | 0 | 0.42 | 188.81 | 0.92 | 0.3 |
| Hex | 6 | 80 | 95 | 60 | E | 0 | 2A | BD | 5C | 1E |
| Octal | 6 | 200 | 225 | 140 | 16 | 0 | 52 | 275 | 134 | 36 |
| Binary | 110 | 10000000 | 10010101 | 1100000 | 1110 | 0 | 101010 | 10111101 | 1011100 | 11110 |
Color Harmonies of #068095
Complementary color
Monochromatic Colors of #068095
Black with #068095
Text Example
Text Example
White with #068095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068095; }
p { color: rgb(6,128,149); }
H1.HeaderClassName
{
color: #068095;
}
.AnyTagClassName
{
color: #068095;
}
</style>
background-color css
<style>
a { background-color: #068095; }
a { background-color: rgb(6,128,149); }
div.DivClassName
{
background-color: #068095;
}
.BgClassName
{
background-color: #068095;
}
</style>
border-color css
<style>
span { border-color: #068095; }
span { border-color: rgb(6,128,149); }
td.TdClassName
{
border-color: #068095;
}
.TagClassName
{
border-color: #068095;
}
</style>