COLOR #6165DA

HEX: #6165DA
RGB: (97,101,218)

Color info

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

RGB color model

#6165DA color RGB value is (97,101,218).

  • red value is 97;
  • green value is 101;
  • blue value is 218.
RGB:
(97,101,218)
(38%,40%,85%)

RGB channels and saturation

R 97 of 255 = 38%
G 101 of 255 = 40%
B 218 of 255 = 85%

97
101
218

R + G + B ~ 54%. #6165DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 101 + 218 = 416 (100%)
R 97 of 416 ~ 23.32%
G 101 of 416 ~ 24.28%
B 218 of 416 ~ 52.4%

%23.32
%24.28
%52.4

CMYK color model

#6165DA color CMYK value is (56,54,0,15).

  • cyan value is 55.50%
  • magenta value is 53.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(56,54,0,15)
C56M54Y0K15 
(56%,54%,0%,15%)
(0.56/0.54/0.00/0.15)	

CMYK percentages

%55.5
%53.67
%0
%14.51

Codes

Color #6165DA in popluar color models

6165DA
RGB97101218
HSL238°62.05%61.76%
HSB/HSV238°55.50%85.49%
CMYK55.50%53.67%0.00%
14.51%

Color #6165DA in popluar number systems.

HEX6165DA
Decimal97101218
Binary1100001110010111011010
Octal141145332

Shades and tints

Shades of #6165DA

#6165DA
(97,101,218)
#595CC7
(89,92,199)
#5153B4
(81,83,180)
#494AA1
(73,74,161)
#41418E
(65,65,142)
#39387B
(57,56,123)
#312F68
(49,47,104)
#292655
(41,38,85)
#211D42
(33,29,66)
#19142F
(25,20,47)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #6165DA

#6165DA
(97,101,218)
#6F73DD
(111,115,221)
#7D81E0
(125,129,224)
#8B8FE3
(139,143,227)
#999DE6
(153,157,230)
#A7ABE9
(167,171,233)
#B5B9EC
(181,185,236)
#C3C7EF
(195,199,239)
#D1D5F2
(209,213,242)
#DFE3F5
(223,227,245)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6165DA color. Also use rgb(97,101,218) instead hex code.

Text Font Color

.myTextColor { color: #6165DA; }

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

This text font color is #6165DA.


Background Color

.myBgColor { background-color: #6165DA; }

<div style="background-color:#6165DA">Inner text</div>

This div background color is #6165DA.


Border color

.myBorderColor { border: 1px solid #6165DA; }

<div style="border:3px solid #6165DA">Div</div>

This div border color is #6165DA.


Opacity

.myOpacity80 { color: #6165DA; opacity: 0.8; }

<p style="color:#6165DA;opacity:0.8;">80%</p>

Text with #6165DA 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 #6165DA;}

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

This text has shadow with #6165DA color.

.textShadow {text-shadow: 3px 3px 1px #6165DA, 3px 3px 1px red;}

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

This text has shadow with #6165DA primary color and red secondary color.


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

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

This text has shadow with #6165DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6165DA on black background.


Color preview on white background

This text has color #6165DA on white background.



Black color preview on #6165DA background

This text has black color on #6165DA background.


White color preview on #6165DA background

This text has white color on #6165DA background.