COLOR #68007F

HEX: #68007F
RGB: (104,0,127)

Renk bilgisi

#68007F contains only red and blue colors. #68007F ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#68007F color RGB value is (104,0,127).

  • kırmız ton 104;
  • yeşil ton 0;
  • mavi ton 127.
RGB:
(104,0,127)
(41%,0%,50%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 0 of 255 = 0%
B 127 of 255 = 50%

104
0
127

R + G + B ~ 30%. #68007F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 0 + 127 = 231 (100%)
R 104 of 231 ~ 45.02%
G 0 of 231 ~ 0%
B 127 of 231 ~ 54.98%

%45.02
%54.98

CMYK RENK MODELİ

#68007F rengi CMYK tonu (18,100,0,50).

  • camgöbeği tonu 18.11%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(18,100,0,50)
C18M100Y0K50 
(18%,100%,0%,50%)
(0.18/1.00/0.00/0.50)	

CMYK yüzdeleri

%18.11
%100
%0
%50.2

Codes

Color #68007F in popluar color models

68007F
RGB1040127
HSL289°100.00%24.90%
HSB/HSV289°100.00%49.80%
CMYK18.11%100.00%0.00%
50.20%

Color #68007F in popluar number systems.

HEX68007F
Decimal1040127
Binary110100001111111
Octal1500177

Shades and tints

Shades of #68007F

#68007F
(104,0,127)
#5F0074
(95,0,116)
#560069
(86,0,105)
#4D005E
(77,0,94)
#440053
(68,0,83)
#3B0048
(59,0,72)
#32003D
(50,0,61)
#290032
(41,0,50)
#200027
(32,0,39)
#17001C
(23,0,28)
#0E0011
(14,0,17)
#000000
(0,0,0)

Tints of #68007F

#68007F
(104,0,127)
#75178A
(117,23,138)
#822E95
(130,46,149)
#8F45A0
(143,69,160)
#9C5CAB
(156,92,171)
#A973B6
(169,115,182)
#B68AC1
(182,138,193)
#C3A1CC
(195,161,204)
#D0B8D7
(208,184,215)
#DDCFE2
(221,207,226)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68007F color. Also use rgb(104,0,127) instead hex code.

Text Font Color

.myTextColor { color: #68007F; }

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

This text font color is #68007F.


Background Color

.myBgColor { background-color: #68007F; }

<div style="background-color:#68007F">Inner text</div>

This div background color is #68007F.


Border color

.myBorderColor { border: 1px solid #68007F; }

<div style="border:3px solid #68007F">Div</div>

This div border color is #68007F.


Opacity

.myOpacity80 { color: #68007F; opacity: 0.8; }

<p style="color:#68007F;opacity:0.8;">80%</p>

Text with #68007F 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 #68007F;}

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

This text has shadow with #68007F color.

.textShadow {text-shadow: 3px 3px 1px #68007F, 3px 3px 1px red;}

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

This text has shadow with #68007F primary color and red secondary color.


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

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

This text has shadow with #68007F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68007F on black background.


Color preview on white background

This text has color #68007F on white background.



Black color preview on #68007F background

This text has black color on #68007F background.


White color preview on #68007F background

This text has white color on #68007F background.