COLOR #6C599A

HEX: #6C599A
RGB: (108,89,154)

Renk bilgisi

#6C599A contains mainly red and blue colors. #6C599A ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6C599A color RGB value is (108,89,154).

  • kırmız ton 108;
  • yeşil ton 89;
  • mavi ton 154.
RGB:
(108,89,154)
(42%,35%,60%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 89 of 255 = 35%
B 154 of 255 = 60%

108
89
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 89 + 154 = 351 (100%)
R 108 of 351 ~ 30.77%
G 89 of 351 ~ 25.36%
B 154 of 351 ~ 43.87%

%30.77
%25.36
%43.87

CMYK RENK MODELİ

#6C599A rengi CMYK tonu (30,42,0,40).

  • camgöbeği tonu 29.87%
  • eflatun tonu 42.21%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(30,42,0,40)
C30M42Y0K40 
(30%,42%,0%,40%)
(0.30/0.42/0.00/0.40)	

CMYK yüzdeleri

%29.87
%42.21
%0
%39.61

Codes

Color #6C599A in popluar color models

6C599A
RGB10889154
HSL258°26.75%47.65%
HSB/HSV258°42.21%60.39%
CMYK29.87%42.21%0.00%
39.61%

Color #6C599A in popluar number systems.

HEX6C599A
Decimal10889154
Binary1101100101100110011010
Octal154131232

Shades and tints

Shades of #6C599A

#6C599A
(108,89,154)
#63518C
(99,81,140)
#5A497E
(90,73,126)
#514170
(81,65,112)
#483962
(72,57,98)
#3F3154
(63,49,84)
#362946
(54,41,70)
#2D2138
(45,33,56)
#24192A
(36,25,42)
#1B111C
(27,17,28)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #6C599A

#6C599A
(108,89,154)
#7968A3
(121,104,163)
#8677AC
(134,119,172)
#9386B5
(147,134,181)
#A095BE
(160,149,190)
#ADA4C7
(173,164,199)
#BAB3D0
(186,179,208)
#C7C2D9
(199,194,217)
#D4D1E2
(212,209,226)
#E1E0EB
(225,224,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C599A color. Also use rgb(108,89,154) instead hex code.

Text Font Color

.myTextColor { color: #6C599A; }

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

This text font color is #6C599A.


Background Color

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

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

This div background color is #6C599A.


Border color

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

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

This div border color is #6C599A.


Opacity

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

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

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

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

This text has shadow with #6C599A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C599A on black background.


Color preview on white background

This text has color #6C599A on white background.



Black color preview on #6C599A background

This text has black color on #6C599A background.


White color preview on #6C599A background

This text has white color on #6C599A background.