Shades of Eastern Blue #068895
Tints of Eastern Blue #068895
RGB
CMYK
RGB Variations
Color information
#068895 (or 0x068895) is known color: Eastern Blue. HEX triplet: 06, 88 and 95. RGB value is (6,136,149). Sum of RGB (Red+Green+Blue) = 6+136+149=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #068895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068895 is #F9776A. Grayscale: #626262. Windows color (decimal): -16349035 or 9799686. OLE color: 9799686.
HSL color Cylindrical-coordinate representation of color #068895: hue angle of 185.45º 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 #068895 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 136 | 149 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.42 |
| HSL | 185.45º | 0.92% | 0.3% | - |
| HSV(B) | 185.45º | 0.96% | 0.58% | - |
| XYZ | 14.3 | 19.82 | 31.5 | - |
| YUV | 98.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 149 | 0.96 | 0.09 | 0 | 0.42 | 185.45 | 0.92 | 0.3 |
| Hex | 6 | 88 | 95 | 60 | 9 | 0 | 2A | B9 | 5C | 1E |
| Octal | 6 | 210 | 225 | 140 | 11 | 0 | 52 | 271 | 134 | 36 |
| Binary | 110 | 10001000 | 10010101 | 1100000 | 1001 | 0 | 101010 | 10111001 | 1011100 | 11110 |
Color Harmonies of #068895
Complementary color
Monochromatic Colors of #068895
Black with #068895
Text Example
Text Example
White with #068895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068895; }
p { color: rgb(6,136,149); }
H1.HeaderClassName
{
color: #068895;
}
.AnyTagClassName
{
color: #068895;
}
</style>
background-color css
<style>
a { background-color: #068895; }
a { background-color: rgb(6,136,149); }
div.DivClassName
{
background-color: #068895;
}
.BgClassName
{
background-color: #068895;
}
</style>
border-color css
<style>
span { border-color: #068895; }
span { border-color: rgb(6,136,149); }
td.TdClassName
{
border-color: #068895;
}
.TagClassName
{
border-color: #068895;
}
</style>