COLOR #6C59D7

HEX: #6C59D7
RGB: (108,89,215)

Renk bilgisi

#6C59D7 contains mainly blue color. #6C59D7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C59D7 color RGB value is (108,89,215).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 89 of 255 = 35%
B 215 of 255 = 84%

108
89
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 89 + 215 = 412 (100%)
R 108 of 412 ~ 26.21%
G 89 of 412 ~ 21.6%
B 215 of 412 ~ 52.18%

%26.21
%21.6
%52.18

CMYK RENK MODELİ

#6C59D7 rengi CMYK tonu (50,59,0,16).

  • camgöbeği tonu 49.77%
  • eflatun tonu 58.60%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(50,59,0,16)
C50M59Y0K16 
(50%,59%,0%,16%)
(0.50/0.59/0.00/0.16)	

CMYK yüzdeleri

%49.77
%58.6
%0
%15.69

Codes

Color #6C59D7 in popluar color models

6C59D7
RGB10889215
HSL249°61.17%59.61%
HSB/HSV249°58.60%84.31%
CMYK49.77%58.60%0.00%
15.69%

Color #6C59D7 in popluar number systems.

HEX6C59D7
Decimal10889215
Binary1101100101100111010111
Octal154131327

Shades and tints

Shades of #6C59D7

#6C59D7
(108,89,215)
#6351C4
(99,81,196)
#5A49B1
(90,73,177)
#51419E
(81,65,158)
#48398B
(72,57,139)
#3F3178
(63,49,120)
#362965
(54,41,101)
#2D2152
(45,33,82)
#24193F
(36,25,63)
#1B112C
(27,17,44)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #6C59D7

#6C59D7
(108,89,215)
#7968DA
(121,104,218)
#8677DD
(134,119,221)
#9386E0
(147,134,224)
#A095E3
(160,149,227)
#ADA4E6
(173,164,230)
#BAB3E9
(186,179,233)
#C7C2EC
(199,194,236)
#D4D1EF
(212,209,239)
#E1E0F2
(225,224,242)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C59D7; }

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

This text font color is #6C59D7.


Background Color

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

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

This div background color is #6C59D7.


Border color

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

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

This div border color is #6C59D7.


Opacity

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

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

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

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

This text has shadow with #6C59D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C59D7 on black background.


Color preview on white background

This text has color #6C59D7 on white background.



Black color preview on #6C59D7 background

This text has black color on #6C59D7 background.


White color preview on #6C59D7 background

This text has white color on #6C59D7 background.