COLOR #6299AD

HEX: #6299AD RGB: (98,153,173)

Color info

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

RGB color model

#6299AD color RGB value is (98,153,173).

RGB: (98,153,173) (38%, 60%, 68%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 173 of 255 = 68%

98
153
173

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

Portions of RGB colors in percentages

R + G + B = 98 + 153 + 173 = 424 (100%)
R 98 of 424 ~ 23.11%
G 153 of 424 ~ 36.08%
B 173 of 424 ~ 40.8'%

%23.11
%36.08
%40.8

CMYK color model

#6299AD color CMYK value is (43,12,0,32).

  • cyan value is 43.35%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (43,12,0,32)
C43M12Y0K32 (43%, 12%, 0%, 32%)
(0.43 / 0.12 / 0.00 / 0.32)

CMYK percentages

%43.35
%11.56
%0
%32.16

Codes

Color #6299AD in popluar color models

62 99 AD
RGB 98 153 173
HSL 196° 31.38% 53.14%
HSB/HSV 196° 43.35% 67.84%
CMYK 43.35% 11.56% 0.00%
32.16%

Color #6299AD in popluar number systems.

HEX 62 99 AD
Decimal 98 153 173
Binary 1100010 10011001 10101101
Octal 142 231 255

Shades and tints

Shades of #6299AD

#6299AD
(98,153,173)
#5A8C9E
(90,140,158)
#527F8F
(82,127,143)
#4A7280
(74,114,128)
#426571
(66,101,113)
#3A5862
(58,88,98)
#324B53
(50,75,83)
#2A3E44
(42,62,68)
#223135
(34,49,53)
#1A2426
(26,36,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #6299AD

#6299AD
(98,153,173)
#70A2B4
(112,162,180)
#7EABBB
(126,171,187)
#8CB4C2
(140,180,194)
#9ABDC9
(154,189,201)
#A8C6D0
(168,198,208)
#B6CFD7
(182,207,215)
#C4D8DE
(196,216,222)
#D2E1E5
(210,225,229)
#E0EAEC
(224,234,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6299AD color. Also use rgb(98,153,173) instead hex code.

Text Font Color

.myTextColor { color: #6299AD; }

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

This text font color is #6299AD.

Background Color

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

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

This div background color is #6299AD.

Border color

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

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

This div border color is #6299AD.

Opacity

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

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

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

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

This text has shadow with #6299AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6299AD.

Preview

Color preview on black background

This text has color #6299AD on black background.


Color preview on white background

This text has color #6299AD on white background.


Black color preview on #6299AD background

This text has black color on #6299AD background.


White color preview on #6299AD background

This text has white color on #6299AD background.


Related colors

Complementary color

Complementary color for #hex is #9D6652.


I love getcolorcode.com

Triadic colors

1 #AD6299 and #99AD62 with #6299AD are triadic colors.

2 #AD9962 and #9962AD with #6299AD are triadic colors.