COLOR #6877AD

HEX: #6877AD
RGB: (104,119,173)

Renk bilgisi

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

RGB renk modeli

#6877AD color RGB value is (104,119,173).

  • kırmız ton 104;
  • yeşil ton 119;
  • mavi ton 173.
RGB:
(104,119,173)
(41%,47%,68%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 119 of 255 = 47%
B 173 of 255 = 68%

104
119
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 119 + 173 = 396 (100%)
R 104 of 396 ~ 26.26%
G 119 of 396 ~ 30.05%
B 173 of 396 ~ 43.69%

%26.26
%30.05
%43.69

CMYK RENK MODELİ

#6877AD rengi CMYK tonu (40,31,0,32).

  • camgöbeği tonu 39.88%
  • eflatun tonu 31.21%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(40,31,0,32)
C40M31Y0K32 
(40%,31%,0%,32%)
(0.40/0.31/0.00/0.32)	

CMYK yüzdeleri

%39.88
%31.21
%0
%32.16

Codes

Color #6877AD in popluar color models

6877AD
RGB104119173
HSL227°29.61%54.31%
HSB/HSV227°39.88%67.84%
CMYK39.88%31.21%0.00%
32.16%

Color #6877AD in popluar number systems.

HEX6877AD
Decimal104119173
Binary1101000111011110101101
Octal150167255

Shades and tints

Shades of #6877AD

#6877AD
(104,119,173)
#5F6D9E
(95,109,158)
#56638F
(86,99,143)
#4D5980
(77,89,128)
#444F71
(68,79,113)
#3B4562
(59,69,98)
#323B53
(50,59,83)
#293144
(41,49,68)
#202735
(32,39,53)
#171D26
(23,29,38)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #6877AD

#6877AD
(104,119,173)
#7583B4
(117,131,180)
#828FBB
(130,143,187)
#8F9BC2
(143,155,194)
#9CA7C9
(156,167,201)
#A9B3D0
(169,179,208)
#B6BFD7
(182,191,215)
#C3CBDE
(195,203,222)
#D0D7E5
(208,215,229)
#DDE3EC
(221,227,236)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6877AD color. Also use rgb(104,119,173) instead hex code.

Text Font Color

.myTextColor { color: #6877AD; }

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

This text font color is #6877AD.


Background Color

.myBgColor { background-color: #6877AD; }

<div style="background-color:#6877AD">Inner text</div>

This div background color is #6877AD.


Border color

.myBorderColor { border: 1px solid #6877AD; }

<div style="border:3px solid #6877AD">Div</div>

This div border color is #6877AD.


Opacity

.myOpacity80 { color: #6877AD; opacity: 0.8; }

<p style="color:#6877AD;opacity:0.8;">80%</p>

Text with #6877AD 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 #6877AD;}

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

This text has shadow with #6877AD color.

.textShadow {text-shadow: 3px 3px 1px #6877AD, 3px 3px 1px red;}

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

This text has shadow with #6877AD primary color and red secondary color.


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

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

This text has shadow with #6877AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6877AD on black background.


Color preview on white background

This text has color #6877AD on white background.



Black color preview on #6877AD background

This text has black color on #6877AD background.


White color preview on #6877AD background

This text has white color on #6877AD background.