COLOR #6F438B

HEX: #6F438B RGB: (111,67,139)

Color info

#6F438B contains mainly red and blue colors. Web safe color of #6F438B is #663399 (or #639).

RGB color model

#6F438B color RGB value is (111,67,139).

RGB: (111,67,139) (44%, 26%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 67 of 255 = 26%
B 139 of 255 = 55%

111
67
139

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

Portions of RGB colors in percentages

R + G + B = 111 + 67 + 139 = 317 (100%)
R 111 of 317 ~ 35.02%
G 67 of 317 ~ 21.14%
B 139 of 317 ~ 43.85'%

%35.02
%21.14
%43.85

CMYK color model

#6F438B color CMYK value is (20,52,0,45).

  • cyan value is 20.14%
  • magenta value is 51.80%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (20,52,0,45)
C20M52Y0K45 (20%, 52%, 0%, 45%)
(0.20 / 0.52 / 0.00 / 0.45)

CMYK percentages

%20.14
%51.8
%0
%45.49

Codes

Color #6F438B in popluar color models

6F 43 8B
RGB 111 67 139
HSL 277° 34.95% 40.39%
HSB/HSV 277° 51.80% 54.51%
CMYK 20.14% 51.80% 0.00%
45.49%

Color #6F438B in popluar number systems.

HEX 6F 43 8B
Decimal 111 67 139
Binary 1101111 1000011 10001011
Octal 157 103 213

Shades and tints

Shades of #6F438B

#6F438B
(111,67,139)
#653D7F
(101,61,127)
#5B3773
(91,55,115)
#513167
(81,49,103)
#472B5B
(71,43,91)
#3D254F
(61,37,79)
#331F43
(51,31,67)
#291937
(41,25,55)
#1F132B
(31,19,43)
#150D1F
(21,13,31)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #6F438B

#6F438B
(111,67,139)
#7C5495
(124,84,149)
#89659F
(137,101,159)
#9676A9
(150,118,169)
#A387B3
(163,135,179)
#B098BD
(176,152,189)
#BDA9C7
(189,169,199)
#CABAD1
(202,186,209)
#D7CBDB
(215,203,219)
#E4DCE5
(228,220,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F438B color. Also use rgb(111,67,139) instead hex code.

Text Font Color

.myTextColor { color: #6F438B; }

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

This text font color is #6F438B.

Background Color

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

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

This div background color is #6F438B.

Border color

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

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

This div border color is #6F438B.

Opacity

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

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

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

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

This text has shadow with #6F438B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F438B.

Preview

Color preview on black background

This text has color #6F438B on black background.


Color preview on white background

This text has color #6F438B on white background.


Black color preview on #6F438B background

This text has black color on #6F438B background.


White color preview on #6F438B background

This text has white color on #6F438B background.


Related colors

Complementary color

Complementary color for #hex is #90BC74.


I love getcolorcode.com

Triadic colors

1 #8B6F43 and #438B6F with #6F438B are triadic colors.

2 #8B436F and #436F8B with #6F438B are triadic colors.