COLOR #6C95E8

HEX: #6C95E8
RGB: (108,149,232)

Renk bilgisi

#6C95E8 contains mainly blue color. #6C95E8 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6C95E8 color RGB value is (108,149,232).

  • kırmız ton 108;
  • yeşil ton 149;
  • mavi ton 232.
RGB:
(108,149,232)
(42%,58%,91%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 149 of 255 = 58%
B 232 of 255 = 91%

108
149
232

R + G + B ~ 64%. #6C95E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 149 + 232 = 489 (100%)
R 108 of 489 ~ 22.09%
G 149 of 489 ~ 30.47%
B 232 of 489 ~ 47.44%

%22.09
%30.47
%47.44

CMYK RENK MODELİ

#6C95E8 rengi CMYK tonu (53,36,0,9).

  • camgöbeği tonu 53.45%
  • eflatun tonu 35.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(53,36,0,9)
C53M36Y0K9 
(53%,36%,0%,9%)
(0.53/0.36/0.00/0.09)	

CMYK yüzdeleri

%53.45
%35.78
%0
%9.02

Codes

Color #6C95E8 in popluar color models

6C95E8
RGB108149232
HSL220°72.94%66.67%
HSB/HSV220°53.45%90.98%
CMYK53.45%35.78%0.00%
9.02%

Color #6C95E8 in popluar number systems.

HEX6C95E8
Decimal108149232
Binary11011001001010111101000
Octal154225350

Shades and tints

Shades of #6C95E8

#6C95E8
(108,149,232)
#6388D3
(99,136,211)
#5A7BBE
(90,123,190)
#516EA9
(81,110,169)
#486194
(72,97,148)
#3F547F
(63,84,127)
#36476A
(54,71,106)
#2D3A55
(45,58,85)
#242D40
(36,45,64)
#1B202B
(27,32,43)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #6C95E8

#6C95E8
(108,149,232)
#799EEA
(121,158,234)
#86A7EC
(134,167,236)
#93B0EE
(147,176,238)
#A0B9F0
(160,185,240)
#ADC2F2
(173,194,242)
#BACBF4
(186,203,244)
#C7D4F6
(199,212,246)
#D4DDF8
(212,221,248)
#E1E6FA
(225,230,250)
#EEEFFC
(238,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C95E8 color. Also use rgb(108,149,232) instead hex code.

Text Font Color

.myTextColor { color: #6C95E8; }

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

This text font color is #6C95E8.


Background Color

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

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

This div background color is #6C95E8.


Border color

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

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

This div border color is #6C95E8.


Opacity

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

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

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

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

This text has shadow with #6C95E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C95E8 on black background.


Color preview on white background

This text has color #6C95E8 on white background.



Black color preview on #6C95E8 background

This text has black color on #6C95E8 background.


White color preview on #6C95E8 background

This text has white color on #6C95E8 background.