COLOR #0682F2

HEX: #0682F2
RGB: (6,130,242)

Color info

#0682F2 contains mainly blue color. Web safe color of #0682F2 is #0099FF (or #09F).

RGB color model

#0682F2 color RGB value is (6,130,242).

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

RGB channels and saturation

R 6 of 255 = 2%
G 130 of 255 = 51%
B 242 of 255 = 95%

6
130
242

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

Portions of RGB colors in percentages

R + G + B =
6 + 130 + 242 = 378 (100%)
R 6 of 378 ~ 1.59%
G 130 of 378 ~ 34.39%
B 242 of 378 ~ 64.02%

%34.39
%64.02

CMYK color model

#0682F2 color CMYK value is (98,46,0,5).

  • cyan value is 97.52%
  • magenta value is 46.28%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(98,46,0,5)
C98M46Y0K5 
(98%,46%,0%,5%)
(0.98/0.46/0.00/0.05)	

CMYK percentages

%97.52
%46.28
%0
%5.1

Codes

Color #0682F2 in popluar color models

0682F2
RGB6130242
HSL208°95.16%48.63%
HSB/HSV208°97.52%94.90%
CMYK97.52%46.28%0.00%
5.10%

Color #0682F2 in popluar number systems.

HEX0682F2
Decimal6130242
Binary1101000001011110010
Octal6202362

Shades and tints

Shades of #0682F2

#0682F2
(6,130,242)
#0677DC
(6,119,220)
#066CC6
(6,108,198)
#0661B0
(6,97,176)
#06569A
(6,86,154)
#064B84
(6,75,132)
#06406E
(6,64,110)
#063558
(6,53,88)
#062A42
(6,42,66)
#061F2C
(6,31,44)
#061416
(6,20,22)
#000000
(0,0,0)

Tints of #0682F2

#0682F2
(6,130,242)
#1C8DF3
(28,141,243)
#3298F4
(50,152,244)
#48A3F5
(72,163,245)
#5EAEF6
(94,174,246)
#74B9F7
(116,185,247)
#8AC4F8
(138,196,248)
#A0CFF9
(160,207,249)
#B6DAFA
(182,218,250)
#CCE5FB
(204,229,251)
#E2F0FC
(226,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0682F2; }

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

This text font color is #0682F2.


Background Color

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

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

This div background color is #0682F2.


Border color

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

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

This div border color is #0682F2.


Opacity

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

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

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

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

This text has shadow with #0682F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0682F2 on black background.


Color preview on white background

This text has color #0682F2 on white background.



Black color preview on #0682F2 background

This text has black color on #0682F2 background.


White color preview on #0682F2 background

This text has white color on #0682F2 background.