COLOR #6298B1

HEX: #6298B1
RGB: (98,152,177)

Color info

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

RGB color model

#6298B1 color RGB value is (98,152,177).

  • red value is 98;
  • green value is 152;
  • blue value is 177.
RGB:
(98,152,177)
(38%,60%,69%)

RGB channels and saturation

R 98 of 255 = 38%
G 152 of 255 = 60%
B 177 of 255 = 69%

98
152
177

R + G + B ~ 56%. #6298B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 152 + 177 = 427 (100%)
R 98 of 427 ~ 22.95%
G 152 of 427 ~ 35.6%
B 177 of 427 ~ 41.45%

%22.95
%35.6
%41.45

CMYK color model

#6298B1 color CMYK value is (45,14,0,31).

  • cyan value is 44.63%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(45,14,0,31)
C45M14Y0K31 
(45%,14%,0%,31%)
(0.45/0.14/0.00/0.31)	

CMYK percentages

%44.63
%14.12
%0
%30.59

Codes

Color #6298B1 in popluar color models

6298B1
RGB98152177
HSL199°33.62%53.92%
HSB/HSV199°44.63%69.41%
CMYK44.63%14.12%0.00%
30.59%

Color #6298B1 in popluar number systems.

HEX6298B1
Decimal98152177
Binary11000101001100010110001
Octal142230261

Shades and tints

Shades of #6298B1

#6298B1
(98,152,177)
#5A8BA1
(90,139,161)
#527E91
(82,126,145)
#4A7181
(74,113,129)
#426471
(66,100,113)
#3A5761
(58,87,97)
#324A51
(50,74,81)
#2A3D41
(42,61,65)
#223031
(34,48,49)
#1A2321
(26,35,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #6298B1

#6298B1
(98,152,177)
#70A1B8
(112,161,184)
#7EAABF
(126,170,191)
#8CB3C6
(140,179,198)
#9ABCCD
(154,188,205)
#A8C5D4
(168,197,212)
#B6CEDB
(182,206,219)
#C4D7E2
(196,215,226)
#D2E0E9
(210,224,233)
#E0E9F0
(224,233,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6298B1 color. Also use rgb(98,152,177) instead hex code.

Text Font Color

.myTextColor { color: #6298B1; }

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

This text font color is #6298B1.


Background Color

.myBgColor { background-color: #6298B1; }

<div style="background-color:#6298B1">Inner text</div>

This div background color is #6298B1.


Border color

.myBorderColor { border: 1px solid #6298B1; }

<div style="border:3px solid #6298B1">Div</div>

This div border color is #6298B1.


Opacity

.myOpacity80 { color: #6298B1; opacity: 0.8; }

<p style="color:#6298B1;opacity:0.8;">80%</p>

Text with #6298B1 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 #6298B1;}

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

This text has shadow with #6298B1 color.

.textShadow {text-shadow: 3px 3px 1px #6298B1, 3px 3px 1px red;}

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

This text has shadow with #6298B1 primary color and red secondary color.


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

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

This text has shadow with #6298B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6298B1 on black background.


Color preview on white background

This text has color #6298B1 on white background.



Black color preview on #6298B1 background

This text has black color on #6298B1 background.


White color preview on #6298B1 background

This text has white color on #6298B1 background.