COLOR #6294A3

HEX: #6294A3
RGB: (98,148,163)

Color info

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

RGB color model

#6294A3 color RGB value is (98,148,163).

  • red value is 98;
  • green value is 148;
  • blue value is 163.
RGB:
(98,148,163)
(38%,58%,64%)

RGB channels and saturation

R 98 of 255 = 38%
G 148 of 255 = 58%
B 163 of 255 = 64%

98
148
163

R + G + B ~ 53%. #6294A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 148 + 163 = 409 (100%)
R 98 of 409 ~ 23.96%
G 148 of 409 ~ 36.19%
B 163 of 409 ~ 39.85%

%23.96
%36.19
%39.85

CMYK color model

#6294A3 color CMYK value is (40,9,0,36).

  • cyan value is 39.88%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,9,0,36)
C40M9Y0K36 
(40%,9%,0%,36%)
(0.40/0.09/0.00/0.36)	

CMYK percentages

%39.88
%9.2
%0
%36.08

Codes

Color #6294A3 in popluar color models

6294A3
RGB98148163
HSL194°26.10%51.18%
HSB/HSV194°39.88%63.92%
CMYK39.88%9.20%0.00%
36.08%

Color #6294A3 in popluar number systems.

HEX6294A3
Decimal98148163
Binary11000101001010010100011
Octal142224243

Shades and tints

Shades of #6294A3

#6294A3
(98,148,163)
#5A8795
(90,135,149)
#527A87
(82,122,135)
#4A6D79
(74,109,121)
#42606B
(66,96,107)
#3A535D
(58,83,93)
#32464F
(50,70,79)
#2A3941
(42,57,65)
#222C33
(34,44,51)
#1A1F25
(26,31,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #6294A3

#6294A3
(98,148,163)
#709DAB
(112,157,171)
#7EA6B3
(126,166,179)
#8CAFBB
(140,175,187)
#9AB8C3
(154,184,195)
#A8C1CB
(168,193,203)
#B6CAD3
(182,202,211)
#C4D3DB
(196,211,219)
#D2DCE3
(210,220,227)
#E0E5EB
(224,229,235)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6294A3 color. Also use rgb(98,148,163) instead hex code.

Text Font Color

.myTextColor { color: #6294A3; }

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

This text font color is #6294A3.


Background Color

.myBgColor { background-color: #6294A3; }

<div style="background-color:#6294A3">Inner text</div>

This div background color is #6294A3.


Border color

.myBorderColor { border: 1px solid #6294A3; }

<div style="border:3px solid #6294A3">Div</div>

This div border color is #6294A3.


Opacity

.myOpacity80 { color: #6294A3; opacity: 0.8; }

<p style="color:#6294A3;opacity:0.8;">80%</p>

Text with #6294A3 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 #6294A3;}

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

This text has shadow with #6294A3 color.

.textShadow {text-shadow: 3px 3px 1px #6294A3, 3px 3px 1px red;}

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

This text has shadow with #6294A3 primary color and red secondary color.


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

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

This text has shadow with #6294A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6294A3 on black background.


Color preview on white background

This text has color #6294A3 on white background.



Black color preview on #6294A3 background

This text has black color on #6294A3 background.


White color preview on #6294A3 background

This text has white color on #6294A3 background.