COLOR #6B78B0

HEX: #6B78B0
RGB: (107,120,176)

Renk bilgisi

#6B78B0 contains mainly green and blue colors. #6B78B0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B78B0 color RGB value is (107,120,176).

  • kırmız ton 107;
  • yeşil ton 120;
  • mavi ton 176.
RGB:
(107,120,176)
(42%,47%,69%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 120 of 255 = 47%
B 176 of 255 = 69%

107
120
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 120 + 176 = 403 (100%)
R 107 of 403 ~ 26.55%
G 120 of 403 ~ 29.78%
B 176 of 403 ~ 43.67%

%26.55
%29.78
%43.67

CMYK RENK MODELİ

#6B78B0 rengi CMYK tonu (39,32,0,31).

  • camgöbeği tonu 39.20%
  • eflatun tonu 31.82%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(39,32,0,31)
C39M32Y0K31 
(39%,32%,0%,31%)
(0.39/0.32/0.00/0.31)	

CMYK yüzdeleri

%39.2
%31.82
%0
%30.98

Codes

Color #6B78B0 in popluar color models

6B78B0
RGB107120176
HSL229°30.40%55.49%
HSB/HSV229°39.20%69.02%
CMYK39.20%31.82%0.00%
30.98%

Color #6B78B0 in popluar number systems.

HEX6B78B0
Decimal107120176
Binary1101011111100010110000
Octal153170260

Shades and tints

Shades of #6B78B0

#6B78B0
(107,120,176)
#626EA0
(98,110,160)
#596490
(89,100,144)
#505A80
(80,90,128)
#475070
(71,80,112)
#3E4660
(62,70,96)
#353C50
(53,60,80)
#2C3240
(44,50,64)
#232830
(35,40,48)
#1A1E20
(26,30,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #6B78B0

#6B78B0
(107,120,176)
#7884B7
(120,132,183)
#8590BE
(133,144,190)
#929CC5
(146,156,197)
#9FA8CC
(159,168,204)
#ACB4D3
(172,180,211)
#B9C0DA
(185,192,218)
#C6CCE1
(198,204,225)
#D3D8E8
(211,216,232)
#E0E4EF
(224,228,239)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B78B0; }

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

This text font color is #6B78B0.


Background Color

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

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

This div background color is #6B78B0.


Border color

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

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

This div border color is #6B78B0.


Opacity

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

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

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

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

This text has shadow with #6B78B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B78B0 on black background.


Color preview on white background

This text has color #6B78B0 on white background.



Black color preview on #6B78B0 background

This text has black color on #6B78B0 background.


White color preview on #6B78B0 background

This text has white color on #6B78B0 background.