COLOR #0690AD

HEX: #0690AD RGB: (6,144,173)

Color info

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

RGB color model

#0690AD color RGB value is (6,144,173).

RGB: (6,144,173) (2%, 56%, 68%)

RGB channels and saturation

R 6 of 255 = 2%
G 144 of 255 = 56%
B 173 of 255 = 68%

6
144
173

R + G + B ~ 42%. #0690AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 6 + 144 + 173 = 323 (100%)
R 6 of 323 ~ 1.86%
G 144 of 323 ~ 44.58%
B 173 of 323 ~ 53.56'%

%44.58
%53.56

CMYK color model

#0690AD color CMYK value is (97,17,0,32).

  • cyan value is 96.53%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (97,17,0,32)
C97M17Y0K32 (97%, 17%, 0%, 32%)
(0.97 / 0.17 / 0.00 / 0.32)

CMYK percentages

%96.53
%16.76
%0
%32.16

Codes

Color #0690AD in popluar color models

06 90 AD
RGB 6 144 173
HSL 190° 93.30% 35.10%
HSB/HSV 190° 96.53% 67.84%
CMYK 96.53% 16.76% 0.00%
32.16%

Color #0690AD in popluar number systems.

HEX 06 90 AD
Decimal 6 144 173
Binary 110 10010000 10101101
Octal 6 220 255

Shades and tints

Shades of #0690AD

#0690AD
(6,144,173)
#06839E
(6,131,158)
#06768F
(6,118,143)
#066980
(6,105,128)
#065C71
(6,92,113)
#064F62
(6,79,98)
#064253
(6,66,83)
#063544
(6,53,68)
#062835
(6,40,53)
#061B26
(6,27,38)
#060E17
(6,14,23)
#000000
(0,0,0)

Tints of #0690AD

#0690AD
(6,144,173)
#1C9AB4
(28,154,180)
#32A4BB
(50,164,187)
#48AEC2
(72,174,194)
#5EB8C9
(94,184,201)
#74C2D0
(116,194,208)
#8ACCD7
(138,204,215)
#A0D6DE
(160,214,222)
#B6E0E5
(182,224,229)
#CCEAEC
(204,234,236)
#E2F4F3
(226,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0690AD color. Also use rgb(6,144,173) instead hex code.

Text Font Color

.myTextColor { color: #0690AD; }

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

This text font color is #0690AD.

Background Color

.myBgColor { background-color: #0690AD; }

<div style="background-color:#0690AD">Inner text</div>

This div background color is #0690AD.

Border color

.myBorderColor { border: 1px solid #0690AD; }

<div style="border:3px solid #0690AD">Div</div>

This div border color is #0690AD.

Opacity

.myOpacity80 { color: #0690AD; opacity: 0.8; }

<p style="color:#0690AD;opacity:0.8;">80%</p>

Text with #0690AD 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 #0690AD;}

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

This text has shadow with #0690AD color.


.textShadow {text-shadow: 3px 3px 1px #0690AD', 3px 3px 1px red;}

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

This text has shadow with #0690AD primary color and red secondary color.


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

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

This text has shadow with #0690AD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0690AD; -webkit-box-shadow: 1px 1px 3px 2px #0690AD; box-shadow:1px 1px 3px 2px #0690AD;">
Div content here
</div>

This div box has shadow with color #0690AD.

Preview

Color preview on black background

This text has color #0690AD on black background.


Color preview on white background

This text has color #0690AD on white background.


Black color preview on #0690AD background

This text has black color on #0690AD background.


White color preview on #0690AD background

This text has white color on #0690AD background.


Related colors

Complementary color

Complementary color for #hex is #F96F52.


I love getcolorcode.com

Triadic colors

1 #AD0690 and #90AD06 with #0690AD are triadic colors.

2 #AD9006 and #9006AD with #0690AD are triadic colors.