COLOR #6C8AF9

HEX: #6C8AF9
RGB: (108,138,249)

Renk bilgisi

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

RGB renk modeli

#6C8AF9 color RGB value is (108,138,249).

  • kırmız ton 108;
  • yeşil ton 138;
  • mavi ton 249.
RGB:
(108,138,249)
(42%,54%,98%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 138 of 255 = 54%
B 249 of 255 = 98%

108
138
249

R + G + B ~ 65%. #6C8AF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 138 + 249 = 495 (100%)
R 108 of 495 ~ 21.82%
G 138 of 495 ~ 27.88%
B 249 of 495 ~ 50.3%

%21.82
%27.88
%50.3

CMYK RENK MODELİ

#6C8AF9 rengi CMYK tonu (57,45,0,2).

  • camgöbeği tonu 56.63%
  • eflatun tonu 44.58%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(57,45,0,2)
C57M45Y0K2 
(57%,45%,0%,2%)
(0.57/0.45/0.00/0.02)	

CMYK yüzdeleri

%56.63
%44.58
%0
%2.35

Codes

Color #6C8AF9 in popluar color models

6C8AF9
RGB108138249
HSL227°92.16%70.00%
HSB/HSV227°56.63%97.65%
CMYK56.63%44.58%0.00%
2.35%

Color #6C8AF9 in popluar number systems.

HEX6C8AF9
Decimal108138249
Binary11011001000101011111001
Octal154212371

Shades and tints

Shades of #6C8AF9

#6C8AF9
(108,138,249)
#637EE3
(99,126,227)
#5A72CD
(90,114,205)
#5166B7
(81,102,183)
#485AA1
(72,90,161)
#3F4E8B
(63,78,139)
#364275
(54,66,117)
#2D365F
(45,54,95)
#242A49
(36,42,73)
#1B1E33
(27,30,51)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #6C8AF9

#6C8AF9
(108,138,249)
#7994F9
(121,148,249)
#869EF9
(134,158,249)
#93A8F9
(147,168,249)
#A0B2F9
(160,178,249)
#ADBCF9
(173,188,249)
#BAC6F9
(186,198,249)
#C7D0F9
(199,208,249)
#D4DAF9
(212,218,249)
#E1E4F9
(225,228,249)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8AF9 color. Also use rgb(108,138,249) instead hex code.

Text Font Color

.myTextColor { color: #6C8AF9; }

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

This text font color is #6C8AF9.


Background Color

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

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

This div background color is #6C8AF9.


Border color

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

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

This div border color is #6C8AF9.


Opacity

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

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

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

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

This text has shadow with #6C8AF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8AF9 on black background.


Color preview on white background

This text has color #6C8AF9 on white background.



Black color preview on #6C8AF9 background

This text has black color on #6C8AF9 background.


White color preview on #6C8AF9 background

This text has white color on #6C8AF9 background.