COLOR #6C698A

HEX: #6C698A
RGB: (108,105,138)

Renk bilgisi

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

RGB renk modeli

#6C698A color RGB value is (108,105,138).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 105 of 255 = 41%
B 138 of 255 = 54%

108
105
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 105 + 138 = 351 (100%)
R 108 of 351 ~ 30.77%
G 105 of 351 ~ 29.91%
B 138 of 351 ~ 39.32%

%30.77
%29.91
%39.32

CMYK RENK MODELİ

#6C698A rengi CMYK tonu (22,24,0,46).

  • camgöbeği tonu 21.74%
  • eflatun tonu 23.91%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(22,24,0,46)
C22M24Y0K46 
(22%,24%,0%,46%)
(0.22/0.24/0.00/0.46)	

CMYK yüzdeleri

%21.74
%23.91
%0
%45.88

Codes

Color #6C698A in popluar color models

6C698A
RGB108105138
HSL245°13.58%47.65%
HSB/HSV245°23.91%54.12%
CMYK21.74%23.91%0.00%
45.88%

Color #6C698A in popluar number systems.

HEX6C698A
Decimal108105138
Binary1101100110100110001010
Octal154151212

Shades and tints

Shades of #6C698A

#6C698A
(108,105,138)
#63607E
(99,96,126)
#5A5772
(90,87,114)
#514E66
(81,78,102)
#48455A
(72,69,90)
#3F3C4E
(63,60,78)
#363342
(54,51,66)
#2D2A36
(45,42,54)
#24212A
(36,33,42)
#1B181E
(27,24,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #6C698A

#6C698A
(108,105,138)
#797694
(121,118,148)
#86839E
(134,131,158)
#9390A8
(147,144,168)
#A09DB2
(160,157,178)
#ADAABC
(173,170,188)
#BAB7C6
(186,183,198)
#C7C4D0
(199,196,208)
#D4D1DA
(212,209,218)
#E1DEE4
(225,222,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C698A; }

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

This text font color is #6C698A.


Background Color

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

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

This div background color is #6C698A.


Border color

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

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

This div border color is #6C698A.


Opacity

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

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

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

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

This text has shadow with #6C698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C698A on black background.


Color preview on white background

This text has color #6C698A on white background.



Black color preview on #6C698A background

This text has black color on #6C698A background.


White color preview on #6C698A background

This text has white color on #6C698A background.