COLOR #6A638B

HEX: #6A638B
RGB: (106,99,139)

Renk bilgisi

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

RGB renk modeli

#6A638B color RGB value is (106,99,139).

  • kırmız ton 106;
  • yeşil ton 99;
  • mavi ton 139.
RGB:
(106,99,139)
(42%,39%,55%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 99 of 255 = 39%
B 139 of 255 = 55%

106
99
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 99 + 139 = 344 (100%)
R 106 of 344 ~ 30.81%
G 99 of 344 ~ 28.78%
B 139 of 344 ~ 40.41%

%30.81
%28.78
%40.41

CMYK RENK MODELİ

#6A638B rengi CMYK tonu (24,29,0,45).

  • camgöbeği tonu 23.74%
  • eflatun tonu 28.78%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(24,29,0,45)
C24M29Y0K45 
(24%,29%,0%,45%)
(0.24/0.29/0.00/0.45)	

CMYK yüzdeleri

%23.74
%28.78
%0
%45.49

Codes

Color #6A638B in popluar color models

6A638B
RGB10699139
HSL251°16.81%46.67%
HSB/HSV251°28.78%54.51%
CMYK23.74%28.78%0.00%
45.49%

Color #6A638B in popluar number systems.

HEX6A638B
Decimal10699139
Binary1101010110001110001011
Octal152143213

Shades and tints

Shades of #6A638B

#6A638B
(106,99,139)
#615A7F
(97,90,127)
#585173
(88,81,115)
#4F4867
(79,72,103)
#463F5B
(70,63,91)
#3D364F
(61,54,79)
#342D43
(52,45,67)
#2B2437
(43,36,55)
#221B2B
(34,27,43)
#19121F
(25,18,31)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #6A638B

#6A638B
(106,99,139)
#777195
(119,113,149)
#847F9F
(132,127,159)
#918DA9
(145,141,169)
#9E9BB3
(158,155,179)
#ABA9BD
(171,169,189)
#B8B7C7
(184,183,199)
#C5C5D1
(197,197,209)
#D2D3DB
(210,211,219)
#DFE1E5
(223,225,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A638B color. Also use rgb(106,99,139) instead hex code.

Text Font Color

.myTextColor { color: #6A638B; }

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

This text font color is #6A638B.


Background Color

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

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

This div background color is #6A638B.


Border color

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

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

This div border color is #6A638B.


Opacity

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

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

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

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

This text has shadow with #6A638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A638B on black background.


Color preview on white background

This text has color #6A638B on white background.



Black color preview on #6A638B background

This text has black color on #6A638B background.


White color preview on #6A638B background

This text has white color on #6A638B background.