COLOR #6BD892

HEX: #6BD892
RGB: (107,216,146)

Color info

#6BD892 contains mainly green color. Web safe color of #6BD892 is #66CC99 (or #6C9).

RGB color model

#6BD892 color RGB value is (107,216,146).

  • red value is 107;
  • green value is 216;
  • blue value is 146.
RGB:
(107,216,146)
(42%,85%,57%)

RGB channels and saturation

R 107 of 255 = 42%
G 216 of 255 = 85%
B 146 of 255 = 57%

107
216
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 216 + 146 = 469 (100%)
R 107 of 469 ~ 22.81%
G 216 of 469 ~ 46.06%
B 146 of 469 ~ 31.13%

%22.81
%46.06
%31.13

CMYK color model

#6BD892 color CMYK value is (50,0,32,15).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(50,0,32,15)
C50M0Y32K15 
(50%,0%,32%,15%)
(0.50/0.00/0.32/0.15)	

CMYK percentages

%50.46
%0
%32.41
%15.29

Codes

Color #6BD892 in popluar color models

6BD892
RGB107216146
HSL141°58.29%63.33%
HSB/HSV141°50.46%84.71%
CMYK50.46%0.00%32.41%
15.29%

Color #6BD892 in popluar number systems.

HEX6BD892
Decimal107216146
Binary11010111101100010010010
Octal153330222

Shades and tints

Shades of #6BD892

#6BD892
(107,216,146)
#62C585
(98,197,133)
#59B278
(89,178,120)
#509F6B
(80,159,107)
#478C5E
(71,140,94)
#3E7951
(62,121,81)
#356644
(53,102,68)
#2C5337
(44,83,55)
#23402A
(35,64,42)
#1A2D1D
(26,45,29)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #6BD892

#6BD892
(107,216,146)
#78DB9B
(120,219,155)
#85DEA4
(133,222,164)
#92E1AD
(146,225,173)
#9FE4B6
(159,228,182)
#ACE7BF
(172,231,191)
#B9EAC8
(185,234,200)
#C6EDD1
(198,237,209)
#D3F0DA
(211,240,218)
#E0F3E3
(224,243,227)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD892 color. Also use rgb(107,216,146) instead hex code.

Text Font Color

.myTextColor { color: #6BD892; }

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

This text font color is #6BD892.


Background Color

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

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

This div background color is #6BD892.


Border color

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

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

This div border color is #6BD892.


Opacity

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

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

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

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

This text has shadow with #6BD892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD892 on black background.


Color preview on white background

This text has color #6BD892 on white background.



Black color preview on #6BD892 background

This text has black color on #6BD892 background.


White color preview on #6BD892 background

This text has white color on #6BD892 background.