COLOR #6BE906

HEX: #6BE906
RGB: (107,233,6)

Color info

#6BE906 contains mainly green color. Web safe color of #6BE906 is #66FF00 (or #6F0).

RGB color model

#6BE906 color RGB value is (107,233,6).

  • red value is 107;
  • green value is 233;
  • blue value is 6.
RGB:
(107,233,6)
(42%,91%,2%)

RGB channels and saturation

R 107 of 255 = 42%
G 233 of 255 = 91%
B 6 of 255 = 2%

107
233
6

R + G + B ~ 45%. #6BE906 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 233 + 6 = 346 (100%)
R 107 of 346 ~ 30.92%
G 233 of 346 ~ 67.34%
B 6 of 346 ~ 1.73%

%30.92
%67.34

CMYK color model

#6BE906 color CMYK value is (54,0,97,9).

  • cyan value is 54.08%
  • magenta value is 0.00%
  • yellow value is 97.42%
  • key color value is 8.63%
CMYK:
(54,0,97,9)
C54M0Y97K9 
(54%,0%,97%,9%)
(0.54/0.00/0.97/0.09)	

CMYK percentages

%54.08
%0
%97.42
%8.63

Codes

Color #6BE906 in popluar color models

6BE906
RGB1072336
HSL93°94.98%46.86%
HSB/HSV93°97.42%91.37%
CMYK54.08%0.00%97.42%
8.63%

Color #6BE906 in popluar number systems.

HEX6BE906
Decimal1072336
Binary110101111101001110
Octal1533516

Shades and tints

Shades of #6BE906

#6BE906
(107,233,6)
#62D406
(98,212,6)
#59BF06
(89,191,6)
#50AA06
(80,170,6)
#479506
(71,149,6)
#3E8006
(62,128,6)
#356B06
(53,107,6)
#2C5606
(44,86,6)
#234106
(35,65,6)
#1A2C06
(26,44,6)
#111706
(17,23,6)
#000000
(0,0,0)

Tints of #6BE906

#6BE906
(107,233,6)
#78EB1C
(120,235,28)
#85ED32
(133,237,50)
#92EF48
(146,239,72)
#9FF15E
(159,241,94)
#ACF374
(172,243,116)
#B9F58A
(185,245,138)
#C6F7A0
(198,247,160)
#D3F9B6
(211,249,182)
#E0FBCC
(224,251,204)
#EDFDE2
(237,253,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE906; }

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

This text font color is #6BE906.


Background Color

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

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

This div background color is #6BE906.


Border color

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

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

This div border color is #6BE906.


Opacity

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

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

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

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

This text has shadow with #6BE906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE906 on black background.


Color preview on white background

This text has color #6BE906 on white background.



Black color preview on #6BE906 background

This text has black color on #6BE906 background.


White color preview on #6BE906 background

This text has white color on #6BE906 background.