COLOR #6F75C3

HEX: #6F75C3 RGB: (111,117,195)

Color info

#6F75C3 contains mainly blue color. Web safe color of #6F75C3 is #6666CC (or #66C).

RGB color model

#6F75C3 color RGB value is (111,117,195).

RGB: (111,117,195) (44%, 46%, 76%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 195 of 255 = 76%

111
117
195

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

Portions of RGB colors in percentages

R + G + B = 111 + 117 + 195 = 423 (100%)
R 111 of 423 ~ 26.24%
G 117 of 423 ~ 27.66%
B 195 of 423 ~ 46.1'%

%26.24
%27.66
%46.1

CMYK color model

#6F75C3 color CMYK value is (43,40,0,24).

  • cyan value is 43.08%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (43,40,0,24)
C43M40Y0K24 (43%, 40%, 0%, 24%)
(0.43 / 0.40 / 0.00 / 0.24)

CMYK percentages

%43.08
%40
%0
%23.53

Codes

Color #6F75C3 in popluar color models

6F 75 C3
RGB 111 117 195
HSL 236° 41.18% 60.00%
HSB/HSV 236° 43.08% 76.47%
CMYK 43.08% 40.00% 0.00%
23.53%

Color #6F75C3 in popluar number systems.

HEX 6F 75 C3
Decimal 111 117 195
Binary 1101111 1110101 11000011
Octal 157 165 303

Shades and tints

Shades of #6F75C3

#6F75C3
(111,117,195)
#656BB2
(101,107,178)
#5B61A1
(91,97,161)
#515790
(81,87,144)
#474D7F
(71,77,127)
#3D436E
(61,67,110)
#33395D
(51,57,93)
#292F4C
(41,47,76)
#1F253B
(31,37,59)
#151B2A
(21,27,42)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #6F75C3

#6F75C3
(111,117,195)
#7C81C8
(124,129,200)
#898DCD
(137,141,205)
#9699D2
(150,153,210)
#A3A5D7
(163,165,215)
#B0B1DC
(176,177,220)
#BDBDE1
(189,189,225)
#CAC9E6
(202,201,230)
#D7D5EB
(215,213,235)
#E4E1F0
(228,225,240)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F75C3 color. Also use rgb(111,117,195) instead hex code.

Text Font Color

.myTextColor { color: #6F75C3; }

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

This text font color is #6F75C3.

Background Color

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

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

This div background color is #6F75C3.

Border color

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

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

This div border color is #6F75C3.

Opacity

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

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

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

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

This text has shadow with #6F75C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F75C3.

Preview

Color preview on black background

This text has color #6F75C3 on black background.


Color preview on white background

This text has color #6F75C3 on white background.


Black color preview on #6F75C3 background

This text has black color on #6F75C3 background.


White color preview on #6F75C3 background

This text has white color on #6F75C3 background.


Related colors

Complementary color

Complementary color for #hex is #908A3C.


I love getcolorcode.com

Triadic colors

1 #C36F75 and #75C36F with #6F75C3 are triadic colors.

2 #C3756F and #756FC3 with #6F75C3 are triadic colors.