COLOR #601B63

HEX: #601B63
RGB: (96,27,99)

Renk bilgisi

#601B63 contains mainly red and blue colors. #601B63 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#601B63 color RGB value is (96,27,99).

  • kırmız ton 96;
  • yeşil ton 27;
  • mavi ton 99.
RGB:
(96,27,99)
(38%,11%,39%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 27 of 255 = 11%
B 99 of 255 = 39%

96
27
99

R + G + B ~ 29%. #601B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 27 + 99 = 222 (100%)
R 96 of 222 ~ 43.24%
G 27 of 222 ~ 12.16%
B 99 of 222 ~ 44.59%

%43.24
%12.16
%44.59

CMYK RENK MODELİ

#601B63 rengi CMYK tonu (3,73,0,61).

  • camgöbeği tonu 3.03%
  • eflatun tonu 72.73%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(3,73,0,61)
C3M73Y0K61 
(3%,73%,0%,61%)
(0.03/0.73/0.00/0.61)	

CMYK yüzdeleri

%3.03
%72.73
%0
%61.18

Codes

Color #601B63 in popluar color models

601B63
RGB962799
HSL298°57.14%24.71%
HSB/HSV298°72.73%38.82%
CMYK3.03%72.73%0.00%
61.18%

Color #601B63 in popluar number systems.

HEX601B63
Decimal962799
Binary1100000110111100011
Octal14033143

Shades and tints

Shades of #601B63

#601B63
(96,27,99)
#58195A
(88,25,90)
#501751
(80,23,81)
#481548
(72,21,72)
#40133F
(64,19,63)
#381136
(56,17,54)
#300F2D
(48,15,45)
#280D24
(40,13,36)
#200B1B
(32,11,27)
#180912
(24,9,18)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #601B63

#601B63
(96,27,99)
#6E2F71
(110,47,113)
#7C437F
(124,67,127)
#8A578D
(138,87,141)
#986B9B
(152,107,155)
#A67FA9
(166,127,169)
#B493B7
(180,147,183)
#C2A7C5
(194,167,197)
#D0BBD3
(208,187,211)
#DECFE1
(222,207,225)
#ECE3EF
(236,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601B63 color. Also use rgb(96,27,99) instead hex code.

Text Font Color

.myTextColor { color: #601B63; }

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

This text font color is #601B63.


Background Color

.myBgColor { background-color: #601B63; }

<div style="background-color:#601B63">Inner text</div>

This div background color is #601B63.


Border color

.myBorderColor { border: 1px solid #601B63; }

<div style="border:3px solid #601B63">Div</div>

This div border color is #601B63.


Opacity

.myOpacity80 { color: #601B63; opacity: 0.8; }

<p style="color:#601B63;opacity:0.8;">80%</p>

Text with #601B63 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 #601B63;}

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

This text has shadow with #601B63 color.

.textShadow {text-shadow: 3px 3px 1px #601B63, 3px 3px 1px red;}

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

This text has shadow with #601B63 primary color and red secondary color.


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

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

This text has shadow with #601B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B63 on black background.


Color preview on white background

This text has color #601B63 on white background.



Black color preview on #601B63 background

This text has black color on #601B63 background.


White color preview on #601B63 background

This text has white color on #601B63 background.