COLOR #6C6888

HEX: #6C6888
RGB: (108,104,136)

Renk bilgisi

#6C6888 contains red, green and blue colors in about the same proportion. #6C6888 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6C6888 color RGB value is (108,104,136).

  • kırmız ton 108;
  • yeşil ton 104;
  • mavi ton 136.
RGB:
(108,104,136)
(42%,41%,53%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 104 of 255 = 41%
B 136 of 255 = 53%

108
104
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 104 + 136 = 348 (100%)
R 108 of 348 ~ 31.03%
G 104 of 348 ~ 29.89%
B 136 of 348 ~ 39.08%

%31.03
%29.89
%39.08

CMYK RENK MODELİ

#6C6888 rengi CMYK tonu (21,24,0,47).

  • camgöbeği tonu 20.59%
  • eflatun tonu 23.53%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(21,24,0,47)
C21M24Y0K47 
(21%,24%,0%,47%)
(0.21/0.24/0.00/0.47)	

CMYK yüzdeleri

%20.59
%23.53
%0
%46.67

Codes

Color #6C6888 in popluar color models

6C6888
RGB108104136
HSL248°13.33%47.06%
HSB/HSV248°23.53%53.33%
CMYK20.59%23.53%0.00%
46.67%

Color #6C6888 in popluar number systems.

HEX6C6888
Decimal108104136
Binary1101100110100010001000
Octal154150210

Shades and tints

Shades of #6C6888

#6C6888
(108,104,136)
#635F7C
(99,95,124)
#5A5670
(90,86,112)
#514D64
(81,77,100)
#484458
(72,68,88)
#3F3B4C
(63,59,76)
#363240
(54,50,64)
#2D2934
(45,41,52)
#242028
(36,32,40)
#1B171C
(27,23,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C6888

#6C6888
(108,104,136)
#797592
(121,117,146)
#86829C
(134,130,156)
#938FA6
(147,143,166)
#A09CB0
(160,156,176)
#ADA9BA
(173,169,186)
#BAB6C4
(186,182,196)
#C7C3CE
(199,195,206)
#D4D0D8
(212,208,216)
#E1DDE2
(225,221,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6888 color. Also use rgb(108,104,136) instead hex code.

Text Font Color

.myTextColor { color: #6C6888; }

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

This text font color is #6C6888.


Background Color

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

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

This div background color is #6C6888.


Border color

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

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

This div border color is #6C6888.


Opacity

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

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

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

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

This text has shadow with #6C6888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6888 on black background.


Color preview on white background

This text has color #6C6888 on white background.



Black color preview on #6C6888 background

This text has black color on #6C6888 background.


White color preview on #6C6888 background

This text has white color on #6C6888 background.