COLOR #6B6B98

HEX: #6B6B98
RGB: (107,107,152)

Renk bilgisi

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

RGB renk modeli

#6B6B98 color RGB value is (107,107,152).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 107 of 255 = 42%
B 152 of 255 = 60%

107
107
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 107 + 152 = 366 (100%)
R 107 of 366 ~ 29.23%
G 107 of 366 ~ 29.23%
B 152 of 366 ~ 41.53%

%29.23
%29.23
%41.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 29.61%
  • eflatun tonu 29.61%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(30,30,0,40)
C30M30Y0K40 
(30%,30%,0%,40%)
(0.30/0.30/0.00/0.40)	

CMYK yüzdeleri

%29.61
%29.61
%0
%40.39

Codes

Color #6B6B98 in popluar color models

6B6B98
RGB107107152
HSL240°17.93%50.78%
HSB/HSV240°29.61%59.61%
CMYK29.61%29.61%0.00%
40.39%

Color #6B6B98 in popluar number systems.

HEX6B6B98
Decimal107107152
Binary1101011110101110011000
Octal153153230

Shades and tints

Shades of #6B6B98

#6B6B98
(107,107,152)
#62628B
(98,98,139)
#59597E
(89,89,126)
#505071
(80,80,113)
#474764
(71,71,100)
#3E3E57
(62,62,87)
#35354A
(53,53,74)
#2C2C3D
(44,44,61)
#232330
(35,35,48)
#1A1A23
(26,26,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6B6B98

#6B6B98
(107,107,152)
#7878A1
(120,120,161)
#8585AA
(133,133,170)
#9292B3
(146,146,179)
#9F9FBC
(159,159,188)
#ACACC5
(172,172,197)
#B9B9CE
(185,185,206)
#C6C6D7
(198,198,215)
#D3D3E0
(211,211,224)
#E0E0E9
(224,224,233)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B98; }

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

This text font color is #6B6B98.


Background Color

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

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

This div background color is #6B6B98.


Border color

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

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

This div border color is #6B6B98.


Opacity

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

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

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

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

This text has shadow with #6B6B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6B98 on black background.


Color preview on white background

This text has color #6B6B98 on white background.



Black color preview on #6B6B98 background

This text has black color on #6B6B98 background.


White color preview on #6B6B98 background

This text has white color on #6B6B98 background.