COLOR #676DC0

HEX: #676DC0
RGB: (103,109,192)

Renk bilgisi

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

RGB renk modeli

#676DC0 color RGB value is (103,109,192).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 192 of 255 = 75%

103
109
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 192 = 404 (100%)
R 103 of 404 ~ 25.5%
G 109 of 404 ~ 26.98%
B 192 of 404 ~ 47.52%

%25.5
%26.98
%47.52

CMYK RENK MODELİ

#676DC0 rengi CMYK tonu (46,43,0,25).

  • camgöbeği tonu 46.35%
  • eflatun tonu 43.23%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(46,43,0,25)
C46M43Y0K25 
(46%,43%,0%,25%)
(0.46/0.43/0.00/0.25)	

CMYK yüzdeleri

%46.35
%43.23
%0
%24.71

Codes

Color #676DC0 in popluar color models

676DC0
RGB103109192
HSL236°41.40%57.84%
HSB/HSV236°46.35%75.29%
CMYK46.35%43.23%0.00%
24.71%

Color #676DC0 in popluar number systems.

HEX676DC0
Decimal103109192
Binary1100111110110111000000
Octal147155300

Shades and tints

Shades of #676DC0

#676DC0
(103,109,192)
#5E64AF
(94,100,175)
#555B9E
(85,91,158)
#4C528D
(76,82,141)
#43497C
(67,73,124)
#3A406B
(58,64,107)
#31375A
(49,55,90)
#282E49
(40,46,73)
#1F2538
(31,37,56)
#161C27
(22,28,39)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #676DC0

#676DC0
(103,109,192)
#747AC5
(116,122,197)
#8187CA
(129,135,202)
#8E94CF
(142,148,207)
#9BA1D4
(155,161,212)
#A8AED9
(168,174,217)
#B5BBDE
(181,187,222)
#C2C8E3
(194,200,227)
#CFD5E8
(207,213,232)
#DCE2ED
(220,226,237)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676DC0; }

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

This text font color is #676DC0.


Background Color

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

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

This div background color is #676DC0.


Border color

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

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

This div border color is #676DC0.


Opacity

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

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

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

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

This text has shadow with #676DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676DC0 on black background.


Color preview on white background

This text has color #676DC0 on white background.



Black color preview on #676DC0 background

This text has black color on #676DC0 background.


White color preview on #676DC0 background

This text has white color on #676DC0 background.