COLOR #6298B3

HEX: #6298B3
RGB: (98,152,179)

Color info

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

RGB color model

#6298B3 color RGB value is (98,152,179).

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

RGB channels and saturation

R 98 of 255 = 38%
G 152 of 255 = 60%
B 179 of 255 = 70%

98
152
179

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

Portions of RGB colors in percentages

R + G + B =
98 + 152 + 179 = 429 (100%)
R 98 of 429 ~ 22.84%
G 152 of 429 ~ 35.43%
B 179 of 429 ~ 41.72%

%22.84
%35.43
%41.72

CMYK color model

#6298B3 color CMYK value is (45,15,0,30).

  • cyan value is 45.25%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(45,15,0,30)
C45M15Y0K30 
(45%,15%,0%,30%)
(0.45/0.15/0.00/0.30)	

CMYK percentages

%45.25
%15.08
%0
%29.8

Codes

Color #6298B3 in popluar color models

6298B3
RGB98152179
HSL200°34.76%54.31%
HSB/HSV200°45.25%70.20%
CMYK45.25%15.08%0.00%
29.80%

Color #6298B3 in popluar number systems.

HEX6298B3
Decimal98152179
Binary11000101001100010110011
Octal142230263

Shades and tints

Shades of #6298B3

#6298B3
(98,152,179)
#5A8BA3
(90,139,163)
#527E93
(82,126,147)
#4A7183
(74,113,131)
#426473
(66,100,115)
#3A5763
(58,87,99)
#324A53
(50,74,83)
#2A3D43
(42,61,67)
#223033
(34,48,51)
#1A2323
(26,35,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #6298B3

#6298B3
(98,152,179)
#70A1B9
(112,161,185)
#7EAABF
(126,170,191)
#8CB3C5
(140,179,197)
#9ABCCB
(154,188,203)
#A8C5D1
(168,197,209)
#B6CED7
(182,206,215)
#C4D7DD
(196,215,221)
#D2E0E3
(210,224,227)
#E0E9E9
(224,233,233)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6298B3; }

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

This text font color is #6298B3.


Background Color

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

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

This div background color is #6298B3.


Border color

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

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

This div border color is #6298B3.


Opacity

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

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

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

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

This text has shadow with #6298B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6298B3 on black background.


Color preview on white background

This text has color #6298B3 on white background.



Black color preview on #6298B3 background

This text has black color on #6298B3 background.


White color preview on #6298B3 background

This text has white color on #6298B3 background.