#068E9E

Color #068E9E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #068E9E

Tints of Eastern Blue #068E9E

Color information

#068E9E (or 0x068E9E) is unknown color: approx Eastern Blue. HEX triplet: 06, 8E and 9E. RGB value is (6,142,158). Sum of RGB (Red+Green+Blue) = 6+142+158=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #068E9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E9E is #F97161. Grayscale: #666666. Windows color (decimal): -16347490 or 10391046. OLE color: 10391046.

HSL color Cylindrical-coordinate representation of color #068E9E: hue angle of 186.32º 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 #068E9E is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6142158-
CMYK0.960.1000.38
HSL186.32º92.68%32.16%-
HSV(B)186.32º96.2%61.96%-
XYZ15.9221.8535.73-
YUV103.16158.9458.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.96%
GREEN value IS 142 (55.86% from 255) = 46.41%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=1.96%
G=46.41%
B=51.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61421580.960.1000.38186.3292.6832.16
Hex68E9E60A026ba5d20
Octal62162361401204627213540
Binary1101000111010011110110000010100100110101110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068E9E; }

 p { color: rgb(6,142,158); }

 H1.HeaderClassName
 {
   color: #068E9E;
 }
 .AnyTagClassName
 {
   color: #068E9E;
 }
</style>
background-color css

<style>
 a { background-color: #068E9E; }

 a { background-color: rgb(6,142,158); }

 div.DivClassName
 {
   background-color: #068E9E;
 }
 .BgClassName
 {
   background-color: #068E9E;
 }
</style>
border-color css

<style>
 span { border-color: #068E9E; }

 span { border-color: rgb(6,142,158); }

 td.TdClassName
 {
   border-color: #068E9E;
 }
 .TagClassName
 {
   border-color: #068E9E;
 }
</style>