COLOR #6677EB

HEX: #6677EB
RGB: (102,119,235)

Renk bilgisi

#6677EB contains mainly blue color. #6677EB ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6677EB color RGB value is (102,119,235).

  • kırmız ton 102;
  • yeşil ton 119;
  • mavi ton 235.
RGB:
(102,119,235)
(40%,47%,92%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 119 of 255 = 47%
B 235 of 255 = 92%

102
119
235

R + G + B ~ 60%. #6677EB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 119 + 235 = 456 (100%)
R 102 of 456 ~ 22.37%
G 119 of 456 ~ 26.1%
B 235 of 456 ~ 51.54%

%22.37
%26.1
%51.54

CMYK RENK MODELİ

#6677EB rengi CMYK tonu (57,49,0,8).

  • camgöbeği tonu 56.60%
  • eflatun tonu 49.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(57,49,0,8)
C57M49Y0K8 
(57%,49%,0%,8%)
(0.57/0.49/0.00/0.08)	

CMYK yüzdeleri

%56.6
%49.36
%0
%7.84

Codes

Color #6677EB in popluar color models

6677EB
RGB102119235
HSL232°76.88%66.08%
HSB/HSV232°56.60%92.16%
CMYK56.60%49.36%0.00%
7.84%

Color #6677EB in popluar number systems.

HEX6677EB
Decimal102119235
Binary1100110111011111101011
Octal146167353

Shades and tints

Shades of #6677EB

#6677EB
(102,119,235)
#5D6DD6
(93,109,214)
#5463C1
(84,99,193)
#4B59AC
(75,89,172)
#424F97
(66,79,151)
#394582
(57,69,130)
#303B6D
(48,59,109)
#273158
(39,49,88)
#1E2743
(30,39,67)
#151D2E
(21,29,46)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #6677EB

#6677EB
(102,119,235)
#7383EC
(115,131,236)
#808FED
(128,143,237)
#8D9BEE
(141,155,238)
#9AA7EF
(154,167,239)
#A7B3F0
(167,179,240)
#B4BFF1
(180,191,241)
#C1CBF2
(193,203,242)
#CED7F3
(206,215,243)
#DBE3F4
(219,227,244)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6677EB color. Also use rgb(102,119,235) instead hex code.

Text Font Color

.myTextColor { color: #6677EB; }

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

This text font color is #6677EB.


Background Color

.myBgColor { background-color: #6677EB; }

<div style="background-color:#6677EB">Inner text</div>

This div background color is #6677EB.


Border color

.myBorderColor { border: 1px solid #6677EB; }

<div style="border:3px solid #6677EB">Div</div>

This div border color is #6677EB.


Opacity

.myOpacity80 { color: #6677EB; opacity: 0.8; }

<p style="color:#6677EB;opacity:0.8;">80%</p>

Text with #6677EB 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 #6677EB;}

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

This text has shadow with #6677EB color.

.textShadow {text-shadow: 3px 3px 1px #6677EB, 3px 3px 1px red;}

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

This text has shadow with #6677EB primary color and red secondary color.


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

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

This text has shadow with #6677EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6677EB on black background.


Color preview on white background

This text has color #6677EB on white background.



Black color preview on #6677EB background

This text has black color on #6677EB background.


White color preview on #6677EB background

This text has white color on #6677EB background.