#0688AA

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

Shades of Eastern Blue #0688AA

Tints of Eastern Blue #0688AA

Color information

#0688AA (or 0x0688AA) is unknown color: approx Eastern Blue. HEX triplet: 06, 88 and AA. RGB value is (6,136,170). Sum of RGB (Red+Green+Blue) = 6+136+170=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #0688AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0688AA is #F97755. Grayscale: #646464. Windows color (decimal): -16349014 or 11175942. OLE color: 11175942.

HSL color Cylindrical-coordinate representation of color #0688AA: hue angle of 192.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0688AA is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6136170-
CMYK0.960.2000.33
HSL192.44º93.18%34.51%-
HSV(B)192.44º96.47%66.67%-
XYZ16.1320.5541.15-
YUV101.01166.9360.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=1.92%
G=43.59%
B=54.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61361700.960.2000.33192.4493.1834.51
Hex688AA6014021c05d23
Octal62102521402404130013543
Binary11010001000101010101100000101000100001110000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0688AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0688AA; }

 p { color: rgb(6,136,170); }

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

<style>
 a { background-color: #0688AA; }

 a { background-color: rgb(6,136,170); }

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

<style>
 span { border-color: #0688AA; }

 span { border-color: rgb(6,136,170); }

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