COLOR #6267B7

HEX: #6267B7
RGB: (98,103,183)

Color info

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

RGB color model

#6267B7 color RGB value is (98,103,183).

  • red value is 98;
  • green value is 103;
  • blue value is 183.
RGB:
(98,103,183)
(38%,40%,72%)

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 183 of 255 = 72%

98
103
183

R + G + B ~ 50%. #6267B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 103 + 183 = 384 (100%)
R 98 of 384 ~ 25.52%
G 103 of 384 ~ 26.82%
B 183 of 384 ~ 47.66%

%25.52
%26.82
%47.66

CMYK color model

#6267B7 color CMYK value is (46,44,0,28).

  • cyan value is 46.45%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,44,0,28)
C46M44Y0K28 
(46%,44%,0%,28%)
(0.46/0.44/0.00/0.28)	

CMYK percentages

%46.45
%43.72
%0
%28.24

Codes

Color #6267B7 in popluar color models

6267B7
RGB98103183
HSL236°37.12%55.10%
HSB/HSV236°46.45%71.76%
CMYK46.45%43.72%0.00%
28.24%

Color #6267B7 in popluar number systems.

HEX6267B7
Decimal98103183
Binary1100010110011110110111
Octal142147267

Shades and tints

Shades of #6267B7

#6267B7
(98,103,183)
#5A5EA7
(90,94,167)
#525597
(82,85,151)
#4A4C87
(74,76,135)
#424377
(66,67,119)
#3A3A67
(58,58,103)
#323157
(50,49,87)
#2A2847
(42,40,71)
#221F37
(34,31,55)
#1A1627
(26,22,39)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #6267B7

#6267B7
(98,103,183)
#7074BD
(112,116,189)
#7E81C3
(126,129,195)
#8C8EC9
(140,142,201)
#9A9BCF
(154,155,207)
#A8A8D5
(168,168,213)
#B6B5DB
(182,181,219)
#C4C2E1
(196,194,225)
#D2CFE7
(210,207,231)
#E0DCED
(224,220,237)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6267B7 color. Also use rgb(98,103,183) instead hex code.

Text Font Color

.myTextColor { color: #6267B7; }

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

This text font color is #6267B7.


Background Color

.myBgColor { background-color: #6267B7; }

<div style="background-color:#6267B7">Inner text</div>

This div background color is #6267B7.


Border color

.myBorderColor { border: 1px solid #6267B7; }

<div style="border:3px solid #6267B7">Div</div>

This div border color is #6267B7.


Opacity

.myOpacity80 { color: #6267B7; opacity: 0.8; }

<p style="color:#6267B7;opacity:0.8;">80%</p>

Text with #6267B7 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 #6267B7;}

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

This text has shadow with #6267B7 color.

.textShadow {text-shadow: 3px 3px 1px #6267B7, 3px 3px 1px red;}

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

This text has shadow with #6267B7 primary color and red secondary color.


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

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

This text has shadow with #6267B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6267B7 on black background.


Color preview on white background

This text has color #6267B7 on white background.



Black color preview on #6267B7 background

This text has black color on #6267B7 background.


White color preview on #6267B7 background

This text has white color on #6267B7 background.