COLOR #069EDA

HEX: #069EDA
RGB: (6,158,218)

Color info

#069EDA contains mainly blue color. Web safe color of #069EDA is #0099CC (or #09C).

RGB color model

#069EDA color RGB value is (6,158,218).

  • red value is 6;
  • green value is 158;
  • blue value is 218.
RGB:
(6,158,218)
(2%,62%,85%)

RGB channels and saturation

R 6 of 255 = 2%
G 158 of 255 = 62%
B 218 of 255 = 85%

6
158
218

R + G + B ~ 50%. #069EDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 158 + 218 = 382 (100%)
R 6 of 382 ~ 1.57%
G 158 of 382 ~ 41.36%
B 218 of 382 ~ 57.07%

%41.36
%57.07

CMYK color model

#069EDA color CMYK value is (97,28,0,15).

  • cyan value is 97.25%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(97,28,0,15)
C97M28Y0K15 
(97%,28%,0%,15%)
(0.97/0.28/0.00/0.15)	

CMYK percentages

%97.25
%27.52
%0
%14.51

Codes

Color #069EDA in popluar color models

069EDA
RGB6158218
HSL197°94.64%43.92%
HSB/HSV197°97.25%85.49%
CMYK97.25%27.52%0.00%
14.51%

Color #069EDA in popluar number systems.

HEX069EDA
Decimal6158218
Binary1101001111011011010
Octal6236332

Shades and tints

Shades of #069EDA

#069EDA
(6,158,218)
#0690C7
(6,144,199)
#0682B4
(6,130,180)
#0674A1
(6,116,161)
#06668E
(6,102,142)
#06587B
(6,88,123)
#064A68
(6,74,104)
#063C55
(6,60,85)
#062E42
(6,46,66)
#06202F
(6,32,47)
#06121C
(6,18,28)
#000000
(0,0,0)

Tints of #069EDA

#069EDA
(6,158,218)
#1CA6DD
(28,166,221)
#32AEE0
(50,174,224)
#48B6E3
(72,182,227)
#5EBEE6
(94,190,230)
#74C6E9
(116,198,233)
#8ACEEC
(138,206,236)
#A0D6EF
(160,214,239)
#B6DEF2
(182,222,242)
#CCE6F5
(204,230,245)
#E2EEF8
(226,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #069EDA color. Also use rgb(6,158,218) instead hex code.

Text Font Color

.myTextColor { color: #069EDA; }

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

This text font color is #069EDA.


Background Color

.myBgColor { background-color: #069EDA; }

<div style="background-color:#069EDA">Inner text</div>

This div background color is #069EDA.


Border color

.myBorderColor { border: 1px solid #069EDA; }

<div style="border:3px solid #069EDA">Div</div>

This div border color is #069EDA.


Opacity

.myOpacity80 { color: #069EDA; opacity: 0.8; }

<p style="color:#069EDA;opacity:0.8;">80%</p>

Text with #069EDA 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 #069EDA;}

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

This text has shadow with #069EDA color.

.textShadow {text-shadow: 3px 3px 1px #069EDA, 3px 3px 1px red;}

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

This text has shadow with #069EDA primary color and red secondary color.


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

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

This text has shadow with #069EDA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #069EDA on black background.


Color preview on white background

This text has color #069EDA on white background.



Black color preview on #069EDA background

This text has black color on #069EDA background.


White color preview on #069EDA background

This text has white color on #069EDA background.