COLOR #6299C4

HEX: #6299C4
RGB: (98,153,196)

Color info

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

RGB color model

#6299C4 color RGB value is (98,153,196).

  • red value is 98;
  • green value is 153;
  • blue value is 196.
RGB:
(98,153,196)
(38%,60%,77%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 196 of 255 = 77%

98
153
196

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

Portions of RGB colors in percentages

R + G + B =
98 + 153 + 196 = 447 (100%)
R 98 of 447 ~ 21.92%
G 153 of 447 ~ 34.23%
B 196 of 447 ~ 43.85%

%21.92
%34.23
%43.85

CMYK color model

#6299C4 color CMYK value is (50,22,0,23).

  • cyan value is 50.00%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(50,22,0,23)
C50M22Y0K23 
(50%,22%,0%,23%)
(0.50/0.22/0.00/0.23)	

CMYK percentages

%50
%21.94
%0
%23.14

Codes

Color #6299C4 in popluar color models

6299C4
RGB98153196
HSL206°45.37%57.65%
HSB/HSV206°50.00%76.86%
CMYK50.00%21.94%0.00%
23.14%

Color #6299C4 in popluar number systems.

HEX6299C4
Decimal98153196
Binary11000101001100111000100
Octal142231304

Shades and tints

Shades of #6299C4

#6299C4
(98,153,196)
#5A8CB3
(90,140,179)
#527FA2
(82,127,162)
#4A7291
(74,114,145)
#426580
(66,101,128)
#3A586F
(58,88,111)
#324B5E
(50,75,94)
#2A3E4D
(42,62,77)
#22313C
(34,49,60)
#1A242B
(26,36,43)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #6299C4

#6299C4
(98,153,196)
#70A2C9
(112,162,201)
#7EABCE
(126,171,206)
#8CB4D3
(140,180,211)
#9ABDD8
(154,189,216)
#A8C6DD
(168,198,221)
#B6CFE2
(182,207,226)
#C4D8E7
(196,216,231)
#D2E1EC
(210,225,236)
#E0EAF1
(224,234,241)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6299C4; }

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

This text font color is #6299C4.


Background Color

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

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

This div background color is #6299C4.


Border color

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

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

This div border color is #6299C4.


Opacity

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

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

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

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

This text has shadow with #6299C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6299C4 on black background.


Color preview on white background

This text has color #6299C4 on white background.



Black color preview on #6299C4 background

This text has black color on #6299C4 background.


White color preview on #6299C4 background

This text has white color on #6299C4 background.