#06979F

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

Shades of Eastern Blue #06979F

Tints of Eastern Blue #06979F

Color information

#06979F (or 0x06979F) is unknown color: approx Eastern Blue. HEX triplet: 06, 97 and 9F. RGB value is (6,151,159). Sum of RGB (Red+Green+Blue) = 6+151+159=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #06979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06979F is #F96860. Grayscale: #6C6C6C. Windows color (decimal): -16345185 or 10458886. OLE color: 10458886.

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

Color convert

RGB6151159-
CMYK0.960.0500.38
HSL183.14º92.73%32.35%-
HSV(B)183.14º96.23%62.35%-
XYZ17.424.6836.65-
YUV108.56156.4654.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=1.90%
G=47.78%
B=50.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61511590.960.0500.38183.1492.7332.35
Hex6979F605026b75d20
Octal6227237140504626713540
Binary110100101111001111111000001010100110101101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06979F; }

 p { color: rgb(6,151,159); }

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

<style>
 a { background-color: #06979F; }

 a { background-color: rgb(6,151,159); }

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

<style>
 span { border-color: #06979F; }

 span { border-color: rgb(6,151,159); }

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