COLOR #6F438C

HEX: #6F438C RGB: (111,67,140)

Color info

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

RGB color model

#6F438C color RGB value is (111,67,140).

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

RGB channels and saturation

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

111
67
140

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

Portions of RGB colors in percentages

R + G + B = 111 + 67 + 140 = 318 (100%)
R 111 of 318 ~ 34.91%
G 67 of 318 ~ 21.07%
B 140 of 318 ~ 44.03'%

%34.91
%21.07
%44.03

CMYK color model

#6F438C color CMYK value is (21,52,0,45).

  • cyan value is 20.71%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (21,52,0,45)
C21M52Y0K45 (21%, 52%, 0%, 45%)
(0.21 / 0.52 / 0.00 / 0.45)

CMYK percentages

%20.71
%52.14
%0
%45.1

Codes

Color #6F438C in popluar color models

6F 43 8C
RGB 111 67 140
HSL 276° 35.27% 40.59%
HSB/HSV 276° 52.14% 54.90%
CMYK 20.71% 52.14% 0.00%
45.10%

Color #6F438C in popluar number systems.

HEX 6F 43 8C
Decimal 111 67 140
Binary 1101111 1000011 10001100
Octal 157 103 214

Shades and tints

Shades of #6F438C

#6F438C
(111,67,140)
#653D80
(101,61,128)
#5B3774
(91,55,116)
#513168
(81,49,104)
#472B5C
(71,43,92)
#3D2550
(61,37,80)
#331F44
(51,31,68)
#291938
(41,25,56)
#1F132C
(31,19,44)
#150D20
(21,13,32)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #6F438C

#6F438C
(111,67,140)
#7C5496
(124,84,150)
#8965A0
(137,101,160)
#9676AA
(150,118,170)
#A387B4
(163,135,180)
#B098BE
(176,152,190)
#BDA9C8
(189,169,200)
#CABAD2
(202,186,210)
#D7CBDC
(215,203,220)
#E4DCE6
(228,220,230)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F438C; }

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

This text font color is #6F438C.

Background Color

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

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

This div background color is #6F438C.

Border color

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

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

This div border color is #6F438C.

Opacity

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

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

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

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

This text has shadow with #6F438C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F438C.

Preview

Color preview on black background

This text has color #6F438C on black background.


Color preview on white background

This text has color #6F438C on white background.


Black color preview on #6F438C background

This text has black color on #6F438C background.


White color preview on #6F438C background

This text has white color on #6F438C background.


Related colors

Complementary color

Complementary color for #hex is #90BC73.


I love getcolorcode.com

Triadic colors

1 #8C6F43 and #438C6F with #6F438C are triadic colors.

2 #8C436F and #436F8C with #6F438C are triadic colors.