COLOR #6B6EB2

HEX: #6B6EB2
RGB: (107,110,178)

Renk bilgisi

#6B6EB2 contains mainly blue color. #6B6EB2 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B6EB2 color RGB value is (107,110,178).

  • kırmız ton 107;
  • yeşil ton 110;
  • mavi ton 178.
RGB:
(107,110,178)
(42%,43%,70%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 110 of 255 = 43%
B 178 of 255 = 70%

107
110
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 110 + 178 = 395 (100%)
R 107 of 395 ~ 27.09%
G 110 of 395 ~ 27.85%
B 178 of 395 ~ 45.06%

%27.09
%27.85
%45.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 39.89%
  • eflatun tonu 38.20%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(40,38,0,30)
C40M38Y0K30 
(40%,38%,0%,30%)
(0.40/0.38/0.00/0.30)	

CMYK yüzdeleri

%39.89
%38.2
%0
%30.2

Codes

Color #6B6EB2 in popluar color models

6B6EB2
RGB107110178
HSL237°31.56%55.88%
HSB/HSV237°39.89%69.80%
CMYK39.89%38.20%0.00%
30.20%

Color #6B6EB2 in popluar number systems.

HEX6B6EB2
Decimal107110178
Binary1101011110111010110010
Octal153156262

Shades and tints

Shades of #6B6EB2

#6B6EB2
(107,110,178)
#6264A2
(98,100,162)
#595A92
(89,90,146)
#505082
(80,80,130)
#474672
(71,70,114)
#3E3C62
(62,60,98)
#353252
(53,50,82)
#2C2842
(44,40,66)
#231E32
(35,30,50)
#1A1422
(26,20,34)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B6EB2

#6B6EB2
(107,110,178)
#787BB9
(120,123,185)
#8588C0
(133,136,192)
#9295C7
(146,149,199)
#9FA2CE
(159,162,206)
#ACAFD5
(172,175,213)
#B9BCDC
(185,188,220)
#C6C9E3
(198,201,227)
#D3D6EA
(211,214,234)
#E0E3F1
(224,227,241)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6EB2; }

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

This text font color is #6B6EB2.


Background Color

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

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

This div background color is #6B6EB2.


Border color

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

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

This div border color is #6B6EB2.


Opacity

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

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

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

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

This text has shadow with #6B6EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6EB2 on black background.


Color preview on white background

This text has color #6B6EB2 on white background.



Black color preview on #6B6EB2 background

This text has black color on #6B6EB2 background.


White color preview on #6B6EB2 background

This text has white color on #6B6EB2 background.