COLOR #6008E6

HEX: #6008E6
RGB: (96,8,230)

Color info

#6008E6 contains mainly blue color. Web safe color of #6008E6 is #6600CC (or #60C).

RGB color model

#6008E6 color RGB value is (96,8,230).

  • red value is 96;
  • green value is 8;
  • blue value is 230.
RGB:
(96,8,230)
(38%,3%,90%)

RGB channels and saturation

R 96 of 255 = 38%
G 8 of 255 = 3%
B 230 of 255 = 90%

96
8
230

R + G + B ~ 44%. #6008E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 8 + 230 = 334 (100%)
R 96 of 334 ~ 28.74%
G 8 of 334 ~ 2.4%
B 230 of 334 ~ 68.86%

%28.74
%68.86

CMYK color model

#6008E6 color CMYK value is (58,97,0,10).

  • cyan value is 58.26%
  • magenta value is 96.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(58,97,0,10)
C58M97Y0K10 
(58%,97%,0%,10%)
(0.58/0.97/0.00/0.10)	

CMYK percentages

%58.26
%96.52
%0
%9.8

Codes

Color #6008E6 in popluar color models

6008E6
RGB968230
HSL264°93.28%46.67%
HSB/HSV264°96.52%90.20%
CMYK58.26%96.52%0.00%
9.80%

Color #6008E6 in popluar number systems.

HEX6008E6
Decimal968230
Binary1100000100011100110
Octal14010346

Shades and tints

Shades of #6008E6

#6008E6
(96,8,230)
#5808D2
(88,8,210)
#5008BE
(80,8,190)
#4808AA
(72,8,170)
#400896
(64,8,150)
#380882
(56,8,130)
#30086E
(48,8,110)
#28085A
(40,8,90)
#200846
(32,8,70)
#180832
(24,8,50)
#10081E
(16,8,30)
#000000
(0,0,0)

Tints of #6008E6

#6008E6
(96,8,230)
#6E1EE8
(110,30,232)
#7C34EA
(124,52,234)
#8A4AEC
(138,74,236)
#9860EE
(152,96,238)
#A676F0
(166,118,240)
#B48CF2
(180,140,242)
#C2A2F4
(194,162,244)
#D0B8F6
(208,184,246)
#DECEF8
(222,206,248)
#ECE4FA
(236,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6008E6 color. Also use rgb(96,8,230) instead hex code.

Text Font Color

.myTextColor { color: #6008E6; }

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

This text font color is #6008E6.


Background Color

.myBgColor { background-color: #6008E6; }

<div style="background-color:#6008E6">Inner text</div>

This div background color is #6008E6.


Border color

.myBorderColor { border: 1px solid #6008E6; }

<div style="border:3px solid #6008E6">Div</div>

This div border color is #6008E6.


Opacity

.myOpacity80 { color: #6008E6; opacity: 0.8; }

<p style="color:#6008E6;opacity:0.8;">80%</p>

Text with #6008E6 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 #6008E6;}

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

This text has shadow with #6008E6 color.

.textShadow {text-shadow: 3px 3px 1px #6008E6, 3px 3px 1px red;}

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

This text has shadow with #6008E6 primary color and red secondary color.


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

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

This text has shadow with #6008E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6008E6 on black background.


Color preview on white background

This text has color #6008E6 on white background.



Black color preview on #6008E6 background

This text has black color on #6008E6 background.


White color preview on #6008E6 background

This text has white color on #6008E6 background.