COLOR #6C96DF

HEX: #6C96DF
RGB: (108,150,223)

Renk bilgisi

#6C96DF contains mainly blue color. #6C96DF ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6C96DF color RGB value is (108,150,223).

  • kırmız ton 108;
  • yeşil ton 150;
  • mavi ton 223.
RGB:
(108,150,223)
(42%,59%,87%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 150 of 255 = 59%
B 223 of 255 = 87%

108
150
223

R + G + B ~ 63%. #6C96DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 150 + 223 = 481 (100%)
R 108 of 481 ~ 22.45%
G 150 of 481 ~ 31.19%
B 223 of 481 ~ 46.36%

%22.45
%31.19
%46.36

CMYK RENK MODELİ

#6C96DF rengi CMYK tonu (52,33,0,13).

  • camgöbeği tonu 51.57%
  • eflatun tonu 32.74%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(52,33,0,13)
C52M33Y0K13 
(52%,33%,0%,13%)
(0.52/0.33/0.00/0.13)	

CMYK yüzdeleri

%51.57
%32.74
%0
%12.55

Codes

Color #6C96DF in popluar color models

6C96DF
RGB108150223
HSL218°64.25%64.90%
HSB/HSV218°51.57%87.45%
CMYK51.57%32.74%0.00%
12.55%

Color #6C96DF in popluar number systems.

HEX6C96DF
Decimal108150223
Binary11011001001011011011111
Octal154226337

Shades and tints

Shades of #6C96DF

#6C96DF
(108,150,223)
#6389CB
(99,137,203)
#5A7CB7
(90,124,183)
#516FA3
(81,111,163)
#48628F
(72,98,143)
#3F557B
(63,85,123)
#364867
(54,72,103)
#2D3B53
(45,59,83)
#242E3F
(36,46,63)
#1B212B
(27,33,43)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6C96DF

#6C96DF
(108,150,223)
#799FE1
(121,159,225)
#86A8E3
(134,168,227)
#93B1E5
(147,177,229)
#A0BAE7
(160,186,231)
#ADC3E9
(173,195,233)
#BACCEB
(186,204,235)
#C7D5ED
(199,213,237)
#D4DEEF
(212,222,239)
#E1E7F1
(225,231,241)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C96DF color. Also use rgb(108,150,223) instead hex code.

Text Font Color

.myTextColor { color: #6C96DF; }

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

This text font color is #6C96DF.


Background Color

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

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

This div background color is #6C96DF.


Border color

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

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

This div border color is #6C96DF.


Opacity

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

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

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

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

This text has shadow with #6C96DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C96DF on black background.


Color preview on white background

This text has color #6C96DF on white background.



Black color preview on #6C96DF background

This text has black color on #6C96DF background.


White color preview on #6C96DF background

This text has white color on #6C96DF background.