COLOR #6C96CB

HEX: #6C96CB
RGB: (108,150,203)

Renk bilgisi

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

RGB renk modeli

#6C96CB color RGB value is (108,150,203).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 150 of 255 = 59%
B 203 of 255 = 80%

108
150
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 150 + 203 = 461 (100%)
R 108 of 461 ~ 23.43%
G 150 of 461 ~ 32.54%
B 203 of 461 ~ 44.03%

%23.43
%32.54
%44.03

CMYK RENK MODELİ

#6C96CB rengi CMYK tonu (47,26,0,20).

  • camgöbeği tonu 46.80%
  • eflatun tonu 26.11%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(47,26,0,20)
C47M26Y0K20 
(47%,26%,0%,20%)
(0.47/0.26/0.00/0.20)	

CMYK yüzdeleri

%46.8
%26.11
%0
%20.39

Codes

Color #6C96CB in popluar color models

6C96CB
RGB108150203
HSL213°47.74%60.98%
HSB/HSV213°46.80%79.61%
CMYK46.80%26.11%0.00%
20.39%

Color #6C96CB in popluar number systems.

HEX6C96CB
Decimal108150203
Binary11011001001011011001011
Octal154226313

Shades and tints

Shades of #6C96CB

#6C96CB
(108,150,203)
#6389B9
(99,137,185)
#5A7CA7
(90,124,167)
#516F95
(81,111,149)
#486283
(72,98,131)
#3F5571
(63,85,113)
#36485F
(54,72,95)
#2D3B4D
(45,59,77)
#242E3B
(36,46,59)
#1B2129
(27,33,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6C96CB

#6C96CB
(108,150,203)
#799FCF
(121,159,207)
#86A8D3
(134,168,211)
#93B1D7
(147,177,215)
#A0BADB
(160,186,219)
#ADC3DF
(173,195,223)
#BACCE3
(186,204,227)
#C7D5E7
(199,213,231)
#D4DEEB
(212,222,235)
#E1E7EF
(225,231,239)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C96CB; }

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

This text font color is #6C96CB.


Background Color

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

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

This div background color is #6C96CB.


Border color

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

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

This div border color is #6C96CB.


Opacity

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

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

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

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

This text has shadow with #6C96CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C96CB on black background.


Color preview on white background

This text has color #6C96CB on white background.



Black color preview on #6C96CB background

This text has black color on #6C96CB background.


White color preview on #6C96CB background

This text has white color on #6C96CB background.