COLOR #678FA1

HEX: #678FA1 RGB: (103,143,161)

Color info

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

RGB color model

#678FA1 color RGB value is (103,143,161).

RGB: (103,143,161) (40%, 56%, 63%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 161 of 255 = 63%

103
143
161

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

Portions of RGB colors in percentages

R + G + B = 103 + 143 + 161 = 407 (100%)
R 103 of 407 ~ 25.31%
G 143 of 407 ~ 35.14%
B 161 of 407 ~ 39.56'%

%25.31
%35.14
%39.56

CMYK color model

#678FA1 color CMYK value is (36,11,0,37).

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

CMYK: (36,11,0,37)
C36M11Y0K37 (36%, 11%, 0%, 37%)
(0.36 / 0.11 / 0.00 / 0.37)

CMYK percentages

%36.02
%11.18
%0
%36.86

Codes

Color #678FA1 in popluar color models

67 8F A1
RGB 103 143 161
HSL 199° 23.58% 51.76%
HSB/HSV 199° 36.02% 63.14%
CMYK 36.02% 11.18% 0.00%
36.86%

Color #678FA1 in popluar number systems.

HEX 67 8F A1
Decimal 103 143 161
Binary 1100111 10001111 10100001
Octal 147 217 241

Shades and tints

Shades of #678FA1

#678FA1
(103,143,161)
#5E8293
(94,130,147)
#557585
(85,117,133)
#4C6877
(76,104,119)
#435B69
(67,91,105)
#3A4E5B
(58,78,91)
#31414D
(49,65,77)
#28343F
(40,52,63)
#1F2731
(31,39,49)
#161A23
(22,26,35)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #678FA1

#678FA1
(103,143,161)
#7499A9
(116,153,169)
#81A3B1
(129,163,177)
#8EADB9
(142,173,185)
#9BB7C1
(155,183,193)
#A8C1C9
(168,193,201)
#B5CBD1
(181,203,209)
#C2D5D9
(194,213,217)
#CFDFE1
(207,223,225)
#DCE9E9
(220,233,233)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678FA1 color. Also use rgb(103,143,161) instead hex code.

Text Font Color

.myTextColor { color: #678FA1; }

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

This text font color is #678FA1.

Background Color

.myBgColor { background-color: #678FA1; }

<div style="background-color:#678FA1">Inner text</div>

This div background color is #678FA1.

Border color

.myBorderColor { border: 1px solid #678FA1; }

<div style="border:3px solid #678FA1">Div</div>

This div border color is #678FA1.

Opacity

.myOpacity80 { color: #678FA1; opacity: 0.8; }

<p style="color:#678FA1;opacity:0.8;">80%</p>

Text with #678FA1 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 #678FA1;}

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

This text has shadow with #678FA1 color.


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

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

This text has shadow with #678FA1 primary color and red secondary color.


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

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

This text has shadow with #678FA1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #678FA1.

Preview

Color preview on black background

This text has color #678FA1 on black background.


Color preview on white background

This text has color #678FA1 on white background.


Black color preview on #678FA1 background

This text has black color on #678FA1 background.


White color preview on #678FA1 background

This text has white color on #678FA1 background.


Related colors

Complementary color

Complementary color for #hex is #98705E.


I love getcolorcode.com

Triadic colors

1 #A1678F and #8FA167 with #678FA1 are triadic colors.

2 #A18F67 and #8F67A1 with #678FA1 are triadic colors.