COLOR #6CABD5

HEX: #6CABD5
RGB: (108,171,213)

Color info

#6CABD5 contains mainly green and blue colors. Web safe color of #6CABD5 is #6699CC (or #69C).

RGB color model

#6CABD5 color RGB value is (108,171,213).

  • red value is 108;
  • green value is 171;
  • blue value is 213.
RGB:
(108,171,213)
(42%,67%,84%)

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 213 of 255 = 84%

108
171
213

R + G + B ~ 64%. #6CABD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 171 + 213 = 492 (100%)
R 108 of 492 ~ 21.95%
G 171 of 492 ~ 34.76%
B 213 of 492 ~ 43.29%

%21.95
%34.76
%43.29

CMYK color model

#6CABD5 color CMYK value is (49,20,0,16).

  • cyan value is 49.30%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(49,20,0,16)
C49M20Y0K16 
(49%,20%,0%,16%)
(0.49/0.20/0.00/0.16)	

CMYK percentages

%49.3
%19.72
%0
%16.47

Codes

Color #6CABD5 in popluar color models

6CABD5
RGB108171213
HSL204°55.56%62.94%
HSB/HSV204°49.30%83.53%
CMYK49.30%19.72%0.00%
16.47%

Color #6CABD5 in popluar number systems.

HEX6CABD5
Decimal108171213
Binary11011001010101111010101
Octal154253325

Shades and tints

Shades of #6CABD5

#6CABD5
(108,171,213)
#639CC2
(99,156,194)
#5A8DAF
(90,141,175)
#517E9C
(81,126,156)
#486F89
(72,111,137)
#3F6076
(63,96,118)
#365163
(54,81,99)
#2D4250
(45,66,80)
#24333D
(36,51,61)
#1B242A
(27,36,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #6CABD5

#6CABD5
(108,171,213)
#79B2D8
(121,178,216)
#86B9DB
(134,185,219)
#93C0DE
(147,192,222)
#A0C7E1
(160,199,225)
#ADCEE4
(173,206,228)
#BAD5E7
(186,213,231)
#C7DCEA
(199,220,234)
#D4E3ED
(212,227,237)
#E1EAF0
(225,234,240)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CABD5 color. Also use rgb(108,171,213) instead hex code.

Text Font Color

.myTextColor { color: #6CABD5; }

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

This text font color is #6CABD5.


Background Color

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

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

This div background color is #6CABD5.


Border color

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

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

This div border color is #6CABD5.


Opacity

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

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

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

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

This text has shadow with #6CABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CABD5 on black background.


Color preview on white background

This text has color #6CABD5 on white background.



Black color preview on #6CABD5 background

This text has black color on #6CABD5 background.


White color preview on #6CABD5 background

This text has white color on #6CABD5 background.