COLOR #6B62BA

HEX: #6B62BA
RGB: (107,98,186)

Color info

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

RGB color model

#6B62BA color RGB value is (107,98,186).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 186 of 255 = 73%

107
98
186

R + G + B ~ 51%. #6B62BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 186 = 391 (100%)
R 107 of 391 ~ 27.37%
G 98 of 391 ~ 25.06%
B 186 of 391 ~ 47.57%

%27.37
%25.06
%47.57

CMYK color model

#6B62BA color CMYK value is (42,47,0,27).

  • cyan value is 42.47%
  • magenta value is 47.31%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(42,47,0,27)
C42M47Y0K27 
(42%,47%,0%,27%)
(0.42/0.47/0.00/0.27)	

CMYK percentages

%42.47
%47.31
%0
%27.06

Codes

Color #6B62BA in popluar color models

6B62BA
RGB10798186
HSL246°38.94%55.69%
HSB/HSV246°47.31%72.94%
CMYK42.47%47.31%0.00%
27.06%

Color #6B62BA in popluar number systems.

HEX6B62BA
Decimal10798186
Binary1101011110001010111010
Octal153142272

Shades and tints

Shades of #6B62BA

#6B62BA
(107,98,186)
#625AAA
(98,90,170)
#59529A
(89,82,154)
#504A8A
(80,74,138)
#47427A
(71,66,122)
#3E3A6A
(62,58,106)
#35325A
(53,50,90)
#2C2A4A
(44,42,74)
#23223A
(35,34,58)
#1A1A2A
(26,26,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #6B62BA

#6B62BA
(107,98,186)
#7870C0
(120,112,192)
#857EC6
(133,126,198)
#928CCC
(146,140,204)
#9F9AD2
(159,154,210)
#ACA8D8
(172,168,216)
#B9B6DE
(185,182,222)
#C6C4E4
(198,196,228)
#D3D2EA
(211,210,234)
#E0E0F0
(224,224,240)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B62BA color. Also use rgb(107,98,186) instead hex code.

Text Font Color

.myTextColor { color: #6B62BA; }

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

This text font color is #6B62BA.


Background Color

.myBgColor { background-color: #6B62BA; }

<div style="background-color:#6B62BA">Inner text</div>

This div background color is #6B62BA.


Border color

.myBorderColor { border: 1px solid #6B62BA; }

<div style="border:3px solid #6B62BA">Div</div>

This div border color is #6B62BA.


Opacity

.myOpacity80 { color: #6B62BA; opacity: 0.8; }

<p style="color:#6B62BA;opacity:0.8;">80%</p>

Text with #6B62BA 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 #6B62BA;}

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

This text has shadow with #6B62BA color.

.textShadow {text-shadow: 3px 3px 1px #6B62BA, 3px 3px 1px red;}

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

This text has shadow with #6B62BA primary color and red secondary color.


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

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

This text has shadow with #6B62BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B62BA on black background.


Color preview on white background

This text has color #6B62BA on white background.



Black color preview on #6B62BA background

This text has black color on #6B62BA background.


White color preview on #6B62BA background

This text has white color on #6B62BA background.