COLOR #6C8CEA

HEX: #6C8CEA
RGB: (108,140,234)

Color info

#6C8CEA contains mainly blue color. Web safe color of #6C8CEA is #6699FF (or #69F).

RGB color model

#6C8CEA color RGB value is (108,140,234).

  • red value is 108;
  • green value is 140;
  • blue value is 234.
RGB:
(108,140,234)
(42%,55%,92%)

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 234 of 255 = 92%

108
140
234

R + G + B ~ 63%. #6C8CEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 234 = 482 (100%)
R 108 of 482 ~ 22.41%
G 140 of 482 ~ 29.05%
B 234 of 482 ~ 48.55%

%22.41
%29.05
%48.55

CMYK color model

#6C8CEA color CMYK value is (54,40,0,8).

  • cyan value is 53.85%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(54,40,0,8)
C54M40Y0K8 
(54%,40%,0%,8%)
(0.54/0.40/0.00/0.08)	

CMYK percentages

%53.85
%40.17
%0
%8.24

Codes

Color #6C8CEA in popluar color models

6C8CEA
RGB108140234
HSL225°75.00%67.06%
HSB/HSV225°53.85%91.76%
CMYK53.85%40.17%0.00%
8.24%

Color #6C8CEA in popluar number systems.

HEX6C8CEA
Decimal108140234
Binary11011001000110011101010
Octal154214352

Shades and tints

Shades of #6C8CEA

#6C8CEA
(108,140,234)
#6380D5
(99,128,213)
#5A74C0
(90,116,192)
#5168AB
(81,104,171)
#485C96
(72,92,150)
#3F5081
(63,80,129)
#36446C
(54,68,108)
#2D3857
(45,56,87)
#242C42
(36,44,66)
#1B202D
(27,32,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #6C8CEA

#6C8CEA
(108,140,234)
#7996EB
(121,150,235)
#86A0EC
(134,160,236)
#93AAED
(147,170,237)
#A0B4EE
(160,180,238)
#ADBEEF
(173,190,239)
#BAC8F0
(186,200,240)
#C7D2F1
(199,210,241)
#D4DCF2
(212,220,242)
#E1E6F3
(225,230,243)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8CEA color. Also use rgb(108,140,234) instead hex code.

Text Font Color

.myTextColor { color: #6C8CEA; }

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

This text font color is #6C8CEA.


Background Color

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

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

This div background color is #6C8CEA.


Border color

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

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

This div border color is #6C8CEA.


Opacity

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

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

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

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

This text has shadow with #6C8CEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8CEA on black background.


Color preview on white background

This text has color #6C8CEA on white background.



Black color preview on #6C8CEA background

This text has black color on #6C8CEA background.


White color preview on #6C8CEA background

This text has white color on #6C8CEA background.