COLOR #6B829E

HEX: #6B829E
RGB: (107,130,158)

Renk bilgisi

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

RGB renk modeli

#6B829E color RGB value is (107,130,158).

  • kırmız ton 107;
  • yeşil ton 130;
  • mavi ton 158.
RGB:
(107,130,158)
(42%,51%,62%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 130 of 255 = 51%
B 158 of 255 = 62%

107
130
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 130 + 158 = 395 (100%)
R 107 of 395 ~ 27.09%
G 130 of 395 ~ 32.91%
B 158 of 395 ~ 40%

%27.09
%32.91
%40

CMYK RENK MODELİ

#6B829E rengi CMYK tonu (32,18,0,38).

  • camgöbeği tonu 32.28%
  • eflatun tonu 17.72%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(32,18,0,38)
C32M18Y0K38 
(32%,18%,0%,38%)
(0.32/0.18/0.00/0.38)	

CMYK yüzdeleri

%32.28
%17.72
%0
%38.04

Codes

Color #6B829E in popluar color models

6B829E
RGB107130158
HSL213°20.82%51.96%
HSB/HSV213°32.28%61.96%
CMYK32.28%17.72%0.00%
38.04%

Color #6B829E in popluar number systems.

HEX6B829E
Decimal107130158
Binary11010111000001010011110
Octal153202236

Shades and tints

Shades of #6B829E

#6B829E
(107,130,158)
#627790
(98,119,144)
#596C82
(89,108,130)
#506174
(80,97,116)
#475666
(71,86,102)
#3E4B58
(62,75,88)
#35404A
(53,64,74)
#2C353C
(44,53,60)
#232A2E
(35,42,46)
#1A1F20
(26,31,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6B829E

#6B829E
(107,130,158)
#788DA6
(120,141,166)
#8598AE
(133,152,174)
#92A3B6
(146,163,182)
#9FAEBE
(159,174,190)
#ACB9C6
(172,185,198)
#B9C4CE
(185,196,206)
#C6CFD6
(198,207,214)
#D3DADE
(211,218,222)
#E0E5E6
(224,229,230)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B829E color. Also use rgb(107,130,158) instead hex code.

Text Font Color

.myTextColor { color: #6B829E; }

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

This text font color is #6B829E.


Background Color

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

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

This div background color is #6B829E.


Border color

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

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

This div border color is #6B829E.


Opacity

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

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

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

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

This text has shadow with #6B829E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B829E on black background.


Color preview on white background

This text has color #6B829E on white background.



Black color preview on #6B829E background

This text has black color on #6B829E background.


White color preview on #6B829E background

This text has white color on #6B829E background.