COLOR #6A76C4

HEX: #6A76C4
RGB: (106,118,196)

Renk bilgisi

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

RGB renk modeli

#6A76C4 color RGB value is (106,118,196).

  • kırmız ton 106;
  • yeşil ton 118;
  • mavi ton 196.
RGB:
(106,118,196)
(42%,46%,77%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 118 of 255 = 46%
B 196 of 255 = 77%

106
118
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 118 + 196 = 420 (100%)
R 106 of 420 ~ 25.24%
G 118 of 420 ~ 28.1%
B 196 of 420 ~ 46.67%

%25.24
%28.1
%46.67

CMYK RENK MODELİ

#6A76C4 rengi CMYK tonu (46,40,0,23).

  • camgöbeği tonu 45.92%
  • eflatun tonu 39.80%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(46,40,0,23)
C46M40Y0K23 
(46%,40%,0%,23%)
(0.46/0.40/0.00/0.23)	

CMYK yüzdeleri

%45.92
%39.8
%0
%23.14

Codes

Color #6A76C4 in popluar color models

6A76C4
RGB106118196
HSL232°43.27%59.22%
HSB/HSV232°45.92%76.86%
CMYK45.92%39.80%0.00%
23.14%

Color #6A76C4 in popluar number systems.

HEX6A76C4
Decimal106118196
Binary1101010111011011000100
Octal152166304

Shades and tints

Shades of #6A76C4

#6A76C4
(106,118,196)
#616CB3
(97,108,179)
#5862A2
(88,98,162)
#4F5891
(79,88,145)
#464E80
(70,78,128)
#3D446F
(61,68,111)
#343A5E
(52,58,94)
#2B304D
(43,48,77)
#22263C
(34,38,60)
#191C2B
(25,28,43)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #6A76C4

#6A76C4
(106,118,196)
#7782C9
(119,130,201)
#848ECE
(132,142,206)
#919AD3
(145,154,211)
#9EA6D8
(158,166,216)
#ABB2DD
(171,178,221)
#B8BEE2
(184,190,226)
#C5CAE7
(197,202,231)
#D2D6EC
(210,214,236)
#DFE2F1
(223,226,241)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A76C4 color. Also use rgb(106,118,196) instead hex code.

Text Font Color

.myTextColor { color: #6A76C4; }

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

This text font color is #6A76C4.


Background Color

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

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

This div background color is #6A76C4.


Border color

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

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

This div border color is #6A76C4.


Opacity

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

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

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

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

This text has shadow with #6A76C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A76C4 on black background.


Color preview on white background

This text has color #6A76C4 on white background.



Black color preview on #6A76C4 background

This text has black color on #6A76C4 background.


White color preview on #6A76C4 background

This text has white color on #6A76C4 background.