COLOR #6273BA

HEX: #6273BA
RGB: (98,115,186)

Color info

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

RGB color model

#6273BA color RGB value is (98,115,186).

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

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 186 of 255 = 73%

98
115
186

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

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 186 = 399 (100%)
R 98 of 399 ~ 24.56%
G 115 of 399 ~ 28.82%
B 186 of 399 ~ 46.62%

%24.56
%28.82
%46.62

CMYK color model

#6273BA color CMYK value is (47,38,0,27).

  • cyan value is 47.31%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,38,0,27)
C47M38Y0K27 
(47%,38%,0%,27%)
(0.47/0.38/0.00/0.27)	

CMYK percentages

%47.31
%38.17
%0
%27.06

Codes

Color #6273BA in popluar color models

6273BA
RGB98115186
HSL228°38.94%55.69%
HSB/HSV228°47.31%72.94%
CMYK47.31%38.17%0.00%
27.06%

Color #6273BA in popluar number systems.

HEX6273BA
Decimal98115186
Binary1100010111001110111010
Octal142163272

Shades and tints

Shades of #6273BA

#6273BA
(98,115,186)
#5A69AA
(90,105,170)
#525F9A
(82,95,154)
#4A558A
(74,85,138)
#424B7A
(66,75,122)
#3A416A
(58,65,106)
#32375A
(50,55,90)
#2A2D4A
(42,45,74)
#22233A
(34,35,58)
#1A192A
(26,25,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #6273BA

#6273BA
(98,115,186)
#707FC0
(112,127,192)
#7E8BC6
(126,139,198)
#8C97CC
(140,151,204)
#9AA3D2
(154,163,210)
#A8AFD8
(168,175,216)
#B6BBDE
(182,187,222)
#C4C7E4
(196,199,228)
#D2D3EA
(210,211,234)
#E0DFF0
(224,223,240)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6273BA; }

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

This text font color is #6273BA.


Background Color

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

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

This div background color is #6273BA.


Border color

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

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

This div border color is #6273BA.


Opacity

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

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

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

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

This text has shadow with #6273BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6273BA on black background.


Color preview on white background

This text has color #6273BA on white background.



Black color preview on #6273BA background

This text has black color on #6273BA background.


White color preview on #6273BA background

This text has white color on #6273BA background.