COLOR #6E95CF

HEX: #6E95CF
RGB: (110,149,207)

Renk bilgisi

#6E95CF contains mainly green and blue colors. #6E95CF ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6E95CF color RGB value is (110,149,207).

  • kırmız ton 110;
  • yeşil ton 149;
  • mavi ton 207.
RGB:
(110,149,207)
(43%,58%,81%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 207 of 255 = 81%

110
149
207

R + G + B ~ 61%. #6E95CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 207 = 466 (100%)
R 110 of 466 ~ 23.61%
G 149 of 466 ~ 31.97%
B 207 of 466 ~ 44.42%

%23.61
%31.97
%44.42

CMYK RENK MODELİ

#6E95CF rengi CMYK tonu (47,28,0,19).

  • camgöbeği tonu 46.86%
  • eflatun tonu 28.02%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(47,28,0,19)
C47M28Y0K19 
(47%,28%,0%,19%)
(0.47/0.28/0.00/0.19)	

CMYK yüzdeleri

%46.86
%28.02
%0
%18.82

Codes

Color #6E95CF in popluar color models

6E95CF
RGB110149207
HSL216°50.26%62.16%
HSB/HSV216°46.86%81.18%
CMYK46.86%28.02%0.00%
18.82%

Color #6E95CF in popluar number systems.

HEX6E95CF
Decimal110149207
Binary11011101001010111001111
Octal156225317

Shades and tints

Shades of #6E95CF

#6E95CF
(110,149,207)
#6488BD
(100,136,189)
#5A7BAB
(90,123,171)
#506E99
(80,110,153)
#466187
(70,97,135)
#3C5475
(60,84,117)
#324763
(50,71,99)
#283A51
(40,58,81)
#1E2D3F
(30,45,63)
#14202D
(20,32,45)
#0A131B
(10,19,27)
#000000
(0,0,0)

Tints of #6E95CF

#6E95CF
(110,149,207)
#7B9ED3
(123,158,211)
#88A7D7
(136,167,215)
#95B0DB
(149,176,219)
#A2B9DF
(162,185,223)
#AFC2E3
(175,194,227)
#BCCBE7
(188,203,231)
#C9D4EB
(201,212,235)
#D6DDEF
(214,221,239)
#E3E6F3
(227,230,243)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E95CF color. Also use rgb(110,149,207) instead hex code.

Text Font Color

.myTextColor { color: #6E95CF; }

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

This text font color is #6E95CF.


Background Color

.myBgColor { background-color: #6E95CF; }

<div style="background-color:#6E95CF">Inner text</div>

This div background color is #6E95CF.


Border color

.myBorderColor { border: 1px solid #6E95CF; }

<div style="border:3px solid #6E95CF">Div</div>

This div border color is #6E95CF.


Opacity

.myOpacity80 { color: #6E95CF; opacity: 0.8; }

<p style="color:#6E95CF;opacity:0.8;">80%</p>

Text with #6E95CF 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 #6E95CF;}

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

This text has shadow with #6E95CF color.

.textShadow {text-shadow: 3px 3px 1px #6E95CF, 3px 3px 1px red;}

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

This text has shadow with #6E95CF primary color and red secondary color.


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

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

This text has shadow with #6E95CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E95CF on black background.


Color preview on white background

This text has color #6E95CF on white background.



Black color preview on #6E95CF background

This text has black color on #6E95CF background.


White color preview on #6E95CF background

This text has white color on #6E95CF background.