COLOR #6CA8FF

HEX: #6CA8FF RGB: (108,168,255)

Color info

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

RGB color model

#6CA8FF color RGB value is (108,168,255).

RGB: (108,168,255) (42%, 66%, 100%)

RGB channels and saturation

R 108 of 255 = 42%
G 168 of 255 = 66%
B 255 of 255 = 100%

108
168
255

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

Portions of RGB colors in percentages

R + G + B = 108 + 168 + 255 = 531 (100%)
R 108 of 531 ~ 20.34%
G 168 of 531 ~ 31.64%
B 255 of 531 ~ 48.02'%

%20.34
%31.64
%48.02

CMYK color model

#6CA8FF color CMYK value is (58,34,0,0).

  • cyan value is 57.65%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (58,34,0,0)
C58M34Y0K0 (58%, 34%, 0%, 0%)
(0.58 / 0.34 / 0.00 / 0.00)

CMYK percentages

%57.65
%34.12
%0
%0

Codes

Color #6CA8FF in popluar color models

6C A8 FF
RGB 108 168 255
HSL 216° 100.00% 71.18%
HSB/HSV 216° 57.65% 100.00%
CMYK 57.65% 34.12% 0.00%
0.00%

Color #6CA8FF in popluar number systems.

HEX 6C A8 FF
Decimal 108 168 255
Binary 1101100 10101000 11111111
Octal 154 250 377

Shades and tints

Shades of #6CA8FF

#6CA8FF
(108,168,255)
#6399E8
(99,153,232)
#5A8AD1
(90,138,209)
#517BBA
(81,123,186)
#486CA3
(72,108,163)
#3F5D8C
(63,93,140)
#364E75
(54,78,117)
#2D3F5E
(45,63,94)
#243047
(36,48,71)
#1B2130
(27,33,48)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #6CA8FF

#6CA8FF
(108,168,255)
#79AFFF
(121,175,255)
#86B6FF
(134,182,255)
#93BDFF
(147,189,255)
#A0C4FF
(160,196,255)
#ADCBFF
(173,203,255)
#BAD2FF
(186,210,255)
#C7D9FF
(199,217,255)
#D4E0FF
(212,224,255)
#E1E7FF
(225,231,255)
#EEEEFF
(238,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA8FF color. Also use rgb(108,168,255) instead hex code.

Text Font Color

.myTextColor { color: #6CA8FF; }

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

This text font color is #6CA8FF.

Background Color

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

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

This div background color is #6CA8FF.

Border color

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

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

This div border color is #6CA8FF.

Opacity

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

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

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

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

This text has shadow with #6CA8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA8FF.

Preview

Color preview on black background

This text has color #6CA8FF on black background.


Color preview on white background

This text has color #6CA8FF on white background.


Black color preview on #6CA8FF background

This text has black color on #6CA8FF background.


White color preview on #6CA8FF background

This text has white color on #6CA8FF background.


Related colors

Complementary color

Complementary color for #hex is #935700.


I love getcolorcode.com

Triadic colors

1 #FF6CA8 and #A8FF6C with #6CA8FF are triadic colors.

2 #FFA86C and #A86CFF with #6CA8FF are triadic colors.