COLOR #6C76BB

HEX: #6C76BB
RGB: (108,118,187)

Renk bilgisi

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

RGB renk modeli

#6C76BB color RGB value is (108,118,187).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 118 of 255 = 46%
B 187 of 255 = 73%

108
118
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 118 + 187 = 413 (100%)
R 108 of 413 ~ 26.15%
G 118 of 413 ~ 28.57%
B 187 of 413 ~ 45.28%

%26.15
%28.57
%45.28

CMYK RENK MODELİ

#6C76BB rengi CMYK tonu (42,37,0,27).

  • camgöbeği tonu 42.25%
  • eflatun tonu 36.90%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(42,37,0,27)
C42M37Y0K27 
(42%,37%,0%,27%)
(0.42/0.37/0.00/0.27)	

CMYK yüzdeleri

%42.25
%36.9
%0
%26.67

Codes

Color #6C76BB in popluar color models

6C76BB
RGB108118187
HSL232°36.74%57.84%
HSB/HSV232°42.25%73.33%
CMYK42.25%36.90%0.00%
26.67%

Color #6C76BB in popluar number systems.

HEX6C76BB
Decimal108118187
Binary1101100111011010111011
Octal154166273

Shades and tints

Shades of #6C76BB

#6C76BB
(108,118,187)
#636CAA
(99,108,170)
#5A6299
(90,98,153)
#515888
(81,88,136)
#484E77
(72,78,119)
#3F4466
(63,68,102)
#363A55
(54,58,85)
#2D3044
(45,48,68)
#242633
(36,38,51)
#1B1C22
(27,28,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C76BB

#6C76BB
(108,118,187)
#7982C1
(121,130,193)
#868EC7
(134,142,199)
#939ACD
(147,154,205)
#A0A6D3
(160,166,211)
#ADB2D9
(173,178,217)
#BABEDF
(186,190,223)
#C7CAE5
(199,202,229)
#D4D6EB
(212,214,235)
#E1E2F1
(225,226,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C76BB; }

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

This text font color is #6C76BB.


Background Color

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

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

This div background color is #6C76BB.


Border color

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

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

This div border color is #6C76BB.


Opacity

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

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

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

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

This text has shadow with #6C76BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C76BB on black background.


Color preview on white background

This text has color #6C76BB on white background.



Black color preview on #6C76BB background

This text has black color on #6C76BB background.


White color preview on #6C76BB background

This text has white color on #6C76BB background.