COLOR #6C74BB

HEX: #6C74BB
RGB: (108,116,187)

Color info

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

RGB color model

#6C74BB color RGB value is (108,116,187).

  • red value is 108;
  • green value is 116;
  • blue value is 187.
RGB:
(108,116,187)
(42%,45%,73%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 187 of 255 = 73%

108
116
187

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 187 = 411 (100%)
R 108 of 411 ~ 26.28%
G 116 of 411 ~ 28.22%
B 187 of 411 ~ 45.5%

%26.28
%28.22
%45.5

CMYK color model

#6C74BB color CMYK value is (42,38,0,27).

  • cyan value is 42.25%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,38,0,27)
C42M38Y0K27 
(42%,38%,0%,27%)
(0.42/0.38/0.00/0.27)	

CMYK percentages

%42.25
%37.97
%0
%26.67

Codes

Color #6C74BB in popluar color models

6C74BB
RGB108116187
HSL234°36.74%57.84%
HSB/HSV234°42.25%73.33%
CMYK42.25%37.97%0.00%
26.67%

Color #6C74BB in popluar number systems.

HEX6C74BB
Decimal108116187
Binary1101100111010010111011
Octal154164273

Shades and tints

Shades of #6C74BB

#6C74BB
(108,116,187)
#636AAA
(99,106,170)
#5A6099
(90,96,153)
#515688
(81,86,136)
#484C77
(72,76,119)
#3F4266
(63,66,102)
#363855
(54,56,85)
#2D2E44
(45,46,68)
#242433
(36,36,51)
#1B1A22
(27,26,34)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C74BB

#6C74BB
(108,116,187)
#7980C1
(121,128,193)
#868CC7
(134,140,199)
#9398CD
(147,152,205)
#A0A4D3
(160,164,211)
#ADB0D9
(173,176,217)
#BABCDF
(186,188,223)
#C7C8E5
(199,200,229)
#D4D4EB
(212,212,235)
#E1E0F1
(225,224,241)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C74BB color. Also use rgb(108,116,187) instead hex code.

Text Font Color

.myTextColor { color: #6C74BB; }

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

This text font color is #6C74BB.


Background Color

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

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

This div background color is #6C74BB.


Border color

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

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

This div border color is #6C74BB.


Opacity

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

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

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

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

This text has shadow with #6C74BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C74BB on black background.


Color preview on white background

This text has color #6C74BB on white background.



Black color preview on #6C74BB background

This text has black color on #6C74BB background.


White color preview on #6C74BB background

This text has white color on #6C74BB background.