COLOR #6B828A

HEX: #6B828A
RGB: (107,130,138)

Renk bilgisi

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

RGB renk modeli

#6B828A color RGB value is (107,130,138).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 130 of 255 = 51%
B 138 of 255 = 54%

107
130
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 130 + 138 = 375 (100%)
R 107 of 375 ~ 28.53%
G 130 of 375 ~ 34.67%
B 138 of 375 ~ 36.8%

%28.53
%34.67
%36.8

CMYK RENK MODELİ

#6B828A rengi CMYK tonu (22,6,0,46).

  • camgöbeği tonu 22.46%
  • eflatun tonu 5.80%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(22,6,0,46)
C22M6Y0K46 
(22%,6%,0%,46%)
(0.22/0.06/0.00/0.46)	

CMYK yüzdeleri

%22.46
%5.8
%0
%45.88

Codes

Color #6B828A in popluar color models

6B828A
RGB107130138
HSL195°12.65%48.04%
HSB/HSV195°22.46%54.12%
CMYK22.46%5.80%0.00%
45.88%

Color #6B828A in popluar number systems.

HEX6B828A
Decimal107130138
Binary11010111000001010001010
Octal153202212

Shades and tints

Shades of #6B828A

#6B828A
(107,130,138)
#62777E
(98,119,126)
#596C72
(89,108,114)
#506166
(80,97,102)
#47565A
(71,86,90)
#3E4B4E
(62,75,78)
#354042
(53,64,66)
#2C3536
(44,53,54)
#232A2A
(35,42,42)
#1A1F1E
(26,31,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6B828A

#6B828A
(107,130,138)
#788D94
(120,141,148)
#85989E
(133,152,158)
#92A3A8
(146,163,168)
#9FAEB2
(159,174,178)
#ACB9BC
(172,185,188)
#B9C4C6
(185,196,198)
#C6CFD0
(198,207,208)
#D3DADA
(211,218,218)
#E0E5E4
(224,229,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B828A; }

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

This text font color is #6B828A.


Background Color

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

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

This div background color is #6B828A.


Border color

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

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

This div border color is #6B828A.


Opacity

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

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

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

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

This text has shadow with #6B828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B828A on black background.


Color preview on white background

This text has color #6B828A on white background.



Black color preview on #6B828A background

This text has black color on #6B828A background.


White color preview on #6B828A background

This text has white color on #6B828A background.