COLOR #6B75B9

HEX: #6B75B9
RGB: (107,117,185)

Color info

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

RGB color model

#6B75B9 color RGB value is (107,117,185).

  • red value is 107;
  • green value is 117;
  • blue value is 185.
RGB: (107,117,185) (42%,46%,73%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 185 of 255 = 73%

107
117
185

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 185 = 409 (100%)
R 107 of 409 ~ 26.16%
G 117 of 409 ~ 28.61%
B 185 of 409 ~ 45.23%

%26.16
%28.61
%45.23

CMYK color model

#6B75B9 color CMYK value is (42,37,0,27).

  • cyan value is 42.16%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (42,37,0,27) C42M37Y0K27 (42%,37%,0%,27%) (0.42/0.37/0.00/0.27)

CMYK percentages

%42.16
%36.76
%0
%27.45

Codes

Color #6B75B9 in popluar color models

6B75B9
RGB107117185
HSL232°35.78%57.25%
HSB/HSV232°42.16%72.55%
CMYK42.16%36.76%0.00%
27.45%

Color #6B75B9 in popluar number systems.

HEX6B75B9
Decimal107117185
Binary1101011111010110111001
Octal153165271

Shades and tints

Shades of #6B75B9

#6B75B9
(107,117,185)
#626BA9
(98,107,169)
#596199
(89,97,153)
#505789
(80,87,137)
#474D79
(71,77,121)
#3E4369
(62,67,105)
#353959
(53,57,89)
#2C2F49
(44,47,73)
#232539
(35,37,57)
#1A1B29
(26,27,41)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #6B75B9

#6B75B9
(107,117,185)
#7881BF
(120,129,191)
#858DC5
(133,141,197)
#9299CB
(146,153,203)
#9FA5D1
(159,165,209)
#ACB1D7
(172,177,215)
#B9BDDD
(185,189,221)
#C6C9E3
(198,201,227)
#D3D5E9
(211,213,233)
#E0E1EF
(224,225,239)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B75B9; }

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

This text font color is #6B75B9.


Background Color

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

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

This div background color is #6B75B9.


Border color

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

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

This div border color is #6B75B9.


Opacity

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

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

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

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

This text has shadow with #6B75B9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B75B9 on black background.


Color preview on white background

This text has color #6B75B9 on white background.



Black color preview on #6B75B9 background

This text has black color on #6B75B9 background.


White color preview on #6B75B9 background

This text has white color on #6B75B9 background.