COLOR #6281A5

HEX: #6281A5
RGB: (98,129,165)

Color info

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

RGB color model

#6281A5 color RGB value is (98,129,165).

  • red value is 98;
  • green value is 129;
  • blue value is 165.
RGB:
(98,129,165)
(38%,51%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 165 of 255 = 65%

98
129
165

R + G + B ~ 51%. #6281A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 165 = 392 (100%)
R 98 of 392 ~ 25%
G 129 of 392 ~ 32.91%
B 165 of 392 ~ 42.09%

%25
%32.91
%42.09

CMYK color model

#6281A5 color CMYK value is (41,22,0,35).

  • cyan value is 40.61%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(41,22,0,35)
C41M22Y0K35 
(41%,22%,0%,35%)
(0.41/0.22/0.00/0.35)	

CMYK percentages

%40.61
%21.82
%0
%35.29

Codes

Color #6281A5 in popluar color models

6281A5
RGB98129165
HSL212°27.13%51.57%
HSB/HSV212°40.61%64.71%
CMYK40.61%21.82%0.00%
35.29%

Color #6281A5 in popluar number systems.

HEX6281A5
Decimal98129165
Binary11000101000000110100101
Octal142201245

Shades and tints

Shades of #6281A5

#6281A5
(98,129,165)
#5A7696
(90,118,150)
#526B87
(82,107,135)
#4A6078
(74,96,120)
#425569
(66,85,105)
#3A4A5A
(58,74,90)
#323F4B
(50,63,75)
#2A343C
(42,52,60)
#22292D
(34,41,45)
#1A1E1E
(26,30,30)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #6281A5

#6281A5
(98,129,165)
#708CAD
(112,140,173)
#7E97B5
(126,151,181)
#8CA2BD
(140,162,189)
#9AADC5
(154,173,197)
#A8B8CD
(168,184,205)
#B6C3D5
(182,195,213)
#C4CEDD
(196,206,221)
#D2D9E5
(210,217,229)
#E0E4ED
(224,228,237)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6281A5 color. Also use rgb(98,129,165) instead hex code.

Text Font Color

.myTextColor { color: #6281A5; }

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

This text font color is #6281A5.


Background Color

.myBgColor { background-color: #6281A5; }

<div style="background-color:#6281A5">Inner text</div>

This div background color is #6281A5.


Border color

.myBorderColor { border: 1px solid #6281A5; }

<div style="border:3px solid #6281A5">Div</div>

This div border color is #6281A5.


Opacity

.myOpacity80 { color: #6281A5; opacity: 0.8; }

<p style="color:#6281A5;opacity:0.8;">80%</p>

Text with #6281A5 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 #6281A5;}

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

This text has shadow with #6281A5 color.

.textShadow {text-shadow: 3px 3px 1px #6281A5, 3px 3px 1px red;}

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

This text has shadow with #6281A5 primary color and red secondary color.


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

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

This text has shadow with #6281A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6281A5 on black background.


Color preview on white background

This text has color #6281A5 on white background.



Black color preview on #6281A5 background

This text has black color on #6281A5 background.


White color preview on #6281A5 background

This text has white color on #6281A5 background.