COLOR #677CC7

HEX: #677CC7
RGB: (103,124,199)

Renk bilgisi

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

RGB renk modeli

#677CC7 color RGB value is (103,124,199).

  • kırmız ton 103;
  • yeşil ton 124;
  • mavi ton 199.
RGB:
(103,124,199)
(40%,49%,78%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 124 of 255 = 49%
B 199 of 255 = 78%

103
124
199

R + G + B ~ 56%. #677CC7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 124 + 199 = 426 (100%)
R 103 of 426 ~ 24.18%
G 124 of 426 ~ 29.11%
B 199 of 426 ~ 46.71%

%24.18
%29.11
%46.71

CMYK RENK MODELİ

#677CC7 rengi CMYK tonu (48,38,0,22).

  • camgöbeği tonu 48.24%
  • eflatun tonu 37.69%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(48,38,0,22)
C48M38Y0K22 
(48%,38%,0%,22%)
(0.48/0.38/0.00/0.22)	

CMYK yüzdeleri

%48.24
%37.69
%0
%21.96

Codes

Color #677CC7 in popluar color models

677CC7
RGB103124199
HSL227°46.15%59.22%
HSB/HSV227°48.24%78.04%
CMYK48.24%37.69%0.00%
21.96%

Color #677CC7 in popluar number systems.

HEX677CC7
Decimal103124199
Binary1100111111110011000111
Octal147174307

Shades and tints

Shades of #677CC7

#677CC7
(103,124,199)
#5E71B5
(94,113,181)
#5566A3
(85,102,163)
#4C5B91
(76,91,145)
#43507F
(67,80,127)
#3A456D
(58,69,109)
#313A5B
(49,58,91)
#282F49
(40,47,73)
#1F2437
(31,36,55)
#161925
(22,25,37)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #677CC7

#677CC7
(103,124,199)
#7487CC
(116,135,204)
#8192D1
(129,146,209)
#8E9DD6
(142,157,214)
#9BA8DB
(155,168,219)
#A8B3E0
(168,179,224)
#B5BEE5
(181,190,229)
#C2C9EA
(194,201,234)
#CFD4EF
(207,212,239)
#DCDFF4
(220,223,244)
#E9EAF9
(233,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677CC7 color. Also use rgb(103,124,199) instead hex code.

Text Font Color

.myTextColor { color: #677CC7; }

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

This text font color is #677CC7.


Background Color

.myBgColor { background-color: #677CC7; }

<div style="background-color:#677CC7">Inner text</div>

This div background color is #677CC7.


Border color

.myBorderColor { border: 1px solid #677CC7; }

<div style="border:3px solid #677CC7">Div</div>

This div border color is #677CC7.


Opacity

.myOpacity80 { color: #677CC7; opacity: 0.8; }

<p style="color:#677CC7;opacity:0.8;">80%</p>

Text with #677CC7 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 #677CC7;}

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

This text has shadow with #677CC7 color.

.textShadow {text-shadow: 3px 3px 1px #677CC7, 3px 3px 1px red;}

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

This text has shadow with #677CC7 primary color and red secondary color.


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

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

This text has shadow with #677CC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677CC7 on black background.


Color preview on white background

This text has color #677CC7 on white background.



Black color preview on #677CC7 background

This text has black color on #677CC7 background.


White color preview on #677CC7 background

This text has white color on #677CC7 background.