COLOR #6CD5F1

HEX: #6CD5F1 RGB: (108,213,241)

Color info

#6CD5F1 contains mainly green and blue colors. Web safe color of #6CD5F1 is #66CCFF (or #6CF).

RGB color model

#6CD5F1 color RGB value is (108,213,241).

RGB: (108,213,241) (42%, 84%, 95%)

RGB channels and saturation

R 108 of 255 = 42%
G 213 of 255 = 84%
B 241 of 255 = 95%

108
213
241

R + G + B ~ 74%. #6CD5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 213 + 241 = 562 (100%)
R 108 of 562 ~ 19.22%
G 213 of 562 ~ 37.9%
B 241 of 562 ~ 42.88'%

%19.22
%37.9
%42.88

CMYK color model

#6CD5F1 color CMYK value is (55,12,0,5).

  • cyan value is 55.19%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (55,12,0,5)
C55M12Y0K5 (55%, 12%, 0%, 5%)
(0.55 / 0.12 / 0.00 / 0.05)

CMYK percentages

%55.19
%11.62
%0
%5.49

Codes

Color #6CD5F1 in popluar color models

6C D5 F1
RGB 108 213 241
HSL 193° 82.61% 68.43%
HSB/HSV 193° 55.19% 94.51%
CMYK 55.19% 11.62% 0.00%
5.49%

Color #6CD5F1 in popluar number systems.

HEX 6C D5 F1
Decimal 108 213 241
Binary 1101100 11010101 11110001
Octal 154 325 361

Shades and tints

Shades of #6CD5F1

#6CD5F1
(108,213,241)
#63C2DC
(99,194,220)
#5AAFC7
(90,175,199)
#519CB2
(81,156,178)
#48899D
(72,137,157)
#3F7688
(63,118,136)
#366373
(54,99,115)
#2D505E
(45,80,94)
#243D49
(36,61,73)
#1B2A34
(27,42,52)
#12171F
(18,23,31)
#000000
(0,0,0)

Tints of #6CD5F1

#6CD5F1
(108,213,241)
#79D8F2
(121,216,242)
#86DBF3
(134,219,243)
#93DEF4
(147,222,244)
#A0E1F5
(160,225,245)
#ADE4F6
(173,228,246)
#BAE7F7
(186,231,247)
#C7EAF8
(199,234,248)
#D4EDF9
(212,237,249)
#E1F0FA
(225,240,250)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CD5F1; }

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

This text font color is #6CD5F1.

Background Color

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

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

This div background color is #6CD5F1.

Border color

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

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

This div border color is #6CD5F1.

Opacity

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

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

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

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

This text has shadow with #6CD5F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CD5F1.

Preview

Color preview on black background

This text has color #6CD5F1 on black background.


Color preview on white background

This text has color #6CD5F1 on white background.


Black color preview on #6CD5F1 background

This text has black color on #6CD5F1 background.


White color preview on #6CD5F1 background

This text has white color on #6CD5F1 background.


Related colors

Complementary color

Complementary color for #hex is #932A0E.


I love getcolorcode.com

Triadic colors

1 #F16CD5 and #D5F16C with #6CD5F1 are triadic colors.

2 #F1D56C and #D56CF1 with #6CD5F1 are triadic colors.