COLOR #6279A3

HEX: #6279A3
RGB: (98,121,163)

Color info

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

RGB color model

#6279A3 color RGB value is (98,121,163).

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

RGB channels and saturation

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

98
121
163

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

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 163 = 382 (100%)
R 98 of 382 ~ 25.65%
G 121 of 382 ~ 31.68%
B 163 of 382 ~ 42.67%

%25.65
%31.68
%42.67

CMYK color model

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

  • cyan value is 39.88%
  • magenta value is 25.77%
  • 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
%25.77
%0
%36.08

Codes

Color #6279A3 in popluar color models

6279A3
RGB98121163
HSL219°26.10%51.18%
HSB/HSV219°39.88%63.92%
CMYK39.88%25.77%0.00%
36.08%

Color #6279A3 in popluar number systems.

HEX6279A3
Decimal98121163
Binary1100010111100110100011
Octal142171243

Shades and tints

Shades of #6279A3

#6279A3
(98,121,163)
#5A6E95
(90,110,149)
#526387
(82,99,135)
#4A5879
(74,88,121)
#424D6B
(66,77,107)
#3A425D
(58,66,93)
#32374F
(50,55,79)
#2A2C41
(42,44,65)
#222133
(34,33,51)
#1A1625
(26,22,37)
#120B17
(18,11,23)
#000000
(0,0,0)

Tints of #6279A3

#6279A3
(98,121,163)
#7085AB
(112,133,171)
#7E91B3
(126,145,179)
#8C9DBB
(140,157,187)
#9AA9C3
(154,169,195)
#A8B5CB
(168,181,203)
#B6C1D3
(182,193,211)
#C4CDDB
(196,205,219)
#D2D9E3
(210,217,227)
#E0E5EB
(224,229,235)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6279A3; }

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

This text font color is #6279A3.


Background Color

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

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

This div background color is #6279A3.


Border color

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

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

This div border color is #6279A3.


Opacity

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

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

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

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

This text has shadow with #6279A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6279A3 on black background.


Color preview on white background

This text has color #6279A3 on white background.



Black color preview on #6279A3 background

This text has black color on #6279A3 background.


White color preview on #6279A3 background

This text has white color on #6279A3 background.