COLOR #6A5ACD

HEX: #6A5ACD
RGB: (106,90,205)

Renk bilgisi

Rengin adı SlateBlue. #6A5ACD contains mainly blue color. #6A5ACD ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6A5ACD color RGB value is (106,90,205).

  • kırmız ton 106;
  • yeşil ton 90;
  • mavi ton 205.
RGB:
(106,90,205)
(42%,35%,80%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 90 of 255 = 35%
B 205 of 255 = 80%

106
90
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 90 + 205 = 401 (100%)
R 106 of 401 ~ 26.43%
G 90 of 401 ~ 22.44%
B 205 of 401 ~ 51.12%

%26.43
%22.44
%51.12

CMYK RENK MODELİ

#6A5ACD rengi CMYK tonu (48,56,0,20).

  • camgöbeği tonu 48.29%
  • eflatun tonu 56.10%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(48,56,0,20)
C48M56Y0K20 
(48%,56%,0%,20%)
(0.48/0.56/0.00/0.20)	

CMYK yüzdeleri

%48.29
%56.1
%0
%19.61

Codes

Color #6A5ACD in popluar color models

6A5ACD
RGB10690205
HSL248°53.49%57.84%
HSB/HSV248°56.10%80.39%
CMYK48.29%56.10%0.00%
19.61%

Color #6A5ACD in popluar number systems.

HEX6A5ACD
Decimal10690205
Binary1101010101101011001101
Octal152132315

Shades and tints

Shades of #6A5ACD

#6A5ACD
(106,90,205)
#6152BB
(97,82,187)
#584AA9
(88,74,169)
#4F4297
(79,66,151)
#463A85
(70,58,133)
#3D3273
(61,50,115)
#342A61
(52,42,97)
#2B224F
(43,34,79)
#221A3D
(34,26,61)
#19122B
(25,18,43)
#100A19
(16,10,25)
#000000
(0,0,0)

Tints of #6A5ACD

#6A5ACD
(106,90,205)
#7769D1
(119,105,209)
#8478D5
(132,120,213)
#9187D9
(145,135,217)
#9E96DD
(158,150,221)
#ABA5E1
(171,165,225)
#B8B4E5
(184,180,229)
#C5C3E9
(197,195,233)
#D2D2ED
(210,210,237)
#DFE1F1
(223,225,241)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5ACD color. Also use rgb(106,90,205) instead hex code.

Text Font Color

.myTextColor { color: #6A5ACD; }

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

This text font color is #6A5ACD.


Background Color

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

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

This div background color is #6A5ACD.


Border color

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

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

This div border color is #6A5ACD.


Opacity

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

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

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

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

This text has shadow with #6A5ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5ACD on black background.


Color preview on white background

This text has color #6A5ACD on white background.



Black color preview on #6A5ACD background

This text has black color on #6A5ACD background.


White color preview on #6A5ACD background

This text has white color on #6A5ACD background.