COLOR #6CA7FD

HEX: #6CA7FD
RGB: (108,167,253)

Color info

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

RGB color model

#6CA7FD color RGB value is (108,167,253).

  • red value is 108;
  • green value is 167;
  • blue value is 253.
RGB:
(108,167,253)
(42%,65%,99%)

RGB channels and saturation

R 108 of 255 = 42%
G 167 of 255 = 65%
B 253 of 255 = 99%

108
167
253

R + G + B ~ 69%. #6CA7FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 253 = 528 (100%)
R 108 of 528 ~ 20.45%
G 167 of 528 ~ 31.63%
B 253 of 528 ~ 47.92%

%20.45
%31.63
%47.92

CMYK color model

#6CA7FD color CMYK value is (57,34,0,1).

  • cyan value is 57.31%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(57,34,0,1)
C57M34Y0K1 
(57%,34%,0%,1%)
(0.57/0.34/0.00/0.01)	

CMYK percentages

%57.31
%33.99
%0
%0.78

Codes

Color #6CA7FD in popluar color models

6CA7FD
RGB108167253
HSL216°97.32%70.78%
HSB/HSV216°57.31%99.22%
CMYK57.31%33.99%0.00%
0.78%

Color #6CA7FD in popluar number systems.

HEX6CA7FD
Decimal108167253
Binary11011001010011111111101
Octal154247375

Shades and tints

Shades of #6CA7FD

#6CA7FD
(108,167,253)
#6398E6
(99,152,230)
#5A89CF
(90,137,207)
#517AB8
(81,122,184)
#486BA1
(72,107,161)
#3F5C8A
(63,92,138)
#364D73
(54,77,115)
#2D3E5C
(45,62,92)
#242F45
(36,47,69)
#1B202E
(27,32,46)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #6CA7FD

#6CA7FD
(108,167,253)
#79AFFD
(121,175,253)
#86B7FD
(134,183,253)
#93BFFD
(147,191,253)
#A0C7FD
(160,199,253)
#ADCFFD
(173,207,253)
#BAD7FD
(186,215,253)
#C7DFFD
(199,223,253)
#D4E7FD
(212,231,253)
#E1EFFD
(225,239,253)
#EEF7FD
(238,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA7FD color. Also use rgb(108,167,253) instead hex code.

Text Font Color

.myTextColor { color: #6CA7FD; }

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

This text font color is #6CA7FD.


Background Color

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

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

This div background color is #6CA7FD.


Border color

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

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

This div border color is #6CA7FD.


Opacity

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

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

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

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

This text has shadow with #6CA7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA7FD on black background.


Color preview on white background

This text has color #6CA7FD on white background.



Black color preview on #6CA7FD background

This text has black color on #6CA7FD background.


White color preview on #6CA7FD background

This text has white color on #6CA7FD background.