COLOR #6055D2

HEX: #6055D2
RGB: (96,85,210)

Color info

#6055D2 contains mainly blue color. Web safe color of #6055D2 is #6666CC (or #66C).

RGB color model

#6055D2 color RGB value is (96,85,210).

  • red value is 96;
  • green value is 85;
  • blue value is 210.
RGB:
(96,85,210)
(38%,33%,82%)

RGB channels and saturation

R 96 of 255 = 38%
G 85 of 255 = 33%
B 210 of 255 = 82%

96
85
210

R + G + B ~ 51%. #6055D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 85 + 210 = 391 (100%)
R 96 of 391 ~ 24.55%
G 85 of 391 ~ 21.74%
B 210 of 391 ~ 53.71%

%24.55
%21.74
%53.71

CMYK color model

#6055D2 color CMYK value is (54,60,0,18).

  • cyan value is 54.29%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(54,60,0,18)
C54M60Y0K18 
(54%,60%,0%,18%)
(0.54/0.60/0.00/0.18)	

CMYK percentages

%54.29
%59.52
%0
%17.65

Codes

Color #6055D2 in popluar color models

6055D2
RGB9685210
HSL245°58.14%57.84%
HSB/HSV245°59.52%82.35%
CMYK54.29%59.52%0.00%
17.65%

Color #6055D2 in popluar number systems.

HEX6055D2
Decimal9685210
Binary1100000101010111010010
Octal140125322

Shades and tints

Shades of #6055D2

#6055D2
(96,85,210)
#584EBF
(88,78,191)
#5047AC
(80,71,172)
#484099
(72,64,153)
#403986
(64,57,134)
#383273
(56,50,115)
#302B60
(48,43,96)
#28244D
(40,36,77)
#201D3A
(32,29,58)
#181627
(24,22,39)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #6055D2

#6055D2
(96,85,210)
#6E64D6
(110,100,214)
#7C73DA
(124,115,218)
#8A82DE
(138,130,222)
#9891E2
(152,145,226)
#A6A0E6
(166,160,230)
#B4AFEA
(180,175,234)
#C2BEEE
(194,190,238)
#D0CDF2
(208,205,242)
#DEDCF6
(222,220,246)
#ECEBFA
(236,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6055D2 color. Also use rgb(96,85,210) instead hex code.

Text Font Color

.myTextColor { color: #6055D2; }

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

This text font color is #6055D2.


Background Color

.myBgColor { background-color: #6055D2; }

<div style="background-color:#6055D2">Inner text</div>

This div background color is #6055D2.


Border color

.myBorderColor { border: 1px solid #6055D2; }

<div style="border:3px solid #6055D2">Div</div>

This div border color is #6055D2.


Opacity

.myOpacity80 { color: #6055D2; opacity: 0.8; }

<p style="color:#6055D2;opacity:0.8;">80%</p>

Text with #6055D2 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 #6055D2;}

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

This text has shadow with #6055D2 color.

.textShadow {text-shadow: 3px 3px 1px #6055D2, 3px 3px 1px red;}

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

This text has shadow with #6055D2 primary color and red secondary color.


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

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

This text has shadow with #6055D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6055D2 on black background.


Color preview on white background

This text has color #6055D2 on white background.



Black color preview on #6055D2 background

This text has black color on #6055D2 background.


White color preview on #6055D2 background

This text has white color on #6055D2 background.