COLOR #6E93C8

HEX: #6E93C8
RGB: (110,147,200)

Renk bilgisi

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

RGB renk modeli

#6E93C8 color RGB value is (110,147,200).

  • kırmız ton 110;
  • yeşil ton 147;
  • mavi ton 200.
RGB:
(110,147,200)
(43%,58%,78%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 147 of 255 = 58%
B 200 of 255 = 78%

110
147
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 147 + 200 = 457 (100%)
R 110 of 457 ~ 24.07%
G 147 of 457 ~ 32.17%
B 200 of 457 ~ 43.76%

%24.07
%32.17
%43.76

CMYK RENK MODELİ

#6E93C8 rengi CMYK tonu (45,27,0,22).

  • camgöbeği tonu 45.00%
  • eflatun tonu 26.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(45,27,0,22)
C45M27Y0K22 
(45%,27%,0%,22%)
(0.45/0.27/0.00/0.22)	

CMYK yüzdeleri

%45
%26.5
%0
%21.57

Codes

Color #6E93C8 in popluar color models

6E93C8
RGB110147200
HSL215°45.00%60.78%
HSB/HSV215°45.00%78.43%
CMYK45.00%26.50%0.00%
21.57%

Color #6E93C8 in popluar number systems.

HEX6E93C8
Decimal110147200
Binary11011101001001111001000
Octal156223310

Shades and tints

Shades of #6E93C8

#6E93C8
(110,147,200)
#6486B6
(100,134,182)
#5A79A4
(90,121,164)
#506C92
(80,108,146)
#465F80
(70,95,128)
#3C526E
(60,82,110)
#32455C
(50,69,92)
#28384A
(40,56,74)
#1E2B38
(30,43,56)
#141E26
(20,30,38)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6E93C8

#6E93C8
(110,147,200)
#7B9CCD
(123,156,205)
#88A5D2
(136,165,210)
#95AED7
(149,174,215)
#A2B7DC
(162,183,220)
#AFC0E1
(175,192,225)
#BCC9E6
(188,201,230)
#C9D2EB
(201,210,235)
#D6DBF0
(214,219,240)
#E3E4F5
(227,228,245)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E93C8 color. Also use rgb(110,147,200) instead hex code.

Text Font Color

.myTextColor { color: #6E93C8; }

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

This text font color is #6E93C8.


Background Color

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

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

This div background color is #6E93C8.


Border color

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

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

This div border color is #6E93C8.


Opacity

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

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

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

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

This text has shadow with #6E93C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E93C8 on black background.


Color preview on white background

This text has color #6E93C8 on white background.



Black color preview on #6E93C8 background

This text has black color on #6E93C8 background.


White color preview on #6E93C8 background

This text has white color on #6E93C8 background.