COLOR #6283BA

HEX: #6283BA
RGB: (98,131,186)

Color info

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

RGB color model

#6283BA color RGB value is (98,131,186).

  • red value is 98;
  • green value is 131;
  • blue value is 186.
RGB:
(98,131,186)
(38%,51%,73%)

RGB channels and saturation

R 98 of 255 = 38%
G 131 of 255 = 51%
B 186 of 255 = 73%

98
131
186

R + G + B ~ 54%. #6283BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 131 + 186 = 415 (100%)
R 98 of 415 ~ 23.61%
G 131 of 415 ~ 31.57%
B 186 of 415 ~ 44.82%

%23.61
%31.57
%44.82

CMYK color model

#6283BA color CMYK value is (47,30,0,27).

  • cyan value is 47.31%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,30,0,27)
C47M30Y0K27 
(47%,30%,0%,27%)
(0.47/0.30/0.00/0.27)	

CMYK percentages

%47.31
%29.57
%0
%27.06

Codes

Color #6283BA in popluar color models

6283BA
RGB98131186
HSL218°38.94%55.69%
HSB/HSV218°47.31%72.94%
CMYK47.31%29.57%0.00%
27.06%

Color #6283BA in popluar number systems.

HEX6283BA
Decimal98131186
Binary11000101000001110111010
Octal142203272

Shades and tints

Shades of #6283BA

#6283BA
(98,131,186)
#5A78AA
(90,120,170)
#526D9A
(82,109,154)
#4A628A
(74,98,138)
#42577A
(66,87,122)
#3A4C6A
(58,76,106)
#32415A
(50,65,90)
#2A364A
(42,54,74)
#222B3A
(34,43,58)
#1A202A
(26,32,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #6283BA

#6283BA
(98,131,186)
#708EC0
(112,142,192)
#7E99C6
(126,153,198)
#8CA4CC
(140,164,204)
#9AAFD2
(154,175,210)
#A8BAD8
(168,186,216)
#B6C5DE
(182,197,222)
#C4D0E4
(196,208,228)
#D2DBEA
(210,219,234)
#E0E6F0
(224,230,240)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6283BA color. Also use rgb(98,131,186) instead hex code.

Text Font Color

.myTextColor { color: #6283BA; }

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

This text font color is #6283BA.


Background Color

.myBgColor { background-color: #6283BA; }

<div style="background-color:#6283BA">Inner text</div>

This div background color is #6283BA.


Border color

.myBorderColor { border: 1px solid #6283BA; }

<div style="border:3px solid #6283BA">Div</div>

This div border color is #6283BA.


Opacity

.myOpacity80 { color: #6283BA; opacity: 0.8; }

<p style="color:#6283BA;opacity:0.8;">80%</p>

Text with #6283BA 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 #6283BA;}

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

This text has shadow with #6283BA color.

.textShadow {text-shadow: 3px 3px 1px #6283BA, 3px 3px 1px red;}

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

This text has shadow with #6283BA primary color and red secondary color.


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

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

This text has shadow with #6283BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6283BA on black background.


Color preview on white background

This text has color #6283BA on white background.



Black color preview on #6283BA background

This text has black color on #6283BA background.


White color preview on #6283BA background

This text has white color on #6283BA background.