COLOR #6D60BB

HEX: #6D60BB
RGB: (109,96,187)

Color info

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

RGB color model

#6D60BB color RGB value is (109,96,187).

  • red value is 109;
  • green value is 96;
  • blue value is 187.
RGB:
(109,96,187)
(43%,38%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 187 of 255 = 73%

109
96
187

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 187 = 392 (100%)
R 109 of 392 ~ 27.81%
G 96 of 392 ~ 24.49%
B 187 of 392 ~ 47.7%

%27.81
%24.49
%47.7

CMYK color model

#6D60BB color CMYK value is (42,49,0,27).

  • cyan value is 41.71%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,49,0,27)
C42M49Y0K27 
(42%,49%,0%,27%)
(0.42/0.49/0.00/0.27)	

CMYK percentages

%41.71
%48.66
%0
%26.67

Codes

Color #6D60BB in popluar color models

6D60BB
RGB10996187
HSL249°40.09%55.49%
HSB/HSV249°48.66%73.33%
CMYK41.71%48.66%0.00%
26.67%

Color #6D60BB in popluar number systems.

HEX6D60BB
Decimal10996187
Binary1101101110000010111011
Octal155140273

Shades and tints

Shades of #6D60BB

#6D60BB
(109,96,187)
#6458AA
(100,88,170)
#5B5099
(91,80,153)
#524888
(82,72,136)
#494077
(73,64,119)
#403866
(64,56,102)
#373055
(55,48,85)
#2E2844
(46,40,68)
#252033
(37,32,51)
#1C1822
(28,24,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D60BB

#6D60BB
(109,96,187)
#7A6EC1
(122,110,193)
#877CC7
(135,124,199)
#948ACD
(148,138,205)
#A198D3
(161,152,211)
#AEA6D9
(174,166,217)
#BBB4DF
(187,180,223)
#C8C2E5
(200,194,229)
#D5D0EB
(213,208,235)
#E2DEF1
(226,222,241)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D60BB color. Also use rgb(109,96,187) instead hex code.

Text Font Color

.myTextColor { color: #6D60BB; }

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

This text font color is #6D60BB.


Background Color

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

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

This div background color is #6D60BB.


Border color

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

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

This div border color is #6D60BB.


Opacity

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

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

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

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

This text has shadow with #6D60BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D60BB on black background.


Color preview on white background

This text has color #6D60BB on white background.



Black color preview on #6D60BB background

This text has black color on #6D60BB background.


White color preview on #6D60BB background

This text has white color on #6D60BB background.