COLOR #6286B1

HEX: #6286B1
RGB: (98,134,177)

Color info

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

RGB color model

#6286B1 color RGB value is (98,134,177).

  • red value is 98;
  • green value is 134;
  • blue value is 177.
RGB:
(98,134,177)
(38%,53%,69%)

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 177 of 255 = 69%

98
134
177

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

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 177 = 409 (100%)
R 98 of 409 ~ 23.96%
G 134 of 409 ~ 32.76%
B 177 of 409 ~ 43.28%

%23.96
%32.76
%43.28

CMYK color model

#6286B1 color CMYK value is (45,24,0,31).

  • cyan value is 44.63%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(45,24,0,31)
C45M24Y0K31 
(45%,24%,0%,31%)
(0.45/0.24/0.00/0.31)	

CMYK percentages

%44.63
%24.29
%0
%30.59

Codes

Color #6286B1 in popluar color models

6286B1
RGB98134177
HSL213°33.62%53.92%
HSB/HSV213°44.63%69.41%
CMYK44.63%24.29%0.00%
30.59%

Color #6286B1 in popluar number systems.

HEX6286B1
Decimal98134177
Binary11000101000011010110001
Octal142206261

Shades and tints

Shades of #6286B1

#6286B1
(98,134,177)
#5A7AA1
(90,122,161)
#526E91
(82,110,145)
#4A6281
(74,98,129)
#425671
(66,86,113)
#3A4A61
(58,74,97)
#323E51
(50,62,81)
#2A3241
(42,50,65)
#222631
(34,38,49)
#1A1A21
(26,26,33)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6286B1

#6286B1
(98,134,177)
#7091B8
(112,145,184)
#7E9CBF
(126,156,191)
#8CA7C6
(140,167,198)
#9AB2CD
(154,178,205)
#A8BDD4
(168,189,212)
#B6C8DB
(182,200,219)
#C4D3E2
(196,211,226)
#D2DEE9
(210,222,233)
#E0E9F0
(224,233,240)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6286B1 color. Also use rgb(98,134,177) instead hex code.

Text Font Color

.myTextColor { color: #6286B1; }

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

This text font color is #6286B1.


Background Color

.myBgColor { background-color: #6286B1; }

<div style="background-color:#6286B1">Inner text</div>

This div background color is #6286B1.


Border color

.myBorderColor { border: 1px solid #6286B1; }

<div style="border:3px solid #6286B1">Div</div>

This div border color is #6286B1.


Opacity

.myOpacity80 { color: #6286B1; opacity: 0.8; }

<p style="color:#6286B1;opacity:0.8;">80%</p>

Text with #6286B1 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 #6286B1;}

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

This text has shadow with #6286B1 color.

.textShadow {text-shadow: 3px 3px 1px #6286B1, 3px 3px 1px red;}

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

This text has shadow with #6286B1 primary color and red secondary color.


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

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

This text has shadow with #6286B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6286B1 on black background.


Color preview on white background

This text has color #6286B1 on white background.



Black color preview on #6286B1 background

This text has black color on #6286B1 background.


White color preview on #6286B1 background

This text has white color on #6286B1 background.