COLOR #603EC4

HEX: #603EC4
RGB: (96,62,196)

Renk bilgisi

#603EC4 contains mainly blue color. #603EC4 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#603EC4 color RGB value is (96,62,196).

  • kırmız ton 96;
  • yeşil ton 62;
  • mavi ton 196.
RGB:
(96,62,196)
(38%,24%,77%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 62 of 255 = 24%
B 196 of 255 = 77%

96
62
196

R + G + B ~ 46%. #603EC4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 62 + 196 = 354 (100%)
R 96 of 354 ~ 27.12%
G 62 of 354 ~ 17.51%
B 196 of 354 ~ 55.37%

%27.12
%17.51
%55.37

CMYK RENK MODELİ

#603EC4 rengi CMYK tonu (51,68,0,23).

  • camgöbeği tonu 51.02%
  • eflatun tonu 68.37%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(51,68,0,23)
C51M68Y0K23 
(51%,68%,0%,23%)
(0.51/0.68/0.00/0.23)	

CMYK yüzdeleri

%51.02
%68.37
%0
%23.14

Codes

Color #603EC4 in popluar color models

603EC4
RGB9662196
HSL255°53.17%50.59%
HSB/HSV255°68.37%76.86%
CMYK51.02%68.37%0.00%
23.14%

Color #603EC4 in popluar number systems.

HEX603EC4
Decimal9662196
Binary110000011111011000100
Octal14076304

Shades and tints

Shades of #603EC4

#603EC4
(96,62,196)
#5839B3
(88,57,179)
#5034A2
(80,52,162)
#482F91
(72,47,145)
#402A80
(64,42,128)
#38256F
(56,37,111)
#30205E
(48,32,94)
#281B4D
(40,27,77)
#20163C
(32,22,60)
#18112B
(24,17,43)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #603EC4

#603EC4
(96,62,196)
#6E4FC9
(110,79,201)
#7C60CE
(124,96,206)
#8A71D3
(138,113,211)
#9882D8
(152,130,216)
#A693DD
(166,147,221)
#B4A4E2
(180,164,226)
#C2B5E7
(194,181,231)
#D0C6EC
(208,198,236)
#DED7F1
(222,215,241)
#ECE8F6
(236,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603EC4 color. Also use rgb(96,62,196) instead hex code.

Text Font Color

.myTextColor { color: #603EC4; }

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

This text font color is #603EC4.


Background Color

.myBgColor { background-color: #603EC4; }

<div style="background-color:#603EC4">Inner text</div>

This div background color is #603EC4.


Border color

.myBorderColor { border: 1px solid #603EC4; }

<div style="border:3px solid #603EC4">Div</div>

This div border color is #603EC4.


Opacity

.myOpacity80 { color: #603EC4; opacity: 0.8; }

<p style="color:#603EC4;opacity:0.8;">80%</p>

Text with #603EC4 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 #603EC4;}

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

This text has shadow with #603EC4 color.

.textShadow {text-shadow: 3px 3px 1px #603EC4, 3px 3px 1px red;}

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

This text has shadow with #603EC4 primary color and red secondary color.


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

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

This text has shadow with #603EC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603EC4 on black background.


Color preview on white background

This text has color #603EC4 on white background.



Black color preview on #603EC4 background

This text has black color on #603EC4 background.


White color preview on #603EC4 background

This text has white color on #603EC4 background.