COLOR #6B6D9B

HEX: #6B6D9B
RGB: (107,109,155)

Renk bilgisi

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

RGB renk modeli

#6B6D9B color RGB value is (107,109,155).

  • kırmız ton 107;
  • yeşil ton 109;
  • mavi ton 155.
RGB:
(107,109,155)
(42%,43%,61%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 109 of 255 = 43%
B 155 of 255 = 61%

107
109
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 109 + 155 = 371 (100%)
R 107 of 371 ~ 28.84%
G 109 of 371 ~ 29.38%
B 155 of 371 ~ 41.78%

%28.84
%29.38
%41.78

CMYK RENK MODELİ

#6B6D9B rengi CMYK tonu (31,30,0,39).

  • camgöbeği tonu 30.97%
  • eflatun tonu 29.68%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(31,30,0,39)
C31M30Y0K39 
(31%,30%,0%,39%)
(0.31/0.30/0.00/0.39)	

CMYK yüzdeleri

%30.97
%29.68
%0
%39.22

Codes

Color #6B6D9B in popluar color models

6B6D9B
RGB107109155
HSL238°19.35%51.37%
HSB/HSV238°30.97%60.78%
CMYK30.97%29.68%0.00%
39.22%

Color #6B6D9B in popluar number systems.

HEX6B6D9B
Decimal107109155
Binary1101011110110110011011
Octal153155233

Shades and tints

Shades of #6B6D9B

#6B6D9B
(107,109,155)
#62648D
(98,100,141)
#595B7F
(89,91,127)
#505271
(80,82,113)
#474963
(71,73,99)
#3E4055
(62,64,85)
#353747
(53,55,71)
#2C2E39
(44,46,57)
#23252B
(35,37,43)
#1A1C1D
(26,28,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B6D9B

#6B6D9B
(107,109,155)
#787AA4
(120,122,164)
#8587AD
(133,135,173)
#9294B6
(146,148,182)
#9FA1BF
(159,161,191)
#ACAEC8
(172,174,200)
#B9BBD1
(185,187,209)
#C6C8DA
(198,200,218)
#D3D5E3
(211,213,227)
#E0E2EC
(224,226,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6D9B color. Also use rgb(107,109,155) instead hex code.

Text Font Color

.myTextColor { color: #6B6D9B; }

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

This text font color is #6B6D9B.


Background Color

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

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

This div background color is #6B6D9B.


Border color

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

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

This div border color is #6B6D9B.


Opacity

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

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

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

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

This text has shadow with #6B6D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D9B on black background.


Color preview on white background

This text has color #6B6D9B on white background.



Black color preview on #6B6D9B background

This text has black color on #6B6D9B background.


White color preview on #6B6D9B background

This text has white color on #6B6D9B background.