COLOR #0677A8

HEX: #0677A8
RGB: (6,119,168)

Color info

#0677A8 contains mainly green and blue colors. Web safe color of #0677A8 is #006699 (or #069).

RGB color model

#0677A8 color RGB value is (6,119,168).

  • red value is 6;
  • green value is 119;
  • blue value is 168.
RGB:
(6,119,168)
(2%,47%,66%)

RGB channels and saturation

R 6 of 255 = 2%
G 119 of 255 = 47%
B 168 of 255 = 66%

6
119
168

R + G + B ~ 38%. #0677A8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 119 + 168 = 293 (100%)
R 6 of 293 ~ 2.05%
G 119 of 293 ~ 40.61%
B 168 of 293 ~ 57.34%

%40.61
%57.34

CMYK color model

#0677A8 color CMYK value is (96,29,0,34).

  • cyan value is 96.43%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(96,29,0,34)
C96M29Y0K34 
(96%,29%,0%,34%)
(0.96/0.29/0.00/0.34)	

CMYK percentages

%96.43
%29.17
%0
%34.12

Codes

Color #0677A8 in popluar color models

0677A8
RGB6119168
HSL198°93.10%34.12%
HSB/HSV198°96.43%65.88%
CMYK96.43%29.17%0.00%
34.12%

Color #0677A8 in popluar number systems.

HEX0677A8
Decimal6119168
Binary110111011110101000
Octal6167250

Shades and tints

Shades of #0677A8

#0677A8
(6,119,168)
#066D99
(6,109,153)
#06638A
(6,99,138)
#06597B
(6,89,123)
#064F6C
(6,79,108)
#06455D
(6,69,93)
#063B4E
(6,59,78)
#06313F
(6,49,63)
#062730
(6,39,48)
#061D21
(6,29,33)
#061312
(6,19,18)
#000000
(0,0,0)

Tints of #0677A8

#0677A8
(6,119,168)
#1C83AF
(28,131,175)
#328FB6
(50,143,182)
#489BBD
(72,155,189)
#5EA7C4
(94,167,196)
#74B3CB
(116,179,203)
#8ABFD2
(138,191,210)
#A0CBD9
(160,203,217)
#B6D7E0
(182,215,224)
#CCE3E7
(204,227,231)
#E2EFEE
(226,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0677A8 color. Also use rgb(6,119,168) instead hex code.

Text Font Color

.myTextColor { color: #0677A8; }

<p style="color:#0677A8">This sample text font color is #0677A8.</p>

This text font color is #0677A8.


Background Color

.myBgColor { background-color: #0677A8; }

<div style="background-color:#0677A8">Inner text</div>

This div background color is #0677A8.


Border color

.myBorderColor { border: 1px solid #0677A8; }

<div style="border:3px solid #0677A8">Div</div>

This div border color is #0677A8.


Opacity

.myOpacity80 { color: #0677A8; opacity: 0.8; }

<p style="color:#0677A8;opacity:0.8;">80%</p>

Text with #0677A8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0677A8;}

<p style="text-shadow: 3px 3px 1px #0677A8">Text here.</p>

This text has shadow with #0677A8 color.

.textShadow {text-shadow: 3px 3px 1px #0677A8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0677A8, 5px 5px 20px red">Text here.</p>

This text has shadow with #0677A8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0677A8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0677A8, Direction=45, Strength=4)">Text</p>

This text has shadow with #0677A8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0677A8;
  -webkit-box-shadow:	1px 1px 3px 2px #0677A8;
  box-shadow:		1px 1px 3px 2px #0677A8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0677A8;
-webkit-box-shadow: 1px 1px 3px 2px #0677A8;
box-shadow:1px 1px 3px 2px #0677A8;">
Div content here</div>
This div box has shadow with color #0677A8.

Preview

Color preview on black background

This text has color #0677A8 on black background.


Color preview on white background

This text has color #0677A8 on white background.



Black color preview on #0677A8 background

This text has black color on #0677A8 background.


White color preview on #0677A8 background

This text has white color on #0677A8 background.