COLOR #6159C7

HEX: #6159C7 RGB: (97,89,199)

Color info

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

RGB color model

#6159C7 color RGB value is (97,89,199).

RGB: (97,89,199) (38%, 35%, 78%)

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 199 of 255 = 78%

97
89
199

R + G + B ~ 50%. #6159C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 89 + 199 = 385 (100%)
R 97 of 385 ~ 25.19%
G 89 of 385 ~ 23.12%
B 199 of 385 ~ 51.69'%

%25.19
%23.12
%51.69

CMYK color model

#6159C7 color CMYK value is (51,55,0,22).

  • cyan value is 51.26%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (51,55,0,22)
C51M55Y0K22 (51%, 55%, 0%, 22%)
(0.51 / 0.55 / 0.00 / 0.22)

CMYK percentages

%51.26
%55.28
%0
%21.96

Codes

Color #6159C7 in popluar color models

61 59 C7
RGB 97 89 199
HSL 244° 49.55% 56.47%
HSB/HSV 244° 55.28% 78.04%
CMYK 51.26% 55.28% 0.00%
21.96%

Color #6159C7 in popluar number systems.

HEX 61 59 C7
Decimal 97 89 199
Binary 1100001 1011001 11000111
Octal 141 131 307

Shades and tints

Shades of #6159C7

#6159C7
(97,89,199)
#5951B5
(89,81,181)
#5149A3
(81,73,163)
#494191
(73,65,145)
#41397F
(65,57,127)
#39316D
(57,49,109)
#31295B
(49,41,91)
#292149
(41,33,73)
#211937
(33,25,55)
#191125
(25,17,37)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #6159C7

#6159C7
(97,89,199)
#6F68CC
(111,104,204)
#7D77D1
(125,119,209)
#8B86D6
(139,134,214)
#9995DB
(153,149,219)
#A7A4E0
(167,164,224)
#B5B3E5
(181,179,229)
#C3C2EA
(195,194,234)
#D1D1EF
(209,209,239)
#DFE0F4
(223,224,244)
#EDEFF9
(237,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6159C7 color. Also use rgb(97,89,199) instead hex code.

Text Font Color

.myTextColor { color: #6159C7; }

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

This text font color is #6159C7.

Background Color

.myBgColor { background-color: #6159C7; }

<div style="background-color:#6159C7">Inner text</div>

This div background color is #6159C7.

Border color

.myBorderColor { border: 1px solid #6159C7; }

<div style="border:3px solid #6159C7">Div</div>

This div border color is #6159C7.

Opacity

.myOpacity80 { color: #6159C7; opacity: 0.8; }

<p style="color:#6159C7;opacity:0.8;">80%</p>

Text with #6159C7 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 #6159C7;}

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

This text has shadow with #6159C7 color.


.textShadow {text-shadow: 3px 3px 1px #6159C7', 3px 3px 1px red;}

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

This text has shadow with #6159C7 primary color and red secondary color.


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

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

This text has shadow with #6159C7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6159C7; -webkit-box-shadow: 1px 1px 3px 2px #6159C7; box-shadow:1px 1px 3px 2px #6159C7;">
Div content here
</div>

This div box has shadow with color #6159C7.

Preview

Color preview on black background

This text has color #6159C7 on black background.


Color preview on white background

This text has color #6159C7 on white background.


Black color preview on #6159C7 background

This text has black color on #6159C7 background.


White color preview on #6159C7 background

This text has white color on #6159C7 background.


Related colors

Complementary color

Complementary color for #hex is #9EA638.


I love getcolorcode.com

Triadic colors

1 #C76159 and #59C761 with #6159C7 are triadic colors.

2 #C75961 and #5961C7 with #6159C7 are triadic colors.