COLOR #6B71D8

HEX: #6B71D8
RGB: (107,113,216)

Renk bilgisi

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

RGB renk modeli

#6B71D8 color RGB value is (107,113,216).

  • kırmız ton 107;
  • yeşil ton 113;
  • mavi ton 216.
RGB:
(107,113,216)
(42%,44%,85%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 113 of 255 = 44%
B 216 of 255 = 85%

107
113
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 113 + 216 = 436 (100%)
R 107 of 436 ~ 24.54%
G 113 of 436 ~ 25.92%
B 216 of 436 ~ 49.54%

%24.54
%25.92
%49.54

CMYK RENK MODELİ

#6B71D8 rengi CMYK tonu (50,48,0,15).

  • camgöbeği tonu 50.46%
  • eflatun tonu 47.69%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(50,48,0,15)
C50M48Y0K15 
(50%,48%,0%,15%)
(0.50/0.48/0.00/0.15)	

CMYK yüzdeleri

%50.46
%47.69
%0
%15.29

Codes

Color #6B71D8 in popluar color models

6B71D8
RGB107113216
HSL237°58.29%63.33%
HSB/HSV237°50.46%84.71%
CMYK50.46%47.69%0.00%
15.29%

Color #6B71D8 in popluar number systems.

HEX6B71D8
Decimal107113216
Binary1101011111000111011000
Octal153161330

Shades and tints

Shades of #6B71D8

#6B71D8
(107,113,216)
#6267C5
(98,103,197)
#595DB2
(89,93,178)
#50539F
(80,83,159)
#47498C
(71,73,140)
#3E3F79
(62,63,121)
#353566
(53,53,102)
#2C2B53
(44,43,83)
#232140
(35,33,64)
#1A172D
(26,23,45)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #6B71D8

#6B71D8
(107,113,216)
#787DDB
(120,125,219)
#8589DE
(133,137,222)
#9295E1
(146,149,225)
#9FA1E4
(159,161,228)
#ACADE7
(172,173,231)
#B9B9EA
(185,185,234)
#C6C5ED
(198,197,237)
#D3D1F0
(211,209,240)
#E0DDF3
(224,221,243)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B71D8; }

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

This text font color is #6B71D8.


Background Color

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

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

This div background color is #6B71D8.


Border color

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

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

This div border color is #6B71D8.


Opacity

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

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

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

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

This text has shadow with #6B71D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B71D8 on black background.


Color preview on white background

This text has color #6B71D8 on white background.



Black color preview on #6B71D8 background

This text has black color on #6B71D8 background.


White color preview on #6B71D8 background

This text has white color on #6B71D8 background.