COLOR #6C76F1

HEX: #6C76F1
RGB: (108,118,241)

Renk bilgisi

#6C76F1 contains mainly blue color. #6C76F1 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6C76F1 color RGB value is (108,118,241).

  • kırmız ton 108;
  • yeşil ton 118;
  • mavi ton 241.
RGB:
(108,118,241)
(42%,46%,95%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 118 of 255 = 46%
B 241 of 255 = 95%

108
118
241

R + G + B ~ 61%. #6C76F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 118 + 241 = 467 (100%)
R 108 of 467 ~ 23.13%
G 118 of 467 ~ 25.27%
B 241 of 467 ~ 51.61%

%23.13
%25.27
%51.61

CMYK RENK MODELİ

#6C76F1 rengi CMYK tonu (55,51,0,5).

  • camgöbeği tonu 55.19%
  • eflatun tonu 51.04%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(55,51,0,5)
C55M51Y0K5 
(55%,51%,0%,5%)
(0.55/0.51/0.00/0.05)	

CMYK yüzdeleri

%55.19
%51.04
%0
%5.49

Codes

Color #6C76F1 in popluar color models

6C76F1
RGB108118241
HSL235°82.61%68.43%
HSB/HSV235°55.19%94.51%
CMYK55.19%51.04%0.00%
5.49%

Color #6C76F1 in popluar number systems.

HEX6C76F1
Decimal108118241
Binary1101100111011011110001
Octal154166361

Shades and tints

Shades of #6C76F1

#6C76F1
(108,118,241)
#636CDC
(99,108,220)
#5A62C7
(90,98,199)
#5158B2
(81,88,178)
#484E9D
(72,78,157)
#3F4488
(63,68,136)
#363A73
(54,58,115)
#2D305E
(45,48,94)
#242649
(36,38,73)
#1B1C34
(27,28,52)
#12121F
(18,18,31)
#000000
(0,0,0)

Tints of #6C76F1

#6C76F1
(108,118,241)
#7982F2
(121,130,242)
#868EF3
(134,142,243)
#939AF4
(147,154,244)
#A0A6F5
(160,166,245)
#ADB2F6
(173,178,246)
#BABEF7
(186,190,247)
#C7CAF8
(199,202,248)
#D4D6F9
(212,214,249)
#E1E2FA
(225,226,250)
#EEEEFB
(238,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C76F1 color. Also use rgb(108,118,241) instead hex code.

Text Font Color

.myTextColor { color: #6C76F1; }

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

This text font color is #6C76F1.


Background Color

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

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

This div background color is #6C76F1.


Border color

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

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

This div border color is #6C76F1.


Opacity

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

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

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

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

This text has shadow with #6C76F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C76F1 on black background.


Color preview on white background

This text has color #6C76F1 on white background.



Black color preview on #6C76F1 background

This text has black color on #6C76F1 background.


White color preview on #6C76F1 background

This text has white color on #6C76F1 background.