COLOR #6299A7

HEX: #6299A7 RGB: (98,153,167)

Color info

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

RGB color model

#6299A7 color RGB value is (98,153,167).

RGB: (98,153,167) (38%, 60%, 65%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 167 of 255 = 65%

98
153
167

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

Portions of RGB colors in percentages

R + G + B = 98 + 153 + 167 = 418 (100%)
R 98 of 418 ~ 23.44%
G 153 of 418 ~ 36.6%
B 167 of 418 ~ 39.95'%

%23.44
%36.6
%39.95

CMYK color model

#6299A7 color CMYK value is (41,8,0,35).

  • cyan value is 41.32%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (41,8,0,35) C41M8Y0K35 (41%,8%,0%,35%) (0.41/0.08/0.00/0.35) 

CMYK percentages

%41.32
%8.38
%0
%34.51

Codes

Color #6299A7 in popluar color models

62 99 A7
RGB 98 153 167
HSL 192° 28.16% 51.96%
HSB/HSV 192° 41.32% 65.49%
CMYK 41.32% 8.38% 0.00%
34.51%

Color #6299A7 in popluar number systems.

HEX 62 99 A7
Decimal 98 153 167
Binary 1100010 10011001 10100111
Octal 142 231 247

Shades and tints

Shades of #6299A7

#6299A7
(98,153,167)
#5A8C98
(90,140,152)
#527F89
(82,127,137)
#4A727A
(74,114,122)
#42656B
(66,101,107)
#3A585C
(58,88,92)
#324B4D
(50,75,77)
#2A3E3E
(42,62,62)
#22312F
(34,49,47)
#1A2420
(26,36,32)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #6299A7

#6299A7
(98,153,167)
#70A2AF
(112,162,175)
#7EABB7
(126,171,183)
#8CB4BF
(140,180,191)
#9ABDC7
(154,189,199)
#A8C6CF
(168,198,207)
#B6CFD7
(182,207,215)
#C4D8DF
(196,216,223)
#D2E1E7
(210,225,231)
#E0EAEF
(224,234,239)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6299A7; }

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

This text font color is #6299A7.

Background Color

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

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

This div background color is #6299A7.

Border color

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

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

This div border color is #6299A7.

Opacity

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

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

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

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

This text has shadow with #6299A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6299A7.

Preview

Color preview on black background

This text has color #6299A7 on black background.


Color preview on white background

This text has color #6299A7 on white background.


Black color preview on #6299A7 background

This text has black color on #6299A7 background.


White color preview on #6299A7 background

This text has white color on #6299A7 background.


Related colors

Complementary color

Complementary color for #hex is #9D6658.


I love getcolorcode.com

Triadic colors

1 #A76299 and #99A762 with #6299A7 are triadic colors.

2 #A79962 and #9962A7 with #6299A7 are triadic colors.