COLOR #6B6588

HEX: #6B6588
RGB: (107,101,136)

Renk bilgisi

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

RGB renk modeli

#6B6588 color RGB value is (107,101,136).

  • kırmız ton 107;
  • yeşil ton 101;
  • mavi ton 136.
RGB:
(107,101,136)
(42%,40%,53%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 101 of 255 = 40%
B 136 of 255 = 53%

107
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 101 + 136 = 344 (100%)
R 107 of 344 ~ 31.1%
G 101 of 344 ~ 29.36%
B 136 of 344 ~ 39.53%

%31.1
%29.36
%39.53

CMYK RENK MODELİ

#6B6588 rengi CMYK tonu (21,26,0,47).

  • camgöbeği tonu 21.32%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(21,26,0,47)
C21M26Y0K47 
(21%,26%,0%,47%)
(0.21/0.26/0.00/0.47)	

CMYK yüzdeleri

%21.32
%25.74
%0
%46.67

Codes

Color #6B6588 in popluar color models

6B6588
RGB107101136
HSL250°14.77%46.47%
HSB/HSV250°25.74%53.33%
CMYK21.32%25.74%0.00%
46.67%

Color #6B6588 in popluar number systems.

HEX6B6588
Decimal107101136
Binary1101011110010110001000
Octal153145210

Shades and tints

Shades of #6B6588

#6B6588
(107,101,136)
#625C7C
(98,92,124)
#595370
(89,83,112)
#504A64
(80,74,100)
#474158
(71,65,88)
#3E384C
(62,56,76)
#352F40
(53,47,64)
#2C2634
(44,38,52)
#231D28
(35,29,40)
#1A141C
(26,20,28)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #6B6588

#6B6588
(107,101,136)
#787392
(120,115,146)
#85819C
(133,129,156)
#928FA6
(146,143,166)
#9F9DB0
(159,157,176)
#ACABBA
(172,171,186)
#B9B9C4
(185,185,196)
#C6C7CE
(198,199,206)
#D3D5D8
(211,213,216)
#E0E3E2
(224,227,226)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6588 color. Also use rgb(107,101,136) instead hex code.

Text Font Color

.myTextColor { color: #6B6588; }

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

This text font color is #6B6588.


Background Color

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

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

This div background color is #6B6588.


Border color

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

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

This div border color is #6B6588.


Opacity

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

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

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

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

This text has shadow with #6B6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6588 on black background.


Color preview on white background

This text has color #6B6588 on white background.



Black color preview on #6B6588 background

This text has black color on #6B6588 background.


White color preview on #6B6588 background

This text has white color on #6B6588 background.