COLOR #6B7597

HEX: #6B7597
RGB: (107,117,151)

Renk bilgisi

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

RGB renk modeli

#6B7597 color RGB value is (107,117,151).

  • kırmız ton 107;
  • yeşil ton 117;
  • mavi ton 151.
RGB:
(107,117,151)
(42%,46%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 117 of 255 = 46%
B 151 of 255 = 59%

107
117
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 117 + 151 = 375 (100%)
R 107 of 375 ~ 28.53%
G 117 of 375 ~ 31.2%
B 151 of 375 ~ 40.27%

%28.53
%31.2
%40.27

CMYK RENK MODELİ

#6B7597 rengi CMYK tonu (29,23,0,41).

  • camgöbeği tonu 29.14%
  • eflatun tonu 22.52%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(29,23,0,41)
C29M23Y0K41 
(29%,23%,0%,41%)
(0.29/0.23/0.00/0.41)	

CMYK yüzdeleri

%29.14
%22.52
%0
%40.78

Codes

Color #6B7597 in popluar color models

6B7597
RGB107117151
HSL226°17.46%50.59%
HSB/HSV226°29.14%59.22%
CMYK29.14%22.52%0.00%
40.78%

Color #6B7597 in popluar number systems.

HEX6B7597
Decimal107117151
Binary1101011111010110010111
Octal153165227

Shades and tints

Shades of #6B7597

#6B7597
(107,117,151)
#626B8A
(98,107,138)
#59617D
(89,97,125)
#505770
(80,87,112)
#474D63
(71,77,99)
#3E4356
(62,67,86)
#353949
(53,57,73)
#2C2F3C
(44,47,60)
#23252F
(35,37,47)
#1A1B22
(26,27,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #6B7597

#6B7597
(107,117,151)
#7881A0
(120,129,160)
#858DA9
(133,141,169)
#9299B2
(146,153,178)
#9FA5BB
(159,165,187)
#ACB1C4
(172,177,196)
#B9BDCD
(185,189,205)
#C6C9D6
(198,201,214)
#D3D5DF
(211,213,223)
#E0E1E8
(224,225,232)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7597; }

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

This text font color is #6B7597.


Background Color

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

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

This div background color is #6B7597.


Border color

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

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

This div border color is #6B7597.


Opacity

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

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

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

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

This text has shadow with #6B7597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7597 on black background.


Color preview on white background

This text has color #6B7597 on white background.



Black color preview on #6B7597 background

This text has black color on #6B7597 background.


White color preview on #6B7597 background

This text has white color on #6B7597 background.