COLOR #6B9CA5

HEX: #6B9CA5
RGB: (107,156,165)

Renk bilgisi

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

RGB renk modeli

#6B9CA5 color RGB value is (107,156,165).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 156 of 255 = 61%
B 165 of 255 = 65%

107
156
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 156 + 165 = 428 (100%)
R 107 of 428 ~ 25%
G 156 of 428 ~ 36.45%
B 165 of 428 ~ 38.55%

%25
%36.45
%38.55

CMYK RENK MODELİ

#6B9CA5 rengi CMYK tonu (35,5,0,35).

  • camgöbeği tonu 35.15%
  • eflatun tonu 5.45%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(35,5,0,35)
C35M5Y0K35 
(35%,5%,0%,35%)
(0.35/0.05/0.00/0.35)	

CMYK yüzdeleri

%35.15
%5.45
%0
%35.29

Codes

Color #6B9CA5 in popluar color models

6B9CA5
RGB107156165
HSL189°24.37%53.33%
HSB/HSV189°35.15%64.71%
CMYK35.15%5.45%0.00%
35.29%

Color #6B9CA5 in popluar number systems.

HEX6B9CA5
Decimal107156165
Binary11010111001110010100101
Octal153234245

Shades and tints

Shades of #6B9CA5

#6B9CA5
(107,156,165)
#628E96
(98,142,150)
#598087
(89,128,135)
#507278
(80,114,120)
#476469
(71,100,105)
#3E565A
(62,86,90)
#35484B
(53,72,75)
#2C3A3C
(44,58,60)
#232C2D
(35,44,45)
#1A1E1E
(26,30,30)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B9CA5

#6B9CA5
(107,156,165)
#78A5AD
(120,165,173)
#85AEB5
(133,174,181)
#92B7BD
(146,183,189)
#9FC0C5
(159,192,197)
#ACC9CD
(172,201,205)
#B9D2D5
(185,210,213)
#C6DBDD
(198,219,221)
#D3E4E5
(211,228,229)
#E0EDED
(224,237,237)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9CA5; }

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

This text font color is #6B9CA5.


Background Color

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

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

This div background color is #6B9CA5.


Border color

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

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

This div border color is #6B9CA5.


Opacity

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

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

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

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

This text has shadow with #6B9CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9CA5 on black background.


Color preview on white background

This text has color #6B9CA5 on white background.



Black color preview on #6B9CA5 background

This text has black color on #6B9CA5 background.


White color preview on #6B9CA5 background

This text has white color on #6B9CA5 background.