COLOR #6F63C6

HEX: #6F63C6
RGB: (111,99,198)

Renk bilgisi

#6F63C6 contains mainly blue color. #6F63C6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6F63C6 color RGB value is (111,99,198).

  • kırmız ton 111;
  • yeşil ton 99;
  • mavi ton 198.
RGB:
(111,99,198)
(44%,39%,78%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 99 of 255 = 39%
B 198 of 255 = 78%

111
99
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 99 + 198 = 408 (100%)
R 111 of 408 ~ 27.21%
G 99 of 408 ~ 24.26%
B 198 of 408 ~ 48.53%

%27.21
%24.26
%48.53

CMYK RENK MODELİ

#6F63C6 rengi CMYK tonu (44,50,0,22).

  • camgöbeği tonu 43.94%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(44,50,0,22)
C44M50Y0K22 
(44%,50%,0%,22%)
(0.44/0.50/0.00/0.22)	

CMYK yüzdeleri

%43.94
%50
%0
%22.35

Codes

Color #6F63C6 in popluar color models

6F63C6
RGB11199198
HSL247°46.48%58.24%
HSB/HSV247°50.00%77.65%
CMYK43.94%50.00%0.00%
22.35%

Color #6F63C6 in popluar number systems.

HEX6F63C6
Decimal11199198
Binary1101111110001111000110
Octal157143306

Shades and tints

Shades of #6F63C6

#6F63C6
(111,99,198)
#655AB4
(101,90,180)
#5B51A2
(91,81,162)
#514890
(81,72,144)
#473F7E
(71,63,126)
#3D366C
(61,54,108)
#332D5A
(51,45,90)
#292448
(41,36,72)
#1F1B36
(31,27,54)
#151224
(21,18,36)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #6F63C6

#6F63C6
(111,99,198)
#7C71CB
(124,113,203)
#897FD0
(137,127,208)
#968DD5
(150,141,213)
#A39BDA
(163,155,218)
#B0A9DF
(176,169,223)
#BDB7E4
(189,183,228)
#CAC5E9
(202,197,233)
#D7D3EE
(215,211,238)
#E4E1F3
(228,225,243)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F63C6 color. Also use rgb(111,99,198) instead hex code.

Text Font Color

.myTextColor { color: #6F63C6; }

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

This text font color is #6F63C6.


Background Color

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

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

This div background color is #6F63C6.


Border color

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

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

This div border color is #6F63C6.


Opacity

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

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

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

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

This text has shadow with #6F63C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F63C6 on black background.


Color preview on white background

This text has color #6F63C6 on white background.



Black color preview on #6F63C6 background

This text has black color on #6F63C6 background.


White color preview on #6F63C6 background

This text has white color on #6F63C6 background.