COLOR #6C8FA1

HEX: #6C8FA1 RGB: (108,143,161)

Color info

#6C8FA1 contains red, green and blue colors in about the same proportion. Web safe color of #6C8FA1 is #669999 (or #699).

RGB color model

#6C8FA1 color RGB value is (108,143,161).

RGB: (108,143,161) (42%, 56%, 63%)

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 161 of 255 = 63%

108
143
161

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

Portions of RGB colors in percentages

R + G + B = 108 + 143 + 161 = 412 (100%)
R 108 of 412 ~ 26.21%
G 143 of 412 ~ 34.71%
B 161 of 412 ~ 39.08'%

%26.21
%34.71
%39.08

CMYK color model

#6C8FA1 color CMYK value is (33,11,0,37).

  • cyan value is 32.92%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (33,11,0,37)
C33M11Y0K37 (33%, 11%, 0%, 37%)
(0.33 / 0.11 / 0.00 / 0.37)

CMYK percentages

%32.92
%11.18
%0
%36.86

Codes

Color #6C8FA1 in popluar color models

6C 8F A1
RGB 108 143 161
HSL 200° 21.99% 52.75%
HSB/HSV 200° 32.92% 63.14%
CMYK 32.92% 11.18% 0.00%
36.86%

Color #6C8FA1 in popluar number systems.

HEX 6C 8F A1
Decimal 108 143 161
Binary 1101100 10001111 10100001
Octal 154 217 241

Shades and tints

Shades of #6C8FA1

#6C8FA1
(108,143,161)
#638293
(99,130,147)
#5A7585
(90,117,133)
#516877
(81,104,119)
#485B69
(72,91,105)
#3F4E5B
(63,78,91)
#36414D
(54,65,77)
#2D343F
(45,52,63)
#242731
(36,39,49)
#1B1A23
(27,26,35)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #6C8FA1

#6C8FA1
(108,143,161)
#7999A9
(121,153,169)
#86A3B1
(134,163,177)
#93ADB9
(147,173,185)
#A0B7C1
(160,183,193)
#ADC1C9
(173,193,201)
#BACBD1
(186,203,209)
#C7D5D9
(199,213,217)
#D4DFE1
(212,223,225)
#E1E9E9
(225,233,233)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8FA1 color. Also use rgb(108,143,161) instead hex code.

Text Font Color

.myTextColor { color: #6C8FA1; }

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

This text font color is #6C8FA1.

Background Color

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

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

This div background color is #6C8FA1.

Border color

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

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

This div border color is #6C8FA1.

Opacity

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

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

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

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

This text has shadow with #6C8FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8FA1.

Preview

Color preview on black background

This text has color #6C8FA1 on black background.


Color preview on white background

This text has color #6C8FA1 on white background.


Black color preview on #6C8FA1 background

This text has black color on #6C8FA1 background.


White color preview on #6C8FA1 background

This text has white color on #6C8FA1 background.


Related colors

Complementary color

Complementary color for #hex is #93705E.


I love getcolorcode.com

Triadic colors

1 #A16C8F and #8FA16C with #6C8FA1 are triadic colors.

2 #A18F6C and #8F6CA1 with #6C8FA1 are triadic colors.