COLOR #6B76A5

HEX: #6B76A5
RGB: (107,118,165)

Renk bilgisi

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

RGB renk modeli

#6B76A5 color RGB value is (107,118,165).

  • kırmız ton 107;
  • yeşil ton 118;
  • mavi ton 165.
RGB:
(107,118,165)
(42%,46%,65%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 118 of 255 = 46%
B 165 of 255 = 65%

107
118
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 118 + 165 = 390 (100%)
R 107 of 390 ~ 27.44%
G 118 of 390 ~ 30.26%
B 165 of 390 ~ 42.31%

%27.44
%30.26
%42.31

CMYK RENK MODELİ

#6B76A5 rengi CMYK tonu (35,28,0,35).

  • camgöbeği tonu 35.15%
  • eflatun tonu 28.48%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(35,28,0,35)
C35M28Y0K35 
(35%,28%,0%,35%)
(0.35/0.28/0.00/0.35)	

CMYK yüzdeleri

%35.15
%28.48
%0
%35.29

Codes

Color #6B76A5 in popluar color models

6B76A5
RGB107118165
HSL229°24.37%53.33%
HSB/HSV229°35.15%64.71%
CMYK35.15%28.48%0.00%
35.29%

Color #6B76A5 in popluar number systems.

HEX6B76A5
Decimal107118165
Binary1101011111011010100101
Octal153166245

Shades and tints

Shades of #6B76A5

#6B76A5
(107,118,165)
#626C96
(98,108,150)
#596287
(89,98,135)
#505878
(80,88,120)
#474E69
(71,78,105)
#3E445A
(62,68,90)
#353A4B
(53,58,75)
#2C303C
(44,48,60)
#23262D
(35,38,45)
#1A1C1E
(26,28,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B76A5

#6B76A5
(107,118,165)
#7882AD
(120,130,173)
#858EB5
(133,142,181)
#929ABD
(146,154,189)
#9FA6C5
(159,166,197)
#ACB2CD
(172,178,205)
#B9BED5
(185,190,213)
#C6CADD
(198,202,221)
#D3D6E5
(211,214,229)
#E0E2ED
(224,226,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B76A5 color. Also use rgb(107,118,165) instead hex code.

Text Font Color

.myTextColor { color: #6B76A5; }

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

This text font color is #6B76A5.


Background Color

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

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

This div background color is #6B76A5.


Border color

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

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

This div border color is #6B76A5.


Opacity

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

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

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

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

This text has shadow with #6B76A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B76A5 on black background.


Color preview on white background

This text has color #6B76A5 on white background.



Black color preview on #6B76A5 background

This text has black color on #6B76A5 background.


White color preview on #6B76A5 background

This text has white color on #6B76A5 background.