COLOR #6F59C9

HEX: #6F59C9
RGB: (111,89,201)

Renk bilgisi

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

RGB renk modeli

#6F59C9 color RGB value is (111,89,201).

  • kırmız ton 111;
  • yeşil ton 89;
  • mavi ton 201.
RGB:
(111,89,201)
(44%,35%,79%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 89 of 255 = 35%
B 201 of 255 = 79%

111
89
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 89 + 201 = 401 (100%)
R 111 of 401 ~ 27.68%
G 89 of 401 ~ 22.19%
B 201 of 401 ~ 50.12%

%27.68
%22.19
%50.12

CMYK RENK MODELİ

#6F59C9 rengi CMYK tonu (45,56,0,21).

  • camgöbeği tonu 44.78%
  • eflatun tonu 55.72%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(45,56,0,21)
C45M56Y0K21 
(45%,56%,0%,21%)
(0.45/0.56/0.00/0.21)	

CMYK yüzdeleri

%44.78
%55.72
%0
%21.18

Codes

Color #6F59C9 in popluar color models

6F59C9
RGB11189201
HSL252°50.91%56.86%
HSB/HSV252°55.72%78.82%
CMYK44.78%55.72%0.00%
21.18%

Color #6F59C9 in popluar number systems.

HEX6F59C9
Decimal11189201
Binary1101111101100111001001
Octal157131311

Shades and tints

Shades of #6F59C9

#6F59C9
(111,89,201)
#6551B7
(101,81,183)
#5B49A5
(91,73,165)
#514193
(81,65,147)
#473981
(71,57,129)
#3D316F
(61,49,111)
#33295D
(51,41,93)
#29214B
(41,33,75)
#1F1939
(31,25,57)
#151127
(21,17,39)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #6F59C9

#6F59C9
(111,89,201)
#7C68CD
(124,104,205)
#8977D1
(137,119,209)
#9686D5
(150,134,213)
#A395D9
(163,149,217)
#B0A4DD
(176,164,221)
#BDB3E1
(189,179,225)
#CAC2E5
(202,194,229)
#D7D1E9
(215,209,233)
#E4E0ED
(228,224,237)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F59C9 color. Also use rgb(111,89,201) instead hex code.

Text Font Color

.myTextColor { color: #6F59C9; }

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

This text font color is #6F59C9.


Background Color

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

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

This div background color is #6F59C9.


Border color

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

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

This div border color is #6F59C9.


Opacity

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

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

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

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

This text has shadow with #6F59C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F59C9 on black background.


Color preview on white background

This text has color #6F59C9 on white background.



Black color preview on #6F59C9 background

This text has black color on #6F59C9 background.


White color preview on #6F59C9 background

This text has white color on #6F59C9 background.