COLOR #6C97E8

HEX: #6C97E8
RGB: (108,151,232)

Renk bilgisi

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

RGB renk modeli

#6C97E8 color RGB value is (108,151,232).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 151 of 255 = 59%
B 232 of 255 = 91%

108
151
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 151 + 232 = 491 (100%)
R 108 of 491 ~ 22%
G 151 of 491 ~ 30.75%
B 232 of 491 ~ 47.25%

%22
%30.75
%47.25

CMYK RENK MODELİ

#6C97E8 rengi CMYK tonu (53,35,0,9).

  • camgöbeği tonu 53.45%
  • eflatun tonu 34.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(53,35,0,9)
C53M35Y0K9 
(53%,35%,0%,9%)
(0.53/0.35/0.00/0.09)	

CMYK yüzdeleri

%53.45
%34.91
%0
%9.02

Codes

Color #6C97E8 in popluar color models

6C97E8
RGB108151232
HSL219°72.94%66.67%
HSB/HSV219°53.45%90.98%
CMYK53.45%34.91%0.00%
9.02%

Color #6C97E8 in popluar number systems.

HEX6C97E8
Decimal108151232
Binary11011001001011111101000
Octal154227350

Shades and tints

Shades of #6C97E8

#6C97E8
(108,151,232)
#638AD3
(99,138,211)
#5A7DBE
(90,125,190)
#5170A9
(81,112,169)
#486394
(72,99,148)
#3F567F
(63,86,127)
#36496A
(54,73,106)
#2D3C55
(45,60,85)
#242F40
(36,47,64)
#1B222B
(27,34,43)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #6C97E8

#6C97E8
(108,151,232)
#79A0EA
(121,160,234)
#86A9EC
(134,169,236)
#93B2EE
(147,178,238)
#A0BBF0
(160,187,240)
#ADC4F2
(173,196,242)
#BACDF4
(186,205,244)
#C7D6F6
(199,214,246)
#D4DFF8
(212,223,248)
#E1E8FA
(225,232,250)
#EEF1FC
(238,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C97E8; }

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

This text font color is #6C97E8.


Background Color

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

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

This div background color is #6C97E8.


Border color

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

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

This div border color is #6C97E8.


Opacity

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

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

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

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

This text has shadow with #6C97E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C97E8 on black background.


Color preview on white background

This text has color #6C97E8 on white background.



Black color preview on #6C97E8 background

This text has black color on #6C97E8 background.


White color preview on #6C97E8 background

This text has white color on #6C97E8 background.