COLOR #6287D0

HEX: #6287D0
RGB: (98,135,208)

Color info

#6287D0 contains mainly blue color. Web safe color of #6287D0 is #6699CC (or #69C).

RGB color model

#6287D0 color RGB value is (98,135,208).

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

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 208 of 255 = 82%

98
135
208

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

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 208 = 441 (100%)
R 98 of 441 ~ 22.22%
G 135 of 441 ~ 30.61%
B 208 of 441 ~ 47.17%

%22.22
%30.61
%47.17

CMYK color model

#6287D0 color CMYK value is (53,35,0,18).

  • cyan value is 52.88%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(53,35,0,18)
C53M35Y0K18 
(53%,35%,0%,18%)
(0.53/0.35/0.00/0.18)	

CMYK percentages

%52.88
%35.1
%0
%18.43

Codes

Color #6287D0 in popluar color models

6287D0
RGB98135208
HSL220°53.92%60.00%
HSB/HSV220°52.88%81.57%
CMYK52.88%35.10%0.00%
18.43%

Color #6287D0 in popluar number systems.

HEX6287D0
Decimal98135208
Binary11000101000011111010000
Octal142207320

Shades and tints

Shades of #6287D0

#6287D0
(98,135,208)
#5A7BBE
(90,123,190)
#526FAC
(82,111,172)
#4A639A
(74,99,154)
#425788
(66,87,136)
#3A4B76
(58,75,118)
#323F64
(50,63,100)
#2A3352
(42,51,82)
#222740
(34,39,64)
#1A1B2E
(26,27,46)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #6287D0

#6287D0
(98,135,208)
#7091D4
(112,145,212)
#7E9BD8
(126,155,216)
#8CA5DC
(140,165,220)
#9AAFE0
(154,175,224)
#A8B9E4
(168,185,228)
#B6C3E8
(182,195,232)
#C4CDEC
(196,205,236)
#D2D7F0
(210,215,240)
#E0E1F4
(224,225,244)
#EEEBF8
(238,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6287D0; }

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

This text font color is #6287D0.


Background Color

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

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

This div background color is #6287D0.


Border color

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

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

This div border color is #6287D0.


Opacity

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

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

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

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

This text has shadow with #6287D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6287D0 on black background.


Color preview on white background

This text has color #6287D0 on white background.



Black color preview on #6287D0 background

This text has black color on #6287D0 background.


White color preview on #6287D0 background

This text has white color on #6287D0 background.