COLOR #6299C7

HEX: #6299C7 RGB: (98,153,199)

Color info

#6299C7 contains mainly green and blue colors. Web safe color of #6299C7 is #6699CC (or #69C).

RGB color model

#6299C7 color RGB value is (98,153,199).

RGB: (98,153,199) (38%, 60%, 78%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 199 of 255 = 78%

98
153
199

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

Portions of RGB colors in percentages

R + G + B = 98 + 153 + 199 = 450 (100%)
R 98 of 450 ~ 21.78%
G 153 of 450 ~ 34%
B 199 of 450 ~ 44.22'%

%21.78
%34
%44.22

CMYK color model

#6299C7 color CMYK value is (51,23,0,22).

  • cyan value is 50.75%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (51,23,0,22) C51M23Y0K22 (51%,23%,0%,22%) (0.51/0.23/0.00/0.22) 

CMYK percentages

%50.75
%23.12
%0
%21.96

Codes

Color #6299C7 in popluar color models

62 99 C7
RGB 98 153 199
HSL 207° 47.42% 58.24%
HSB/HSV 207° 50.75% 78.04%
CMYK 50.75% 23.12% 0.00%
21.96%

Color #6299C7 in popluar number systems.

HEX 62 99 C7
Decimal 98 153 199
Binary 1100010 10011001 11000111
Octal 142 231 307

Shades and tints

Shades of #6299C7

#6299C7
(98,153,199)
#5A8CB5
(90,140,181)
#527FA3
(82,127,163)
#4A7291
(74,114,145)
#42657F
(66,101,127)
#3A586D
(58,88,109)
#324B5B
(50,75,91)
#2A3E49
(42,62,73)
#223137
(34,49,55)
#1A2425
(26,36,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #6299C7

#6299C7
(98,153,199)
#70A2CC
(112,162,204)
#7EABD1
(126,171,209)
#8CB4D6
(140,180,214)
#9ABDDB
(154,189,219)
#A8C6E0
(168,198,224)
#B6CFE5
(182,207,229)
#C4D8EA
(196,216,234)
#D2E1EF
(210,225,239)
#E0EAF4
(224,234,244)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6299C7; }

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

This text font color is #6299C7.

Background Color

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

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

This div background color is #6299C7.

Border color

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

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

This div border color is #6299C7.

Opacity

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

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

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

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

This text has shadow with #6299C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6299C7.

Preview

Color preview on black background

This text has color #6299C7 on black background.


Color preview on white background

This text has color #6299C7 on white background.


Black color preview on #6299C7 background

This text has black color on #6299C7 background.


White color preview on #6299C7 background

This text has white color on #6299C7 background.


Related colors

Complementary color

Complementary color for #hex is #9D6638.


I love getcolorcode.com

Triadic colors

1 #C76299 and #99C762 with #6299C7 are triadic colors.

2 #C79962 and #9962C7 with #6299C7 are triadic colors.