Html Css Color HEX #0689AC Eastern Blue

📋 copy color: '#0689AC'

red 6 ◦ green 137 ◦ blue 172

#0689AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0689AC

Tints of Eastern Blue #0689AC

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 1.9%
G = 43.49%
B = 54.6%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0689AC (or 0x0689AC) is known color: Eastern Blue. HEX triplet: 06, 89 and AC. RGB value is (6,137,172). Sum of RGB (Red+Green+Blue) = 6+137+172=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #0689AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0689AC is #F97653. Grayscale: #656565. Windows color (decimal): -16348756 or 11307270. OLE color: 11307270.

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

Color convert

RGB 6 137 172 -
CMYK 0.97 0.20 0 0.33
HSL 192.65º 0.93% 0.35% -
HSV(B) 192.65º 0.97% 0.67% -
XYZ 16.47 20.91 42.2 -
YUV 101.82 167.6 59.65 -
System Red Green Blue C M Y K H S L
Decimal 6 137 172 0.97 0.20 0 0.33 192.65 0.93 0.35
Hex 6 89 AC 61 14 0 21 C1 5D 23
Octal 6 211 254 141 24 0 41 301 135 43
Binary 110 10001001 10101100 1100001 10100 0 100001 11000001 1011101 100011

Color Harmonies of #0689AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0689AC

Black with #0689AC

Text Example


Text Example

White with #0689AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0689AC; }

 p { color: rgb(6,137,172); }

 H1.HeaderClassName
 {
   color: #0689AC;
 }
 .AnyTagClassName
 {
   color: #0689AC;
 }
</style>

background-color css

<style>
 a { background-color: #0689AC; }

 a { background-color: rgb(6,137,172); }

 div.DivClassName
 {
   background-color: #0689AC;
 }
 .BgClassName
 {
   background-color: #0689AC;
 }
</style>

border-color css

<style>
 span { border-color: #0689AC; }

 span { border-color: rgb(6,137,172); }

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