COLOR #6287BB

HEX: #6287BB
RGB: (98,135,187)

Color info

#6287BB contains mainly green and blue colors. Web safe color of #6287BB is #6699CC (or #69C).

RGB color model

#6287BB color RGB value is (98,135,187).

  • red value is 98;
  • green value is 135;
  • blue value is 187.
RGB:
(98,135,187)
(38%,53%,73%)

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 187 of 255 = 73%

98
135
187

R + G + B ~ 55%. #6287BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 187 = 420 (100%)
R 98 of 420 ~ 23.33%
G 135 of 420 ~ 32.14%
B 187 of 420 ~ 44.52%

%23.33
%32.14
%44.52

CMYK color model

#6287BB color CMYK value is (48,28,0,27).

  • cyan value is 47.59%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(48,28,0,27)
C48M28Y0K27 
(48%,28%,0%,27%)
(0.48/0.28/0.00/0.27)	

CMYK percentages

%47.59
%27.81
%0
%26.67

Codes

Color #6287BB in popluar color models

6287BB
RGB98135187
HSL215°39.56%55.88%
HSB/HSV215°47.59%73.33%
CMYK47.59%27.81%0.00%
26.67%

Color #6287BB in popluar number systems.

HEX6287BB
Decimal98135187
Binary11000101000011110111011
Octal142207273

Shades and tints

Shades of #6287BB

#6287BB
(98,135,187)
#5A7BAA
(90,123,170)
#526F99
(82,111,153)
#4A6388
(74,99,136)
#425777
(66,87,119)
#3A4B66
(58,75,102)
#323F55
(50,63,85)
#2A3344
(42,51,68)
#222733
(34,39,51)
#1A1B22
(26,27,34)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6287BB

#6287BB
(98,135,187)
#7091C1
(112,145,193)
#7E9BC7
(126,155,199)
#8CA5CD
(140,165,205)
#9AAFD3
(154,175,211)
#A8B9D9
(168,185,217)
#B6C3DF
(182,195,223)
#C4CDE5
(196,205,229)
#D2D7EB
(210,215,235)
#E0E1F1
(224,225,241)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6287BB color. Also use rgb(98,135,187) instead hex code.

Text Font Color

.myTextColor { color: #6287BB; }

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

This text font color is #6287BB.


Background Color

.myBgColor { background-color: #6287BB; }

<div style="background-color:#6287BB">Inner text</div>

This div background color is #6287BB.


Border color

.myBorderColor { border: 1px solid #6287BB; }

<div style="border:3px solid #6287BB">Div</div>

This div border color is #6287BB.


Opacity

.myOpacity80 { color: #6287BB; opacity: 0.8; }

<p style="color:#6287BB;opacity:0.8;">80%</p>

Text with #6287BB 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 #6287BB;}

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

This text has shadow with #6287BB color.

.textShadow {text-shadow: 3px 3px 1px #6287BB, 3px 3px 1px red;}

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

This text has shadow with #6287BB primary color and red secondary color.


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

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

This text has shadow with #6287BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6287BB on black background.


Color preview on white background

This text has color #6287BB on white background.



Black color preview on #6287BB background

This text has black color on #6287BB background.


White color preview on #6287BB background

This text has white color on #6287BB background.