COLOR #6AC7F3

HEX: #6AC7F3 RGB: (106,199,243)

Color info

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

RGB color model

#6AC7F3 color RGB value is (106,199,243).

RGB: (106,199,243) (42%, 78%, 95%)

RGB channels and saturation

R 106 of 255 = 42%
G 199 of 255 = 78%
B 243 of 255 = 95%

106
199
243

R + G + B ~ 72%. #6AC7F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 199 + 243 = 548 (100%)
R 106 of 548 ~ 19.34%
G 199 of 548 ~ 36.31%
B 243 of 548 ~ 44.34'%

%19.34
%36.31
%44.34

CMYK color model

#6AC7F3 color CMYK value is (56,18,0,5).

  • cyan value is 56.38%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (56,18,0,5)
C56M18Y0K5 (56%, 18%, 0%, 5%)
(0.56 / 0.18 / 0.00 / 0.05)

CMYK percentages

%56.38
%18.11
%0
%4.71

Codes

Color #6AC7F3 in popluar color models

6A C7 F3
RGB 106 199 243
HSL 199° 85.09% 68.43%
HSB/HSV 199° 56.38% 95.29%
CMYK 56.38% 18.11% 0.00%
4.71%

Color #6AC7F3 in popluar number systems.

HEX 6A C7 F3
Decimal 106 199 243
Binary 1101010 11000111 11110011
Octal 152 307 363

Shades and tints

Shades of #6AC7F3

#6AC7F3
(106,199,243)
#61B5DD
(97,181,221)
#58A3C7
(88,163,199)
#4F91B1
(79,145,177)
#467F9B
(70,127,155)
#3D6D85
(61,109,133)
#345B6F
(52,91,111)
#2B4959
(43,73,89)
#223743
(34,55,67)
#19252D
(25,37,45)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #6AC7F3

#6AC7F3
(106,199,243)
#77CCF4
(119,204,244)
#84D1F5
(132,209,245)
#91D6F6
(145,214,246)
#9EDBF7
(158,219,247)
#ABE0F8
(171,224,248)
#B8E5F9
(184,229,249)
#C5EAFA
(197,234,250)
#D2EFFB
(210,239,251)
#DFF4FC
(223,244,252)
#ECF9FD
(236,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC7F3 color. Also use rgb(106,199,243) instead hex code.

Text Font Color

.myTextColor { color: #6AC7F3; }

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

This text font color is #6AC7F3.

Background Color

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

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

This div background color is #6AC7F3.

Border color

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

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

This div border color is #6AC7F3.

Opacity

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

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

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

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

This text has shadow with #6AC7F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC7F3.

Preview

Color preview on black background

This text has color #6AC7F3 on black background.


Color preview on white background

This text has color #6AC7F3 on white background.


Black color preview on #6AC7F3 background

This text has black color on #6AC7F3 background.


White color preview on #6AC7F3 background

This text has white color on #6AC7F3 background.


Related colors

Complementary color

Complementary color for #hex is #95380C.


I love getcolorcode.com

Triadic colors

1 #F36AC7 and #C7F36A with #6AC7F3 are triadic colors.

2 #F3C76A and #C76AF3 with #6AC7F3 are triadic colors.