COLOR #676DB9

HEX: #676DB9
RGB: (103,109,185)

Renk bilgisi

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

RGB renk modeli

#676DB9 color RGB value is (103,109,185).

  • kırmız ton 103;
  • yeşil ton 109;
  • mavi ton 185.
RGB:
(103,109,185)
(40%,43%,73%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 185 of 255 = 73%

103
109
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 185 = 397 (100%)
R 103 of 397 ~ 25.94%
G 109 of 397 ~ 27.46%
B 185 of 397 ~ 46.6%

%25.94
%27.46
%46.6

CMYK RENK MODELİ

#676DB9 rengi CMYK tonu (44,41,0,27).

  • camgöbeği tonu 44.32%
  • eflatun tonu 41.08%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(44,41,0,27)
C44M41Y0K27 
(44%,41%,0%,27%)
(0.44/0.41/0.00/0.27)	

CMYK yüzdeleri

%44.32
%41.08
%0
%27.45

Codes

Color #676DB9 in popluar color models

676DB9
RGB103109185
HSL236°36.94%56.47%
HSB/HSV236°44.32%72.55%
CMYK44.32%41.08%0.00%
27.45%

Color #676DB9 in popluar number systems.

HEX676DB9
Decimal103109185
Binary1100111110110110111001
Octal147155271

Shades and tints

Shades of #676DB9

#676DB9
(103,109,185)
#5E64A9
(94,100,169)
#555B99
(85,91,153)
#4C5289
(76,82,137)
#434979
(67,73,121)
#3A4069
(58,64,105)
#313759
(49,55,89)
#282E49
(40,46,73)
#1F2539
(31,37,57)
#161C29
(22,28,41)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #676DB9

#676DB9
(103,109,185)
#747ABF
(116,122,191)
#8187C5
(129,135,197)
#8E94CB
(142,148,203)
#9BA1D1
(155,161,209)
#A8AED7
(168,174,215)
#B5BBDD
(181,187,221)
#C2C8E3
(194,200,227)
#CFD5E9
(207,213,233)
#DCE2EF
(220,226,239)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676DB9 color. Also use rgb(103,109,185) instead hex code.

Text Font Color

.myTextColor { color: #676DB9; }

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

This text font color is #676DB9.


Background Color

.myBgColor { background-color: #676DB9; }

<div style="background-color:#676DB9">Inner text</div>

This div background color is #676DB9.


Border color

.myBorderColor { border: 1px solid #676DB9; }

<div style="border:3px solid #676DB9">Div</div>

This div border color is #676DB9.


Opacity

.myOpacity80 { color: #676DB9; opacity: 0.8; }

<p style="color:#676DB9;opacity:0.8;">80%</p>

Text with #676DB9 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 #676DB9;}

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

This text has shadow with #676DB9 color.

.textShadow {text-shadow: 3px 3px 1px #676DB9, 3px 3px 1px red;}

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

This text has shadow with #676DB9 primary color and red secondary color.


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

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

This text has shadow with #676DB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676DB9 on black background.


Color preview on white background

This text has color #676DB9 on white background.



Black color preview on #676DB9 background

This text has black color on #676DB9 background.


White color preview on #676DB9 background

This text has white color on #676DB9 background.