#068E99

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

Shades of Eastern Blue #068E99

Tints of Eastern Blue #068E99

Color information

#068E99 (or 0x068E99) is unknown color: approx Eastern Blue. HEX triplet: 06, 8E and 99. RGB value is (6,142,153). Sum of RGB (Red+Green+Blue) = 6+142+153=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #068E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E99 is #F97166. Grayscale: #666666. Windows color (decimal): -16347495 or 10063366. OLE color: 10063366.

HSL color Cylindrical-coordinate representation of color #068E99: hue angle of 184.49º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E99 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6142153-
CMYK0.960.0700.4
HSL184.49º92.45%31.18%-
HSV(B)184.49º96.08%60%-
XYZ15.521.6833.51-
YUV102.59156.4459.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=1.99%
G=47.18%
B=50.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61421530.960.0700.4184.4992.4531.18
Hex68E99607028b85c1f
Octal6216231140705027013437
Binary11010001110100110011100000111010100010111000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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