COLOR #687BC1

HEX: #687BC1
RGB: (104,123,193)

Renk bilgisi

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

RGB renk modeli

#687BC1 color RGB value is (104,123,193).

  • kırmız ton 104;
  • yeşil ton 123;
  • mavi ton 193.
RGB:
(104,123,193)
(41%,48%,76%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 193 of 255 = 76%

104
123
193

R + G + B ~ 55%. #687BC1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 193 = 420 (100%)
R 104 of 420 ~ 24.76%
G 123 of 420 ~ 29.29%
B 193 of 420 ~ 45.95%

%24.76
%29.29
%45.95

CMYK RENK MODELİ

#687BC1 rengi CMYK tonu (46,36,0,24).

  • camgöbeği tonu 46.11%
  • eflatun tonu 36.27%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(46,36,0,24)
C46M36Y0K24 
(46%,36%,0%,24%)
(0.46/0.36/0.00/0.24)	

CMYK yüzdeleri

%46.11
%36.27
%0
%24.31

Codes

Color #687BC1 in popluar color models

687BC1
RGB104123193
HSL227°41.78%58.24%
HSB/HSV227°46.11%75.69%
CMYK46.11%36.27%0.00%
24.31%

Color #687BC1 in popluar number systems.

HEX687BC1
Decimal104123193
Binary1101000111101111000001
Octal150173301

Shades and tints

Shades of #687BC1

#687BC1
(104,123,193)
#5F70B0
(95,112,176)
#56659F
(86,101,159)
#4D5A8E
(77,90,142)
#444F7D
(68,79,125)
#3B446C
(59,68,108)
#32395B
(50,57,91)
#292E4A
(41,46,74)
#202339
(32,35,57)
#171828
(23,24,40)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #687BC1

#687BC1
(104,123,193)
#7587C6
(117,135,198)
#8293CB
(130,147,203)
#8F9FD0
(143,159,208)
#9CABD5
(156,171,213)
#A9B7DA
(169,183,218)
#B6C3DF
(182,195,223)
#C3CFE4
(195,207,228)
#D0DBE9
(208,219,233)
#DDE7EE
(221,231,238)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687BC1 color. Also use rgb(104,123,193) instead hex code.

Text Font Color

.myTextColor { color: #687BC1; }

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

This text font color is #687BC1.


Background Color

.myBgColor { background-color: #687BC1; }

<div style="background-color:#687BC1">Inner text</div>

This div background color is #687BC1.


Border color

.myBorderColor { border: 1px solid #687BC1; }

<div style="border:3px solid #687BC1">Div</div>

This div border color is #687BC1.


Opacity

.myOpacity80 { color: #687BC1; opacity: 0.8; }

<p style="color:#687BC1;opacity:0.8;">80%</p>

Text with #687BC1 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 #687BC1;}

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

This text has shadow with #687BC1 color.

.textShadow {text-shadow: 3px 3px 1px #687BC1, 3px 3px 1px red;}

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

This text has shadow with #687BC1 primary color and red secondary color.


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

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

This text has shadow with #687BC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687BC1 on black background.


Color preview on white background

This text has color #687BC1 on white background.



Black color preview on #687BC1 background

This text has black color on #687BC1 background.


White color preview on #687BC1 background

This text has white color on #687BC1 background.