COLOR #6CAFE4

HEX: #6CAFE4 RGB: (108,175,228)

Color info

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

RGB color model

#6CAFE4 color RGB value is (108,175,228).

RGB: (108,175,228) (42%, 69%, 89%)

RGB channels and saturation

R 108 of 255 = 42%
G 175 of 255 = 69%
B 228 of 255 = 89%

108
175
228

R + G + B ~ 67%. #6CAFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 175 + 228 = 511 (100%)
R 108 of 511 ~ 21.14%
G 175 of 511 ~ 34.25%
B 228 of 511 ~ 44.62'%

%21.14
%34.25
%44.62

CMYK color model

#6CAFE4 color CMYK value is (53,23,0,11).

  • cyan value is 52.63%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (53,23,0,11)
C53M23Y0K11 (53%, 23%, 0%, 11%)
(0.53 / 0.23 / 0.00 / 0.11)

CMYK percentages

%52.63
%23.25
%0
%10.59

Codes

Color #6CAFE4 in popluar color models

6C AF E4
RGB 108 175 228
HSL 207° 68.97% 65.88%
HSB/HSV 207° 52.63% 89.41%
CMYK 52.63% 23.25% 0.00%
10.59%

Color #6CAFE4 in popluar number systems.

HEX 6C AF E4
Decimal 108 175 228
Binary 1101100 10101111 11100100
Octal 154 257 344

Shades and tints

Shades of #6CAFE4

#6CAFE4
(108,175,228)
#63A0D0
(99,160,208)
#5A91BC
(90,145,188)
#5182A8
(81,130,168)
#487394
(72,115,148)
#3F6480
(63,100,128)
#36556C
(54,85,108)
#2D4658
(45,70,88)
#243744
(36,55,68)
#1B2830
(27,40,48)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #6CAFE4

#6CAFE4
(108,175,228)
#79B6E6
(121,182,230)
#86BDE8
(134,189,232)
#93C4EA
(147,196,234)
#A0CBEC
(160,203,236)
#ADD2EE
(173,210,238)
#BAD9F0
(186,217,240)
#C7E0F2
(199,224,242)
#D4E7F4
(212,231,244)
#E1EEF6
(225,238,246)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAFE4 color. Also use rgb(108,175,228) instead hex code.

Text Font Color

.myTextColor { color: #6CAFE4; }

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

This text font color is #6CAFE4.

Background Color

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

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

This div background color is #6CAFE4.

Border color

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

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

This div border color is #6CAFE4.

Opacity

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

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

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

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

This text has shadow with #6CAFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAFE4.

Preview

Color preview on black background

This text has color #6CAFE4 on black background.


Color preview on white background

This text has color #6CAFE4 on white background.


Black color preview on #6CAFE4 background

This text has black color on #6CAFE4 background.


White color preview on #6CAFE4 background

This text has white color on #6CAFE4 background.


Related colors

Complementary color

Complementary color for #hex is #93501B.


I love getcolorcode.com

Triadic colors

1 #E46CAF and #AFE46C with #6CAFE4 are triadic colors.

2 #E4AF6C and #AF6CE4 with #6CAFE4 are triadic colors.