COLOR #6280CD

HEX: #6280CD
RGB: (98,128,205)

Color info

#6280CD contains mainly blue color. Web safe color of #6280CD is #6666CC (or #66C).

RGB color model

#6280CD color RGB value is (98,128,205).

  • red value is 98;
  • green value is 128;
  • blue value is 205.
RGB:
(98,128,205)
(38%,50%,80%)

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 205 of 255 = 80%

98
128
205

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 205 = 431 (100%)
R 98 of 431 ~ 22.74%
G 128 of 431 ~ 29.7%
B 205 of 431 ~ 47.56%

%22.74
%29.7
%47.56

CMYK color model

#6280CD color CMYK value is (52,38,0,20).

  • cyan value is 52.20%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(52,38,0,20)
C52M38Y0K20 
(52%,38%,0%,20%)
(0.52/0.38/0.00/0.20)	

CMYK percentages

%52.2
%37.56
%0
%19.61

Codes

Color #6280CD in popluar color models

6280CD
RGB98128205
HSL223°51.69%59.41%
HSB/HSV223°52.20%80.39%
CMYK52.20%37.56%0.00%
19.61%

Color #6280CD in popluar number systems.

HEX6280CD
Decimal98128205
Binary11000101000000011001101
Octal142200315

Shades and tints

Shades of #6280CD

#6280CD
(98,128,205)
#5A75BB
(90,117,187)
#526AA9
(82,106,169)
#4A5F97
(74,95,151)
#425485
(66,84,133)
#3A4973
(58,73,115)
#323E61
(50,62,97)
#2A334F
(42,51,79)
#22283D
(34,40,61)
#1A1D2B
(26,29,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #6280CD

#6280CD
(98,128,205)
#708BD1
(112,139,209)
#7E96D5
(126,150,213)
#8CA1D9
(140,161,217)
#9AACDD
(154,172,221)
#A8B7E1
(168,183,225)
#B6C2E5
(182,194,229)
#C4CDE9
(196,205,233)
#D2D8ED
(210,216,237)
#E0E3F1
(224,227,241)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6280CD color. Also use rgb(98,128,205) instead hex code.

Text Font Color

.myTextColor { color: #6280CD; }

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

This text font color is #6280CD.


Background Color

.myBgColor { background-color: #6280CD; }

<div style="background-color:#6280CD">Inner text</div>

This div background color is #6280CD.


Border color

.myBorderColor { border: 1px solid #6280CD; }

<div style="border:3px solid #6280CD">Div</div>

This div border color is #6280CD.


Opacity

.myOpacity80 { color: #6280CD; opacity: 0.8; }

<p style="color:#6280CD;opacity:0.8;">80%</p>

Text with #6280CD 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 #6280CD;}

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

This text has shadow with #6280CD color.

.textShadow {text-shadow: 3px 3px 1px #6280CD, 3px 3px 1px red;}

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

This text has shadow with #6280CD primary color and red secondary color.


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

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

This text has shadow with #6280CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6280CD on black background.


Color preview on white background

This text has color #6280CD on white background.



Black color preview on #6280CD background

This text has black color on #6280CD background.


White color preview on #6280CD background

This text has white color on #6280CD background.