COLOR #6B84A5

HEX: #6B84A5
RGB: (107,132,165)

Renk bilgisi

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

RGB renk modeli

#6B84A5 color RGB value is (107,132,165).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 132 of 255 = 52%
B 165 of 255 = 65%

107
132
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 132 + 165 = 404 (100%)
R 107 of 404 ~ 26.49%
G 132 of 404 ~ 32.67%
B 165 of 404 ~ 40.84%

%26.49
%32.67
%40.84

CMYK RENK MODELİ

#6B84A5 rengi CMYK tonu (35,20,0,35).

  • camgöbeği tonu 35.15%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(35,20,0,35)
C35M20Y0K35 
(35%,20%,0%,35%)
(0.35/0.20/0.00/0.35)	

CMYK yüzdeleri

%35.15
%20
%0
%35.29

Codes

Color #6B84A5 in popluar color models

6B84A5
RGB107132165
HSL214°24.37%53.33%
HSB/HSV214°35.15%64.71%
CMYK35.15%20.00%0.00%
35.29%

Color #6B84A5 in popluar number systems.

HEX6B84A5
Decimal107132165
Binary11010111000010010100101
Octal153204245

Shades and tints

Shades of #6B84A5

#6B84A5
(107,132,165)
#627896
(98,120,150)
#596C87
(89,108,135)
#506078
(80,96,120)
#475469
(71,84,105)
#3E485A
(62,72,90)
#353C4B
(53,60,75)
#2C303C
(44,48,60)
#23242D
(35,36,45)
#1A181E
(26,24,30)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B84A5

#6B84A5
(107,132,165)
#788FAD
(120,143,173)
#859AB5
(133,154,181)
#92A5BD
(146,165,189)
#9FB0C5
(159,176,197)
#ACBBCD
(172,187,205)
#B9C6D5
(185,198,213)
#C6D1DD
(198,209,221)
#D3DCE5
(211,220,229)
#E0E7ED
(224,231,237)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B84A5; }

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

This text font color is #6B84A5.


Background Color

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

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

This div background color is #6B84A5.


Border color

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

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

This div border color is #6B84A5.


Opacity

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

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

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

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

This text has shadow with #6B84A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B84A5 on black background.


Color preview on white background

This text has color #6B84A5 on white background.



Black color preview on #6B84A5 background

This text has black color on #6B84A5 background.


White color preview on #6B84A5 background

This text has white color on #6B84A5 background.