COLOR #6F7ABD

HEX: #6F7ABD RGB: (111,122,189)

Color info

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

RGB color model

#6F7ABD color RGB value is (111,122,189).

RGB: (111,122,189) (44%, 48%, 74%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 189 of 255 = 74%

111
122
189

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

Portions of RGB colors in percentages

R + G + B = 111 + 122 + 189 = 422 (100%)
R 111 of 422 ~ 26.3%
G 122 of 422 ~ 28.91%
B 189 of 422 ~ 44.79'%

%26.3
%28.91
%44.79

CMYK color model

#6F7ABD color CMYK value is (41,35,0,26).

  • cyan value is 41.27%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (41,35,0,26)
C41M35Y0K26 (41%, 35%, 0%, 26%)
(0.41 / 0.35 / 0.00 / 0.26)

CMYK percentages

%41.27
%35.45
%0
%25.88

Codes

Color #6F7ABD in popluar color models

6F 7A BD
RGB 111 122 189
HSL 232° 37.14% 58.82%
HSB/HSV 232° 41.27% 74.12%
CMYK 41.27% 35.45% 0.00%
25.88%

Color #6F7ABD in popluar number systems.

HEX 6F 7A BD
Decimal 111 122 189
Binary 1101111 1111010 10111101
Octal 157 172 275

Shades and tints

Shades of #6F7ABD

#6F7ABD
(111,122,189)
#656FAC
(101,111,172)
#5B649B
(91,100,155)
#51598A
(81,89,138)
#474E79
(71,78,121)
#3D4368
(61,67,104)
#333857
(51,56,87)
#292D46
(41,45,70)
#1F2235
(31,34,53)
#151724
(21,23,36)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F7ABD

#6F7ABD
(111,122,189)
#7C86C3
(124,134,195)
#8992C9
(137,146,201)
#969ECF
(150,158,207)
#A3AAD5
(163,170,213)
#B0B6DB
(176,182,219)
#BDC2E1
(189,194,225)
#CACEE7
(202,206,231)
#D7DAED
(215,218,237)
#E4E6F3
(228,230,243)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7ABD color. Also use rgb(111,122,189) instead hex code.

Text Font Color

.myTextColor { color: #6F7ABD; }

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

This text font color is #6F7ABD.

Background Color

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

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

This div background color is #6F7ABD.

Border color

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

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

This div border color is #6F7ABD.

Opacity

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

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

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

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

This text has shadow with #6F7ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7ABD.

Preview

Color preview on black background

This text has color #6F7ABD on black background.


Color preview on white background

This text has color #6F7ABD on white background.


Black color preview on #6F7ABD background

This text has black color on #6F7ABD background.


White color preview on #6F7ABD background

This text has white color on #6F7ABD background.


Related colors

Complementary color

Complementary color for #hex is #908542.


I love getcolorcode.com

Triadic colors

1 #BD6F7A and #7ABD6F with #6F7ABD are triadic colors.

2 #BD7A6F and #7A6FBD with #6F7ABD are triadic colors.