COLOR #6B7499

HEX: #6B7499
RGB: (107,116,153)

Renk bilgisi

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

RGB renk modeli

#6B7499 color RGB value is (107,116,153).

  • kırmız ton 107;
  • yeşil ton 116;
  • mavi ton 153.
RGB:
(107,116,153)
(42%,45%,60%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 116 of 255 = 45%
B 153 of 255 = 60%

107
116
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 116 + 153 = 376 (100%)
R 107 of 376 ~ 28.46%
G 116 of 376 ~ 30.85%
B 153 of 376 ~ 40.69%

%28.46
%30.85
%40.69

CMYK RENK MODELİ

#6B7499 rengi CMYK tonu (30,24,0,40).

  • camgöbeği tonu 30.07%
  • eflatun tonu 24.18%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(30,24,0,40)
C30M24Y0K40 
(30%,24%,0%,40%)
(0.30/0.24/0.00/0.40)	

CMYK yüzdeleri

%30.07
%24.18
%0
%40

Codes

Color #6B7499 in popluar color models

6B7499
RGB107116153
HSL228°18.40%50.98%
HSB/HSV228°30.07%60.00%
CMYK30.07%24.18%0.00%
40.00%

Color #6B7499 in popluar number systems.

HEX6B7499
Decimal107116153
Binary1101011111010010011001
Octal153164231

Shades and tints

Shades of #6B7499

#6B7499
(107,116,153)
#626A8C
(98,106,140)
#59607F
(89,96,127)
#505672
(80,86,114)
#474C65
(71,76,101)
#3E4258
(62,66,88)
#35384B
(53,56,75)
#2C2E3E
(44,46,62)
#232431
(35,36,49)
#1A1A24
(26,26,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #6B7499

#6B7499
(107,116,153)
#7880A2
(120,128,162)
#858CAB
(133,140,171)
#9298B4
(146,152,180)
#9FA4BD
(159,164,189)
#ACB0C6
(172,176,198)
#B9BCCF
(185,188,207)
#C6C8D8
(198,200,216)
#D3D4E1
(211,212,225)
#E0E0EA
(224,224,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7499; }

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

This text font color is #6B7499.


Background Color

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

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

This div background color is #6B7499.


Border color

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

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

This div border color is #6B7499.


Opacity

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

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

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

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

This text has shadow with #6B7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7499 on black background.


Color preview on white background

This text has color #6B7499 on white background.



Black color preview on #6B7499 background

This text has black color on #6B7499 background.


White color preview on #6B7499 background

This text has white color on #6B7499 background.