COLOR #0682A8

HEX: #0682A8
RGB: (6,130,168)

Color info

#0682A8 contains mainly green and blue colors. Web safe color of #0682A8 is #009999 (or #099).

RGB color model

#0682A8 color RGB value is (6,130,168).

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

RGB channels and saturation

R 6 of 255 = 2%
G 130 of 255 = 51%
B 168 of 255 = 66%

6
130
168

R + G + B ~ 40%. #0682A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 130 + 168 = 304 (100%)
R 6 of 304 ~ 1.97%
G 130 of 304 ~ 42.76%
B 168 of 304 ~ 55.26%

%42.76
%55.26

CMYK color model

#0682A8 color CMYK value is (96,23,0,34).

  • cyan value is 96.43%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(96,23,0,34)
C96M23Y0K34 
(96%,23%,0%,34%)
(0.96/0.23/0.00/0.34)	

CMYK percentages

%96.43
%22.62
%0
%34.12

Codes

Color #0682A8 in popluar color models

0682A8
RGB6130168
HSL194°93.10%34.12%
HSB/HSV194°96.43%65.88%
CMYK96.43%22.62%0.00%
34.12%

Color #0682A8 in popluar number systems.

HEX0682A8
Decimal6130168
Binary1101000001010101000
Octal6202250

Shades and tints

Shades of #0682A8

#0682A8
(6,130,168)
#067799
(6,119,153)
#066C8A
(6,108,138)
#06617B
(6,97,123)
#06566C
(6,86,108)
#064B5D
(6,75,93)
#06404E
(6,64,78)
#06353F
(6,53,63)
#062A30
(6,42,48)
#061F21
(6,31,33)
#061412
(6,20,18)
#000000
(0,0,0)

Tints of #0682A8

#0682A8
(6,130,168)
#1C8DAF
(28,141,175)
#3298B6
(50,152,182)
#48A3BD
(72,163,189)
#5EAEC4
(94,174,196)
#74B9CB
(116,185,203)
#8AC4D2
(138,196,210)
#A0CFD9
(160,207,217)
#B6DAE0
(182,218,224)
#CCE5E7
(204,229,231)
#E2F0EE
(226,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0682A8; }

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

This text font color is #0682A8.


Background Color

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

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

This div background color is #0682A8.


Border color

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

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

This div border color is #0682A8.


Opacity

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

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

Text with #0682A8 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 #0682A8;}

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

This text has shadow with #0682A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0682A8 on black background.


Color preview on white background

This text has color #0682A8 on white background.



Black color preview on #0682A8 background

This text has black color on #0682A8 background.


White color preview on #0682A8 background

This text has white color on #0682A8 background.