COLOR #6C7FBD

HEX: #6C7FBD RGB: (108,127,189)

Color info

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

RGB color model

#6C7FBD color RGB value is (108,127,189).

RGB: (108,127,189) (42%, 50%, 74%)

RGB channels and saturation

R 108 of 255 = 42%
G 127 of 255 = 50%
B 189 of 255 = 74%

108
127
189

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

Portions of RGB colors in percentages

R + G + B = 108 + 127 + 189 = 424 (100%)
R 108 of 424 ~ 25.47%
G 127 of 424 ~ 29.95%
B 189 of 424 ~ 44.58'%

%25.47
%29.95
%44.58

CMYK color model

#6C7FBD color CMYK value is (43,33,0,26).

  • cyan value is 42.86%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (43,33,0,26)
C43M33Y0K26 (43%, 33%, 0%, 26%)
(0.43 / 0.33 / 0.00 / 0.26)

CMYK percentages

%42.86
%32.8
%0
%25.88

Codes

Color #6C7FBD in popluar color models

6C 7F BD
RGB 108 127 189
HSL 226° 38.03% 58.24%
HSB/HSV 226° 42.86% 74.12%
CMYK 42.86% 32.80% 0.00%
25.88%

Color #6C7FBD in popluar number systems.

HEX 6C 7F BD
Decimal 108 127 189
Binary 1101100 1111111 10111101
Octal 154 177 275

Shades and tints

Shades of #6C7FBD

#6C7FBD
(108,127,189)
#6374AC
(99,116,172)
#5A699B
(90,105,155)
#515E8A
(81,94,138)
#485379
(72,83,121)
#3F4868
(63,72,104)
#363D57
(54,61,87)
#2D3246
(45,50,70)
#242735
(36,39,53)
#1B1C24
(27,28,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #6C7FBD

#6C7FBD
(108,127,189)
#798AC3
(121,138,195)
#8695C9
(134,149,201)
#93A0CF
(147,160,207)
#A0ABD5
(160,171,213)
#ADB6DB
(173,182,219)
#BAC1E1
(186,193,225)
#C7CCE7
(199,204,231)
#D4D7ED
(212,215,237)
#E1E2F3
(225,226,243)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7FBD color. Also use rgb(108,127,189) instead hex code.

Text Font Color

.myTextColor { color: #6C7FBD; }

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

This text font color is #6C7FBD.

Background Color

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

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

This div background color is #6C7FBD.

Border color

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

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

This div border color is #6C7FBD.

Opacity

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

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

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

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

This text has shadow with #6C7FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7FBD.

Preview

Color preview on black background

This text has color #6C7FBD on black background.


Color preview on white background

This text has color #6C7FBD on white background.


Black color preview on #6C7FBD background

This text has black color on #6C7FBD background.


White color preview on #6C7FBD background

This text has white color on #6C7FBD background.


Related colors

Complementary color

Complementary color for #hex is #938042.


I love getcolorcode.com

Triadic colors

1 #BD6C7F and #7FBD6C with #6C7FBD are triadic colors.

2 #BD7F6C and #7F6CBD with #6C7FBD are triadic colors.