COLOR #6E75C1

HEX: #6E75C1
RGB: (110,117,193)

Color info

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

RGB color model

#6E75C1 color RGB value is (110,117,193).

  • red value is 110;
  • green value is 117;
  • blue value is 193.
RGB:
(110,117,193)
(43%,46%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 193 of 255 = 76%

110
117
193

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 193 = 420 (100%)
R 110 of 420 ~ 26.19%
G 117 of 420 ~ 27.86%
B 193 of 420 ~ 45.95%

%26.19
%27.86
%45.95

CMYK color model

#6E75C1 color CMYK value is (43,39,0,24).

  • cyan value is 43.01%
  • magenta value is 39.38%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(43,39,0,24)
C43M39Y0K24 
(43%,39%,0%,24%)
(0.43/0.39/0.00/0.24)	

CMYK percentages

%43.01
%39.38
%0
%24.31

Codes

Color #6E75C1 in popluar color models

6E75C1
RGB110117193
HSL235°40.10%59.41%
HSB/HSV235°43.01%75.69%
CMYK43.01%39.38%0.00%
24.31%

Color #6E75C1 in popluar number systems.

HEX6E75C1
Decimal110117193
Binary1101110111010111000001
Octal156165301

Shades and tints

Shades of #6E75C1

#6E75C1
(110,117,193)
#646BB0
(100,107,176)
#5A619F
(90,97,159)
#50578E
(80,87,142)
#464D7D
(70,77,125)
#3C436C
(60,67,108)
#32395B
(50,57,91)
#282F4A
(40,47,74)
#1E2539
(30,37,57)
#141B28
(20,27,40)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #6E75C1

#6E75C1
(110,117,193)
#7B81C6
(123,129,198)
#888DCB
(136,141,203)
#9599D0
(149,153,208)
#A2A5D5
(162,165,213)
#AFB1DA
(175,177,218)
#BCBDDF
(188,189,223)
#C9C9E4
(201,201,228)
#D6D5E9
(214,213,233)
#E3E1EE
(227,225,238)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E75C1 color. Also use rgb(110,117,193) instead hex code.

Text Font Color

.myTextColor { color: #6E75C1; }

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

This text font color is #6E75C1.


Background Color

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

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

This div background color is #6E75C1.


Border color

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

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

This div border color is #6E75C1.


Opacity

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

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

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

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

This text has shadow with #6E75C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E75C1 on black background.


Color preview on white background

This text has color #6E75C1 on white background.



Black color preview on #6E75C1 background

This text has black color on #6E75C1 background.


White color preview on #6E75C1 background

This text has white color on #6E75C1 background.