COLOR #6C84BB

HEX: #6C84BB RGB: (108,132,187)

Color info

#6C84BB contains mainly green and blue colors. Web safe color of #6C84BB is #6699CC (or #69C).

RGB color model

#6C84BB color RGB value is (108,132,187).

RGB: (108,132,187) (42%, 52%, 73%)

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 187 of 255 = 73%

108
132
187

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

Portions of RGB colors in percentages

R + G + B = 108 + 132 + 187 = 427 (100%)
R 108 of 427 ~ 25.29%
G 132 of 427 ~ 30.91%
B 187 of 427 ~ 43.79'%

%25.29
%30.91
%43.79

CMYK color model

#6C84BB color CMYK value is (42,29,0,27).

  • cyan value is 42.25%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (42,29,0,27) C42M29Y0K27 (42%,29%,0%,27%) (0.42/0.29/0.00/0.27) 

CMYK percentages

%42.25
%29.41
%0
%26.67

Codes

Color #6C84BB in popluar color models

6C 84 BB
RGB 108 132 187
HSL 222° 36.74% 57.84%
HSB/HSV 222° 42.25% 73.33%
CMYK 42.25% 29.41% 0.00%
26.67%

Color #6C84BB in popluar number systems.

HEX 6C 84 BB
Decimal 108 132 187
Binary 1101100 10000100 10111011
Octal 154 204 273

Shades and tints

Shades of #6C84BB

#6C84BB
(108,132,187)
#6378AA
(99,120,170)
#5A6C99
(90,108,153)
#516088
(81,96,136)
#485477
(72,84,119)
#3F4866
(63,72,102)
#363C55
(54,60,85)
#2D3044
(45,48,68)
#242433
(36,36,51)
#1B1822
(27,24,34)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #6C84BB

#6C84BB
(108,132,187)
#798FC1
(121,143,193)
#869AC7
(134,154,199)
#93A5CD
(147,165,205)
#A0B0D3
(160,176,211)
#ADBBD9
(173,187,217)
#BAC6DF
(186,198,223)
#C7D1E5
(199,209,229)
#D4DCEB
(212,220,235)
#E1E7F1
(225,231,241)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C84BB; }

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

This text font color is #6C84BB.

Background Color

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

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

This div background color is #6C84BB.

Border color

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

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

This div border color is #6C84BB.

Opacity

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

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

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

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

This text has shadow with #6C84BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C84BB.

Preview

Color preview on black background

This text has color #6C84BB on black background.


Color preview on white background

This text has color #6C84BB on white background.


Black color preview on #6C84BB background

This text has black color on #6C84BB background.


White color preview on #6C84BB background

This text has white color on #6C84BB background.


Related colors

Complementary color

Complementary color for #hex is #937B44.


I love getcolorcode.com

Triadic colors

1 #BB6C84 and #84BB6C with #6C84BB are triadic colors.

2 #BB846C and #846CBB with #6C84BB are triadic colors.