COLOR #6A75BC

HEX: #6A75BC
RGB: (106,117,188)

Color info

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

RGB color model

#6A75BC color RGB value is (106,117,188).

  • red value is 106;
  • green value is 117;
  • blue value is 188.
RGB:
(106,117,188)
(42%,46%,74%)

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 188 of 255 = 74%

106
117
188

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

Portions of RGB colors in percentages

R + G + B =
106 + 117 + 188 = 411 (100%)
R 106 of 411 ~ 25.79%
G 117 of 411 ~ 28.47%
B 188 of 411 ~ 45.74%

%25.79
%28.47
%45.74

CMYK color model

#6A75BC color CMYK value is (44,38,0,26).

  • cyan value is 43.62%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(44,38,0,26)
C44M38Y0K26 
(44%,38%,0%,26%)
(0.44/0.38/0.00/0.26)	

CMYK percentages

%43.62
%37.77
%0
%26.27

Codes

Color #6A75BC in popluar color models

6A75BC
RGB106117188
HSL232°37.96%57.65%
HSB/HSV232°43.62%73.73%
CMYK43.62%37.77%0.00%
26.27%

Color #6A75BC in popluar number systems.

HEX6A75BC
Decimal106117188
Binary1101010111010110111100
Octal152165274

Shades and tints

Shades of #6A75BC

#6A75BC
(106,117,188)
#616BAB
(97,107,171)
#58619A
(88,97,154)
#4F5789
(79,87,137)
#464D78
(70,77,120)
#3D4367
(61,67,103)
#343956
(52,57,86)
#2B2F45
(43,47,69)
#222534
(34,37,52)
#191B23
(25,27,35)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #6A75BC

#6A75BC
(106,117,188)
#7781C2
(119,129,194)
#848DC8
(132,141,200)
#9199CE
(145,153,206)
#9EA5D4
(158,165,212)
#ABB1DA
(171,177,218)
#B8BDE0
(184,189,224)
#C5C9E6
(197,201,230)
#D2D5EC
(210,213,236)
#DFE1F2
(223,225,242)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A75BC color. Also use rgb(106,117,188) instead hex code.

Text Font Color

.myTextColor { color: #6A75BC; }

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

This text font color is #6A75BC.


Background Color

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

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

This div background color is #6A75BC.


Border color

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

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

This div border color is #6A75BC.


Opacity

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

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

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

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

This text has shadow with #6A75BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A75BC on black background.


Color preview on white background

This text has color #6A75BC on white background.



Black color preview on #6A75BC background

This text has black color on #6A75BC background.


White color preview on #6A75BC background

This text has white color on #6A75BC background.