COLOR #6065E2

HEX: #6065E2
RGB: (96,101,226)

Color info

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

RGB color model

#6065E2 color RGB value is (96,101,226).

  • red value is 96;
  • green value is 101;
  • blue value is 226.
RGB:
(96,101,226)
(38%,40%,89%)

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 226 of 255 = 89%

96
101
226

R + G + B ~ 56%. #6065E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 226 = 423 (100%)
R 96 of 423 ~ 22.7%
G 101 of 423 ~ 23.88%
B 226 of 423 ~ 53.43%

%22.7
%23.88
%53.43

CMYK color model

#6065E2 color CMYK value is (58,55,0,11).

  • cyan value is 57.52%
  • magenta value is 55.31%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(58,55,0,11)
C58M55Y0K11 
(58%,55%,0%,11%)
(0.58/0.55/0.00/0.11)	

CMYK percentages

%57.52
%55.31
%0
%11.37

Codes

Color #6065E2 in popluar color models

6065E2
RGB96101226
HSL238°69.15%63.14%
HSB/HSV238°57.52%88.63%
CMYK57.52%55.31%0.00%
11.37%

Color #6065E2 in popluar number systems.

HEX6065E2
Decimal96101226
Binary1100000110010111100010
Octal140145342

Shades and tints

Shades of #6065E2

#6065E2
(96,101,226)
#585CCE
(88,92,206)
#5053BA
(80,83,186)
#484AA6
(72,74,166)
#404192
(64,65,146)
#38387E
(56,56,126)
#302F6A
(48,47,106)
#282656
(40,38,86)
#201D42
(32,29,66)
#18142E
(24,20,46)
#100B1A
(16,11,26)
#000000
(0,0,0)

Tints of #6065E2

#6065E2
(96,101,226)
#6E73E4
(110,115,228)
#7C81E6
(124,129,230)
#8A8FE8
(138,143,232)
#989DEA
(152,157,234)
#A6ABEC
(166,171,236)
#B4B9EE
(180,185,238)
#C2C7F0
(194,199,240)
#D0D5F2
(208,213,242)
#DEE3F4
(222,227,244)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6065E2 color. Also use rgb(96,101,226) instead hex code.

Text Font Color

.myTextColor { color: #6065E2; }

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

This text font color is #6065E2.


Background Color

.myBgColor { background-color: #6065E2; }

<div style="background-color:#6065E2">Inner text</div>

This div background color is #6065E2.


Border color

.myBorderColor { border: 1px solid #6065E2; }

<div style="border:3px solid #6065E2">Div</div>

This div border color is #6065E2.


Opacity

.myOpacity80 { color: #6065E2; opacity: 0.8; }

<p style="color:#6065E2;opacity:0.8;">80%</p>

Text with #6065E2 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 #6065E2;}

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

This text has shadow with #6065E2 color.

.textShadow {text-shadow: 3px 3px 1px #6065E2, 3px 3px 1px red;}

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

This text has shadow with #6065E2 primary color and red secondary color.


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

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

This text has shadow with #6065E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6065E2 on black background.


Color preview on white background

This text has color #6065E2 on white background.



Black color preview on #6065E2 background

This text has black color on #6065E2 background.


White color preview on #6065E2 background

This text has white color on #6065E2 background.