COLOR #6697E1

HEX: #6697E1
RGB: (102,151,225)

Renk bilgisi

#6697E1 contains mainly blue color. #6697E1 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6697E1 color RGB value is (102,151,225).

  • kırmız ton 102;
  • yeşil ton 151;
  • mavi ton 225.
RGB:
(102,151,225)
(40%,59%,88%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 151 of 255 = 59%
B 225 of 255 = 88%

102
151
225

R + G + B ~ 62%. #6697E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 151 + 225 = 478 (100%)
R 102 of 478 ~ 21.34%
G 151 of 478 ~ 31.59%
B 225 of 478 ~ 47.07%

%21.34
%31.59
%47.07

CMYK RENK MODELİ

#6697E1 rengi CMYK tonu (55,33,0,12).

  • camgöbeği tonu 54.67%
  • eflatun tonu 32.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(55,33,0,12)
C55M33Y0K12 
(55%,33%,0%,12%)
(0.55/0.33/0.00/0.12)	

CMYK yüzdeleri

%54.67
%32.89
%0
%11.76

Codes

Color #6697E1 in popluar color models

6697E1
RGB102151225
HSL216°67.21%64.12%
HSB/HSV216°54.67%88.24%
CMYK54.67%32.89%0.00%
11.76%

Color #6697E1 in popluar number systems.

HEX6697E1
Decimal102151225
Binary11001101001011111100001
Octal146227341

Shades and tints

Shades of #6697E1

#6697E1
(102,151,225)
#5D8ACD
(93,138,205)
#547DB9
(84,125,185)
#4B70A5
(75,112,165)
#426391
(66,99,145)
#39567D
(57,86,125)
#304969
(48,73,105)
#273C55
(39,60,85)
#1E2F41
(30,47,65)
#15222D
(21,34,45)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #6697E1

#6697E1
(102,151,225)
#73A0E3
(115,160,227)
#80A9E5
(128,169,229)
#8DB2E7
(141,178,231)
#9ABBE9
(154,187,233)
#A7C4EB
(167,196,235)
#B4CDED
(180,205,237)
#C1D6EF
(193,214,239)
#CEDFF1
(206,223,241)
#DBE8F3
(219,232,243)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6697E1 color. Also use rgb(102,151,225) instead hex code.

Text Font Color

.myTextColor { color: #6697E1; }

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

This text font color is #6697E1.


Background Color

.myBgColor { background-color: #6697E1; }

<div style="background-color:#6697E1">Inner text</div>

This div background color is #6697E1.


Border color

.myBorderColor { border: 1px solid #6697E1; }

<div style="border:3px solid #6697E1">Div</div>

This div border color is #6697E1.


Opacity

.myOpacity80 { color: #6697E1; opacity: 0.8; }

<p style="color:#6697E1;opacity:0.8;">80%</p>

Text with #6697E1 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 #6697E1;}

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

This text has shadow with #6697E1 color.

.textShadow {text-shadow: 3px 3px 1px #6697E1, 3px 3px 1px red;}

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

This text has shadow with #6697E1 primary color and red secondary color.


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

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

This text has shadow with #6697E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6697E1 on black background.


Color preview on white background

This text has color #6697E1 on white background.



Black color preview on #6697E1 background

This text has black color on #6697E1 background.


White color preview on #6697E1 background

This text has white color on #6697E1 background.