COLOR #6B75AC

HEX: #6B75AC RGB: (107,117,172)

Color info

#6B75AC contains mainly green and blue colors. Web safe color of #6B75AC is #666699 (or #669).

RGB color model

#6B75AC color RGB value is (107,117,172).

RGB: (107,117,172) (42%, 46%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 172 of 255 = 67%

107
117
172

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 172 = 396 (100%)
R 107 of 396 ~ 27.02%
G 117 of 396 ~ 29.55%
B 172 of 396 ~ 43.43'%

%27.02
%29.55
%43.43

CMYK color model

#6B75AC color CMYK value is (38,32,0,33).

  • cyan value is 37.79%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,32,0,33)
C38M32Y0K33 (38%, 32%, 0%, 33%)
(0.38 / 0.32 / 0.00 / 0.33)

CMYK percentages

%37.79
%31.98
%0
%32.55

Codes

Color #6B75AC in popluar color models

6B 75 AC
RGB 107 117 172
HSL 231° 28.14% 54.71%
HSB/HSV 231° 37.79% 67.45%
CMYK 37.79% 31.98% 0.00%
32.55%

Color #6B75AC in popluar number systems.

HEX 6B 75 AC
Decimal 107 117 172
Binary 1101011 1110101 10101100
Octal 153 165 254

Shades and tints

Shades of #6B75AC

#6B75AC
(107,117,172)
#626B9D
(98,107,157)
#59618E
(89,97,142)
#50577F
(80,87,127)
#474D70
(71,77,112)
#3E4361
(62,67,97)
#353952
(53,57,82)
#2C2F43
(44,47,67)
#232534
(35,37,52)
#1A1B25
(26,27,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6B75AC

#6B75AC
(107,117,172)
#7881B3
(120,129,179)
#858DBA
(133,141,186)
#9299C1
(146,153,193)
#9FA5C8
(159,165,200)
#ACB1CF
(172,177,207)
#B9BDD6
(185,189,214)
#C6C9DD
(198,201,221)
#D3D5E4
(211,213,228)
#E0E1EB
(224,225,235)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B75AC color. Also use rgb(107,117,172) instead hex code.

Text Font Color

.myTextColor { color: #6B75AC; }

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

This text font color is #6B75AC.

Background Color

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

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

This div background color is #6B75AC.

Border color

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

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

This div border color is #6B75AC.

Opacity

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

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

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

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

This text has shadow with #6B75AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B75AC.

Preview

Color preview on black background

This text has color #6B75AC on black background.


Color preview on white background

This text has color #6B75AC on white background.


Black color preview on #6B75AC background

This text has black color on #6B75AC background.


White color preview on #6B75AC background

This text has white color on #6B75AC background.


Related colors

Complementary color

Complementary color for #hex is #948A53.


I love getcolorcode.com

Triadic colors

1 #AC6B75 and #75AC6B with #6B75AC are triadic colors.

2 #AC756B and #756BAC with #6B75AC are triadic colors.