COLOR #6B5090

HEX: #6B5090
RGB: (107,80,144)

Renk bilgisi

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

RGB renk modeli

#6B5090 color RGB value is (107,80,144).

  • kırmız ton 107;
  • yeşil ton 80;
  • mavi ton 144.
RGB:
(107,80,144)
(42%,31%,56%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 80 of 255 = 31%
B 144 of 255 = 56%

107
80
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 80 + 144 = 331 (100%)
R 107 of 331 ~ 32.33%
G 80 of 331 ~ 24.17%
B 144 of 331 ~ 43.5%

%32.33
%24.17
%43.5

CMYK RENK MODELİ

#6B5090 rengi CMYK tonu (26,44,0,44).

  • camgöbeği tonu 25.69%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,44,0,44)
C26M44Y0K44 
(26%,44%,0%,44%)
(0.26/0.44/0.00/0.44)	

CMYK yüzdeleri

%25.69
%44.44
%0
%43.53

Codes

Color #6B5090 in popluar color models

6B5090
RGB10780144
HSL265°28.57%43.92%
HSB/HSV265°44.44%56.47%
CMYK25.69%44.44%0.00%
43.53%

Color #6B5090 in popluar number systems.

HEX6B5090
Decimal10780144
Binary1101011101000010010000
Octal153120220

Shades and tints

Shades of #6B5090

#6B5090
(107,80,144)
#624983
(98,73,131)
#594276
(89,66,118)
#503B69
(80,59,105)
#47345C
(71,52,92)
#3E2D4F
(62,45,79)
#352642
(53,38,66)
#2C1F35
(44,31,53)
#231828
(35,24,40)
#1A111B
(26,17,27)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B5090

#6B5090
(107,80,144)
#785F9A
(120,95,154)
#856EA4
(133,110,164)
#927DAE
(146,125,174)
#9F8CB8
(159,140,184)
#AC9BC2
(172,155,194)
#B9AACC
(185,170,204)
#C6B9D6
(198,185,214)
#D3C8E0
(211,200,224)
#E0D7EA
(224,215,234)
#EDE6F4
(237,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5090 color. Also use rgb(107,80,144) instead hex code.

Text Font Color

.myTextColor { color: #6B5090; }

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

This text font color is #6B5090.


Background Color

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

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

This div background color is #6B5090.


Border color

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

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

This div border color is #6B5090.


Opacity

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

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

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

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

This text has shadow with #6B5090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5090 on black background.


Color preview on white background

This text has color #6B5090 on white background.



Black color preview on #6B5090 background

This text has black color on #6B5090 background.


White color preview on #6B5090 background

This text has white color on #6B5090 background.