COLOR #6C71B9

HEX: #6C71B9
RGB: (108,113,185)

Renk bilgisi

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

RGB renk modeli

#6C71B9 color RGB value is (108,113,185).

  • kırmız ton 108;
  • yeşil ton 113;
  • mavi ton 185.
RGB:
(108,113,185)
(42%,44%,73%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 113 of 255 = 44%
B 185 of 255 = 73%

108
113
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 113 + 185 = 406 (100%)
R 108 of 406 ~ 26.6%
G 113 of 406 ~ 27.83%
B 185 of 406 ~ 45.57%

%26.6
%27.83
%45.57

CMYK RENK MODELİ

#6C71B9 rengi CMYK tonu (42,39,0,27).

  • camgöbeği tonu 41.62%
  • eflatun tonu 38.92%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(42,39,0,27)
C42M39Y0K27 
(42%,39%,0%,27%)
(0.42/0.39/0.00/0.27)	

CMYK yüzdeleri

%41.62
%38.92
%0
%27.45

Codes

Color #6C71B9 in popluar color models

6C71B9
RGB108113185
HSL236°35.48%57.45%
HSB/HSV236°41.62%72.55%
CMYK41.62%38.92%0.00%
27.45%

Color #6C71B9 in popluar number systems.

HEX6C71B9
Decimal108113185
Binary1101100111000110111001
Octal154161271

Shades and tints

Shades of #6C71B9

#6C71B9
(108,113,185)
#6367A9
(99,103,169)
#5A5D99
(90,93,153)
#515389
(81,83,137)
#484979
(72,73,121)
#3F3F69
(63,63,105)
#363559
(54,53,89)
#2D2B49
(45,43,73)
#242139
(36,33,57)
#1B1729
(27,23,41)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #6C71B9

#6C71B9
(108,113,185)
#797DBF
(121,125,191)
#8689C5
(134,137,197)
#9395CB
(147,149,203)
#A0A1D1
(160,161,209)
#ADADD7
(173,173,215)
#BAB9DD
(186,185,221)
#C7C5E3
(199,197,227)
#D4D1E9
(212,209,233)
#E1DDEF
(225,221,239)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C71B9 color. Also use rgb(108,113,185) instead hex code.

Text Font Color

.myTextColor { color: #6C71B9; }

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

This text font color is #6C71B9.


Background Color

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

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

This div background color is #6C71B9.


Border color

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

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

This div border color is #6C71B9.


Opacity

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

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

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

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

This text has shadow with #6C71B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C71B9 on black background.


Color preview on white background

This text has color #6C71B9 on white background.



Black color preview on #6C71B9 background

This text has black color on #6C71B9 background.


White color preview on #6C71B9 background

This text has white color on #6C71B9 background.