COLOR #629AAA

HEX: #629AAA
RGB: (98,154,170)

Color info

#629AAA contains mainly green and blue colors. Web safe color of #629AAA is #669999 (or #699).

RGB color model

#629AAA color RGB value is (98,154,170).

  • red value is 98;
  • green value is 154;
  • blue value is 170.
RGB:
(98,154,170)
(38%,60%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 154 of 255 = 60%
B 170 of 255 = 67%

98
154
170

R + G + B ~ 55%. #629AAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 154 + 170 = 422 (100%)
R 98 of 422 ~ 23.22%
G 154 of 422 ~ 36.49%
B 170 of 422 ~ 40.28%

%23.22
%36.49
%40.28

CMYK color model

#629AAA color CMYK value is (42,9,0,33).

  • cyan value is 42.35%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(42,9,0,33)
C42M9Y0K33 
(42%,9%,0%,33%)
(0.42/0.09/0.00/0.33)	

CMYK percentages

%42.35
%9.41
%0
%33.33

Codes

Color #629AAA in popluar color models

629AAA
RGB98154170
HSL193°29.75%52.55%
HSB/HSV193°42.35%66.67%
CMYK42.35%9.41%0.00%
33.33%

Color #629AAA in popluar number systems.

HEX629AAA
Decimal98154170
Binary11000101001101010101010
Octal142232252

Shades and tints

Shades of #629AAA

#629AAA
(98,154,170)
#5A8C9B
(90,140,155)
#527E8C
(82,126,140)
#4A707D
(74,112,125)
#42626E
(66,98,110)
#3A545F
(58,84,95)
#324650
(50,70,80)
#2A3841
(42,56,65)
#222A32
(34,42,50)
#1A1C23
(26,28,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #629AAA

#629AAA
(98,154,170)
#70A3B1
(112,163,177)
#7EACB8
(126,172,184)
#8CB5BF
(140,181,191)
#9ABEC6
(154,190,198)
#A8C7CD
(168,199,205)
#B6D0D4
(182,208,212)
#C4D9DB
(196,217,219)
#D2E2E2
(210,226,226)
#E0EBE9
(224,235,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629AAA color. Also use rgb(98,154,170) instead hex code.

Text Font Color

.myTextColor { color: #629AAA; }

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

This text font color is #629AAA.


Background Color

.myBgColor { background-color: #629AAA; }

<div style="background-color:#629AAA">Inner text</div>

This div background color is #629AAA.


Border color

.myBorderColor { border: 1px solid #629AAA; }

<div style="border:3px solid #629AAA">Div</div>

This div border color is #629AAA.


Opacity

.myOpacity80 { color: #629AAA; opacity: 0.8; }

<p style="color:#629AAA;opacity:0.8;">80%</p>

Text with #629AAA 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 #629AAA;}

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

This text has shadow with #629AAA color.

.textShadow {text-shadow: 3px 3px 1px #629AAA, 3px 3px 1px red;}

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

This text has shadow with #629AAA primary color and red secondary color.


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

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

This text has shadow with #629AAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629AAA on black background.


Color preview on white background

This text has color #629AAA on white background.



Black color preview on #629AAA background

This text has black color on #629AAA background.


White color preview on #629AAA background

This text has white color on #629AAA background.