Html Css Color HEX #06989E Eastern Blue

📋 copy color: '#06989E'

red 6 ◦ green 152 ◦ blue 158

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

Shades of Eastern Blue #06989E

Tints of Eastern Blue #06989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 1.9%
G = 48.1%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06989E (or 0x06989E) is known color: Eastern Blue. HEX triplet: 06, 98 and 9E. RGB value is (6,152,158). Sum of RGB (Red+Green+Blue) = 6+152+158=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #06989E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06989E is #F96761. Grayscale: #6C6C6C. Windows color (decimal): -16344930 or 10393606. OLE color: 10393606.

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

Color convert

RGB 6 152 158 -
CMYK 0.96 0.04 0 0.38
HSL 182.37º 0.93% 0.32% -
HSV(B) 182.37º 0.96% 0.62% -
XYZ 17.47 24.96 36.25 -
YUV 109.03 155.63 54.51 -
System Red Green Blue C M Y K H S L
Decimal 6 152 158 0.96 0.04 0 0.38 182.37 0.93 0.32
Hex 6 98 9E 60 4 0 26 B6 5D 20
Octal 6 230 236 140 4 0 46 266 135 40
Binary 110 10011000 10011110 1100000 100 0 100110 10110110 1011101 100000

Color Harmonies of #06989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06989E

Black with #06989E

Text Example


Text Example

White with #06989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06989E; }

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

 H1.HeaderClassName
 {
   color: #06989E;
 }
 .AnyTagClassName
 {
   color: #06989E;
 }
</style>

background-color css

<style>
 a { background-color: #06989E; }

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

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

border-color css

<style>
 span { border-color: #06989E; }

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

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