COLOR #6F76A0

HEX: #6F76A0
RGB: (111,118,160)

Renk bilgisi

#6F76A0 contains red, green and blue colors in about the same proportion. #6F76A0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6F76A0 color RGB value is (111,118,160).

  • kırmız ton 111;
  • yeşil ton 118;
  • mavi ton 160.
RGB:
(111,118,160)
(44%,46%,63%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 118 of 255 = 46%
B 160 of 255 = 63%

111
118
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 118 + 160 = 389 (100%)
R 111 of 389 ~ 28.53%
G 118 of 389 ~ 30.33%
B 160 of 389 ~ 41.13%

%28.53
%30.33
%41.13

CMYK RENK MODELİ

#6F76A0 rengi CMYK tonu (31,26,0,37).

  • camgöbeği tonu 30.63%
  • eflatun tonu 26.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(31,26,0,37)
C31M26Y0K37 
(31%,26%,0%,37%)
(0.31/0.26/0.00/0.37)	

CMYK yüzdeleri

%30.63
%26.25
%0
%37.25

Codes

Color #6F76A0 in popluar color models

6F76A0
RGB111118160
HSL231°20.50%53.14%
HSB/HSV231°30.63%62.75%
CMYK30.63%26.25%0.00%
37.25%

Color #6F76A0 in popluar number systems.

HEX6F76A0
Decimal111118160
Binary1101111111011010100000
Octal157166240

Shades and tints

Shades of #6F76A0

#6F76A0
(111,118,160)
#656C92
(101,108,146)
#5B6284
(91,98,132)
#515876
(81,88,118)
#474E68
(71,78,104)
#3D445A
(61,68,90)
#333A4C
(51,58,76)
#29303E
(41,48,62)
#1F2630
(31,38,48)
#151C22
(21,28,34)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F76A0

#6F76A0
(111,118,160)
#7C82A8
(124,130,168)
#898EB0
(137,142,176)
#969AB8
(150,154,184)
#A3A6C0
(163,166,192)
#B0B2C8
(176,178,200)
#BDBED0
(189,190,208)
#CACAD8
(202,202,216)
#D7D6E0
(215,214,224)
#E4E2E8
(228,226,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F76A0 color. Also use rgb(111,118,160) instead hex code.

Text Font Color

.myTextColor { color: #6F76A0; }

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

This text font color is #6F76A0.


Background Color

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

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

This div background color is #6F76A0.


Border color

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

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

This div border color is #6F76A0.


Opacity

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

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

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

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

This text has shadow with #6F76A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F76A0 on black background.


Color preview on white background

This text has color #6F76A0 on white background.



Black color preview on #6F76A0 background

This text has black color on #6F76A0 background.


White color preview on #6F76A0 background

This text has white color on #6F76A0 background.