COLOR #6278A3

HEX: #6278A3
RGB: (98,120,163)

Color info

#6278A3 contains mainly green and blue colors. Web safe color of #6278A3 is #666699 (or #669).

RGB color model

#6278A3 color RGB value is (98,120,163).

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

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 163 of 255 = 64%

98
120
163

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

Portions of RGB colors in percentages

R + G + B =
98 + 120 + 163 = 381 (100%)
R 98 of 381 ~ 25.72%
G 120 of 381 ~ 31.5%
B 163 of 381 ~ 42.78%

%25.72
%31.5
%42.78

CMYK color model

#6278A3 color CMYK value is (40,26,0,36).

  • cyan value is 39.88%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,26,0,36)
C40M26Y0K36 
(40%,26%,0%,36%)
(0.40/0.26/0.00/0.36)	

CMYK percentages

%39.88
%26.38
%0
%36.08

Codes

Color #6278A3 in popluar color models

6278A3
RGB98120163
HSL220°26.10%51.18%
HSB/HSV220°39.88%63.92%
CMYK39.88%26.38%0.00%
36.08%

Color #6278A3 in popluar number systems.

HEX6278A3
Decimal98120163
Binary1100010111100010100011
Octal142170243

Shades and tints

Shades of #6278A3

#6278A3
(98,120,163)
#5A6E95
(90,110,149)
#526487
(82,100,135)
#4A5A79
(74,90,121)
#42506B
(66,80,107)
#3A465D
(58,70,93)
#323C4F
(50,60,79)
#2A3241
(42,50,65)
#222833
(34,40,51)
#1A1E25
(26,30,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6278A3

#6278A3
(98,120,163)
#7084AB
(112,132,171)
#7E90B3
(126,144,179)
#8C9CBB
(140,156,187)
#9AA8C3
(154,168,195)
#A8B4CB
(168,180,203)
#B6C0D3
(182,192,211)
#C4CCDB
(196,204,219)
#D2D8E3
(210,216,227)
#E0E4EB
(224,228,235)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6278A3; }

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

This text font color is #6278A3.


Background Color

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

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

This div background color is #6278A3.


Border color

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

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

This div border color is #6278A3.


Opacity

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

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

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

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

This text has shadow with #6278A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6278A3 on black background.


Color preview on white background

This text has color #6278A3 on white background.



Black color preview on #6278A3 background

This text has black color on #6278A3 background.


White color preview on #6278A3 background

This text has white color on #6278A3 background.