COLOR #6B80D2

HEX: #6B80D2
RGB: (107,128,210)

Renk bilgisi

#6B80D2 contains mainly blue color. #6B80D2 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6B80D2 color RGB value is (107,128,210).

  • kırmız ton 107;
  • yeşil ton 128;
  • mavi ton 210.
RGB:
(107,128,210)
(42%,50%,82%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 128 of 255 = 50%
B 210 of 255 = 82%

107
128
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 128 + 210 = 445 (100%)
R 107 of 445 ~ 24.04%
G 128 of 445 ~ 28.76%
B 210 of 445 ~ 47.19%

%24.04
%28.76
%47.19

CMYK RENK MODELİ

#6B80D2 rengi CMYK tonu (49,39,0,18).

  • camgöbeği tonu 49.05%
  • eflatun tonu 39.05%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(49,39,0,18)
C49M39Y0K18 
(49%,39%,0%,18%)
(0.49/0.39/0.00/0.18)	

CMYK yüzdeleri

%49.05
%39.05
%0
%17.65

Codes

Color #6B80D2 in popluar color models

6B80D2
RGB107128210
HSL228°53.37%62.16%
HSB/HSV228°49.05%82.35%
CMYK49.05%39.05%0.00%
17.65%

Color #6B80D2 in popluar number systems.

HEX6B80D2
Decimal107128210
Binary11010111000000011010010
Octal153200322

Shades and tints

Shades of #6B80D2

#6B80D2
(107,128,210)
#6275BF
(98,117,191)
#596AAC
(89,106,172)
#505F99
(80,95,153)
#475486
(71,84,134)
#3E4973
(62,73,115)
#353E60
(53,62,96)
#2C334D
(44,51,77)
#23283A
(35,40,58)
#1A1D27
(26,29,39)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6B80D2

#6B80D2
(107,128,210)
#788BD6
(120,139,214)
#8596DA
(133,150,218)
#92A1DE
(146,161,222)
#9FACE2
(159,172,226)
#ACB7E6
(172,183,230)
#B9C2EA
(185,194,234)
#C6CDEE
(198,205,238)
#D3D8F2
(211,216,242)
#E0E3F6
(224,227,246)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B80D2; }

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

This text font color is #6B80D2.


Background Color

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

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

This div background color is #6B80D2.


Border color

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

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

This div border color is #6B80D2.


Opacity

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

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

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

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

This text has shadow with #6B80D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B80D2 on black background.


Color preview on white background

This text has color #6B80D2 on white background.



Black color preview on #6B80D2 background

This text has black color on #6B80D2 background.


White color preview on #6B80D2 background

This text has white color on #6B80D2 background.