COLOR #676A98

HEX: #676A98
RGB: (103,106,152)

Renk bilgisi

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

RGB renk modeli

#676A98 color RGB value is (103,106,152).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 106 of 255 = 42%
B 152 of 255 = 60%

103
106
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 152 = 361 (100%)
R 103 of 361 ~ 28.53%
G 106 of 361 ~ 29.36%
B 152 of 361 ~ 42.11%

%28.53
%29.36
%42.11

CMYK RENK MODELİ

#676A98 rengi CMYK tonu (32,30,0,40).

  • camgöbeği tonu 32.24%
  • eflatun tonu 30.26%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(32,30,0,40)
C32M30Y0K40 
(32%,30%,0%,40%)
(0.32/0.30/0.00/0.40)	

CMYK yüzdeleri

%32.24
%30.26
%0
%40.39

Codes

Color #676A98 in popluar color models

676A98
RGB103106152
HSL236°19.22%50.00%
HSB/HSV236°32.24%59.61%
CMYK32.24%30.26%0.00%
40.39%

Color #676A98 in popluar number systems.

HEX676A98
Decimal103106152
Binary1100111110101010011000
Octal147152230

Shades and tints

Shades of #676A98

#676A98
(103,106,152)
#5E618B
(94,97,139)
#55587E
(85,88,126)
#4C4F71
(76,79,113)
#434664
(67,70,100)
#3A3D57
(58,61,87)
#31344A
(49,52,74)
#282B3D
(40,43,61)
#1F2230
(31,34,48)
#161923
(22,25,35)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #676A98

#676A98
(103,106,152)
#7477A1
(116,119,161)
#8184AA
(129,132,170)
#8E91B3
(142,145,179)
#9B9EBC
(155,158,188)
#A8ABC5
(168,171,197)
#B5B8CE
(181,184,206)
#C2C5D7
(194,197,215)
#CFD2E0
(207,210,224)
#DCDFE9
(220,223,233)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A98; }

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

This text font color is #676A98.


Background Color

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

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

This div background color is #676A98.


Border color

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

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

This div border color is #676A98.


Opacity

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

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

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

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

This text has shadow with #676A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A98 on black background.


Color preview on white background

This text has color #676A98 on white background.



Black color preview on #676A98 background

This text has black color on #676A98 background.


White color preview on #676A98 background

This text has white color on #676A98 background.