COLOR #6AAFB5

HEX: #6AAFB5 RGB: (106,175,181)

Color info

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

RGB color model

#6AAFB5 color RGB value is (106,175,181).

RGB: (106,175,181) (42%, 69%, 71%)

RGB channels and saturation

R 106 of 255 = 42%
G 175 of 255 = 69%
B 181 of 255 = 71%

106
175
181

R + G + B ~ 61%. #6AAFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 175 + 181 = 462 (100%)
R 106 of 462 ~ 22.94%
G 175 of 462 ~ 37.88%
B 181 of 462 ~ 39.18'%

%22.94
%37.88
%39.18

CMYK color model

#6AAFB5 color CMYK value is (41,3,0,29).

  • cyan value is 41.44%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (41,3,0,29)
C41M3Y0K29 (41%, 3%, 0%, 29%)
(0.41 / 0.03 / 0.00 / 0.29)

CMYK percentages

%41.44
%3.31
%0
%29.02

Codes

Color #6AAFB5 in popluar color models

6A AF B5
RGB 106 175 181
HSL 185° 33.63% 56.27%
HSB/HSV 185° 41.44% 70.98%
CMYK 41.44% 3.31% 0.00%
29.02%

Color #6AAFB5 in popluar number systems.

HEX 6A AF B5
Decimal 106 175 181
Binary 1101010 10101111 10110101
Octal 152 257 265

Shades and tints

Shades of #6AAFB5

#6AAFB5
(106,175,181)
#61A0A5
(97,160,165)
#589195
(88,145,149)
#4F8285
(79,130,133)
#467375
(70,115,117)
#3D6465
(61,100,101)
#345555
(52,85,85)
#2B4645
(43,70,69)
#223735
(34,55,53)
#192825
(25,40,37)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #6AAFB5

#6AAFB5
(106,175,181)
#77B6BB
(119,182,187)
#84BDC1
(132,189,193)
#91C4C7
(145,196,199)
#9ECBCD
(158,203,205)
#ABD2D3
(171,210,211)
#B8D9D9
(184,217,217)
#C5E0DF
(197,224,223)
#D2E7E5
(210,231,229)
#DFEEEB
(223,238,235)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAFB5 color. Also use rgb(106,175,181) instead hex code.

Text Font Color

.myTextColor { color: #6AAFB5; }

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

This text font color is #6AAFB5.

Background Color

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

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

This div background color is #6AAFB5.

Border color

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

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

This div border color is #6AAFB5.

Opacity

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

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

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

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

This text has shadow with #6AAFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAFB5.

Preview

Color preview on black background

This text has color #6AAFB5 on black background.


Color preview on white background

This text has color #6AAFB5 on white background.


Black color preview on #6AAFB5 background

This text has black color on #6AAFB5 background.


White color preview on #6AAFB5 background

This text has white color on #6AAFB5 background.


Related colors

Complementary color

Complementary color for #hex is #95504A.


I love getcolorcode.com

Triadic colors

1 #B56AAF and #AFB56A with #6AAFB5 are triadic colors.

2 #B5AF6A and #AF6AB5 with #6AAFB5 are triadic colors.