COLOR #6E62BB

HEX: #6E62BB RGB: (110,98,187)

Color info

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

RGB color model

#6E62BB color RGB value is (110,98,187).

RGB: (110,98,187) (43%, 38%, 73%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 187 of 255 = 73%

110
98
187

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

Portions of RGB colors in percentages

R + G + B = 110 + 98 + 187 = 395 (100%)
R 110 of 395 ~ 27.85%
G 98 of 395 ~ 24.81%
B 187 of 395 ~ 47.34'%

%27.85
%24.81
%47.34

CMYK color model

#6E62BB color CMYK value is (41,48,0,27).

  • cyan value is 41.18%
  • magenta value is 47.59%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (41,48,0,27)
C41M48Y0K27 (41%, 48%, 0%, 27%)
(0.41 / 0.48 / 0.00 / 0.27)

CMYK percentages

%41.18
%47.59
%0
%26.67

Codes

Color #6E62BB in popluar color models

6E 62 BB
RGB 110 98 187
HSL 248° 39.56% 55.88%
HSB/HSV 248° 47.59% 73.33%
CMYK 41.18% 47.59% 0.00%
26.67%

Color #6E62BB in popluar number systems.

HEX 6E 62 BB
Decimal 110 98 187
Binary 1101110 1100010 10111011
Octal 156 142 273

Shades and tints

Shades of #6E62BB

#6E62BB
(110,98,187)
#645AAA
(100,90,170)
#5A5299
(90,82,153)
#504A88
(80,74,136)
#464277
(70,66,119)
#3C3A66
(60,58,102)
#323255
(50,50,85)
#282A44
(40,42,68)
#1E2233
(30,34,51)
#141A22
(20,26,34)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #6E62BB

#6E62BB
(110,98,187)
#7B70C1
(123,112,193)
#887EC7
(136,126,199)
#958CCD
(149,140,205)
#A29AD3
(162,154,211)
#AFA8D9
(175,168,217)
#BCB6DF
(188,182,223)
#C9C4E5
(201,196,229)
#D6D2EB
(214,210,235)
#E3E0F1
(227,224,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E62BB color. Also use rgb(110,98,187) instead hex code.

Text Font Color

.myTextColor { color: #6E62BB; }

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

This text font color is #6E62BB.

Background Color

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

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

This div background color is #6E62BB.

Border color

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

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

This div border color is #6E62BB.

Opacity

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

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

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

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

This text has shadow with #6E62BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E62BB.

Preview

Color preview on black background

This text has color #6E62BB on black background.


Color preview on white background

This text has color #6E62BB on white background.


Black color preview on #6E62BB background

This text has black color on #6E62BB background.


White color preview on #6E62BB background

This text has white color on #6E62BB background.


Related colors

Complementary color

Complementary color for #hex is #919D44.


I love getcolorcode.com

Triadic colors

1 #BB6E62 and #62BB6E with #6E62BB are triadic colors.

2 #BB626E and #626EBB with #6E62BB are triadic colors.