COLOR #068DB9

HEX: #068DB9
RGB: (6,141,185)

Color info

#068DB9 contains mainly green and blue colors. Web safe color of #068DB9 is #0099CC (or #09C).

RGB color model

#068DB9 color RGB value is (6,141,185).

  • red value is 6;
  • green value is 141;
  • blue value is 185.
RGB:
(6,141,185)
(2%,55%,73%)

RGB channels and saturation

R 6 of 255 = 2%
G 141 of 255 = 55%
B 185 of 255 = 73%

6
141
185

R + G + B ~ 43%. #068DB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 141 + 185 = 332 (100%)
R 6 of 332 ~ 1.81%
G 141 of 332 ~ 42.47%
B 185 of 332 ~ 55.72%

%42.47
%55.72

CMYK color model

#068DB9 color CMYK value is (97,24,0,27).

  • cyan value is 96.76%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(97,24,0,27)
C97M24Y0K27 
(97%,24%,0%,27%)
(0.97/0.24/0.00/0.27)	

CMYK percentages

%96.76
%23.78
%0
%27.45

Codes

Color #068DB9 in popluar color models

068DB9
RGB6141185
HSL195°93.72%37.45%
HSB/HSV195°96.76%72.55%
CMYK96.76%23.78%0.00%
27.45%

Color #068DB9 in popluar number systems.

HEX068DB9
Decimal6141185
Binary1101000110110111001
Octal6215271

Shades and tints

Shades of #068DB9

#068DB9
(6,141,185)
#0681A9
(6,129,169)
#067599
(6,117,153)
#066989
(6,105,137)
#065D79
(6,93,121)
#065169
(6,81,105)
#064559
(6,69,89)
#063949
(6,57,73)
#062D39
(6,45,57)
#062129
(6,33,41)
#061519
(6,21,25)
#000000
(0,0,0)

Tints of #068DB9

#068DB9
(6,141,185)
#1C97BF
(28,151,191)
#32A1C5
(50,161,197)
#48ABCB
(72,171,203)
#5EB5D1
(94,181,209)
#74BFD7
(116,191,215)
#8AC9DD
(138,201,221)
#A0D3E3
(160,211,227)
#B6DDE9
(182,221,233)
#CCE7EF
(204,231,239)
#E2F1F5
(226,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068DB9 color. Also use rgb(6,141,185) instead hex code.

Text Font Color

.myTextColor { color: #068DB9; }

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

This text font color is #068DB9.


Background Color

.myBgColor { background-color: #068DB9; }

<div style="background-color:#068DB9">Inner text</div>

This div background color is #068DB9.


Border color

.myBorderColor { border: 1px solid #068DB9; }

<div style="border:3px solid #068DB9">Div</div>

This div border color is #068DB9.


Opacity

.myOpacity80 { color: #068DB9; opacity: 0.8; }

<p style="color:#068DB9;opacity:0.8;">80%</p>

Text with #068DB9 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 #068DB9;}

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

This text has shadow with #068DB9 color.

.textShadow {text-shadow: 3px 3px 1px #068DB9, 3px 3px 1px red;}

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

This text has shadow with #068DB9 primary color and red secondary color.


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

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

This text has shadow with #068DB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068DB9 on black background.


Color preview on white background

This text has color #068DB9 on white background.



Black color preview on #068DB9 background

This text has black color on #068DB9 background.


White color preview on #068DB9 background

This text has white color on #068DB9 background.