COLOR #6B9595

HEX: #6B9595 RGB: (107,149,149)

Renk bilgisi

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

RGB renk modeli

#6B9595 color RGB value is (107,149,149).

RGB: (107,149,149) (42%, 58%, 58%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 149 of 255 = 58%
B 149 of 255 = 58%

107
149
149

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

Yüzdelerle RGB renk parçaları

R + G + B = 107 + 149 + 149 = 405 (100%)
R 107 of 405 ~ 26.42%
G 149 of 405 ~ 36.79%
B 149 of 405 ~ 36.79'%

%26.42
%36.79
%36.79

CMYK RENK MODELİ

#6B9595 rengi CMYK tonu (28,0,0,42).

  • camgöbeği tonu 28.19%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%

CMYK: (28,0,0,42)
C28M0Y0K42 (28%, 0%, 0%, 42%)
(0.28 / 0.00 / 0.00 / 0.42)

CMYK yüzdeleri

%28.19
%0
%0
%41.57

Codes

Color #6B9595 in popluar color models

6B 95 95
RGB 107 149 149
HSL 180° 16.54% 50.20%
HSB/HSV 180° 28.19% 58.43%
CMYK 28.19% 0.00% 0.00%
41.57%

Color #6B9595 in popluar number systems.

HEX 6B 95 95
Decimal 107 149 149
Binary 1101011 10010101 10010101
Octal 153 225 225

Shades and tints

Shades of #6B9595

#6B9595
(107,149,149)
#628888
(98,136,136)
#597B7B
(89,123,123)
#506E6E
(80,110,110)
#476161
(71,97,97)
#3E5454
(62,84,84)
#354747
(53,71,71)
#2C3A3A
(44,58,58)
#232D2D
(35,45,45)
#1A2020
(26,32,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B9595

#6B9595
(107,149,149)
#789E9E
(120,158,158)
#85A7A7
(133,167,167)
#92B0B0
(146,176,176)
#9FB9B9
(159,185,185)
#ACC2C2
(172,194,194)
#B9CBCB
(185,203,203)
#C6D4D4
(198,212,212)
#D3DDDD
(211,221,221)
#E0E6E6
(224,230,230)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9595; }

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

This text font color is #6B9595.

Background Color

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

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

This div background color is #6B9595.

Border color

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

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

This div border color is #6B9595.

Opacity

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

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

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

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

This text has shadow with #6B9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9595.

Preview

Color preview on black background

This text has color #6B9595 on black background.


Color preview on white background

This text has color #6B9595 on white background.


Black color preview on #6B9595 background

This text has black color on #6B9595 background.


White color preview on #6B9595 background

This text has white color on #6B9595 background.


Related colors

Complementary color

Complementary color for #hex is #946A6A.


I love getcolorcode.com