COLOR #676A9B

HEX: #676A9B
RGB: (103,106,155)

Renk bilgisi

#676A9B contains red, green and blue colors in about the same proportion. #676A9B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#676A9B color RGB value is (103,106,155).

  • kırmız ton 103;
  • yeşil ton 106;
  • mavi ton 155.
RGB:
(103,106,155)
(40%,42%,61%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 106 of 255 = 42%
B 155 of 255 = 61%

103
106
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 155 = 364 (100%)
R 103 of 364 ~ 28.3%
G 106 of 364 ~ 29.12%
B 155 of 364 ~ 42.58%

%28.3
%29.12
%42.58

CMYK RENK MODELİ

#676A9B rengi CMYK tonu (34,32,0,39).

  • camgöbeği tonu 33.55%
  • eflatun tonu 31.61%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(34,32,0,39)
C34M32Y0K39 
(34%,32%,0%,39%)
(0.34/0.32/0.00/0.39)	

CMYK yüzdeleri

%33.55
%31.61
%0
%39.22

Codes

Color #676A9B in popluar color models

676A9B
RGB103106155
HSL237°20.63%50.59%
HSB/HSV237°33.55%60.78%
CMYK33.55%31.61%0.00%
39.22%

Color #676A9B in popluar number systems.

HEX676A9B
Decimal103106155
Binary1100111110101010011011
Octal147152233

Shades and tints

Shades of #676A9B

#676A9B
(103,106,155)
#5E618D
(94,97,141)
#55587F
(85,88,127)
#4C4F71
(76,79,113)
#434663
(67,70,99)
#3A3D55
(58,61,85)
#313447
(49,52,71)
#282B39
(40,43,57)
#1F222B
(31,34,43)
#16191D
(22,25,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #676A9B

#676A9B
(103,106,155)
#7477A4
(116,119,164)
#8184AD
(129,132,173)
#8E91B6
(142,145,182)
#9B9EBF
(155,158,191)
#A8ABC8
(168,171,200)
#B5B8D1
(181,184,209)
#C2C5DA
(194,197,218)
#CFD2E3
(207,210,227)
#DCDFEC
(220,223,236)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676A9B color. Also use rgb(103,106,155) instead hex code.

Text Font Color

.myTextColor { color: #676A9B; }

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

This text font color is #676A9B.


Background Color

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

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

This div background color is #676A9B.


Border color

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

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

This div border color is #676A9B.


Opacity

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

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

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

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

This text has shadow with #676A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A9B on black background.


Color preview on white background

This text has color #676A9B on white background.



Black color preview on #676A9B background

This text has black color on #676A9B background.


White color preview on #676A9B background

This text has white color on #676A9B background.