COLOR #6158B2

HEX: #6158B2 RGB: (97,88,178)

Color info

#6158B2 contains mainly blue color. Web safe color of #6158B2 is #666699 (or #669).

RGB color model

#6158B2 color RGB value is (97,88,178).

RGB: (97,88,178) (38%, 35%, 70%)

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 178 of 255 = 70%

97
88
178

R + G + B ~ 48%. #6158B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 88 + 178 = 363 (100%)
R 97 of 363 ~ 26.72%
G 88 of 363 ~ 24.24%
B 178 of 363 ~ 49.04'%

%26.72
%24.24
%49.04

CMYK color model

#6158B2 color CMYK value is (46,51,0,30).

  • cyan value is 45.51%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (46,51,0,30)
C46M51Y0K30 (46%, 51%, 0%, 30%)
(0.46 / 0.51 / 0.00 / 0.30)

CMYK percentages

%45.51
%50.56
%0
%30.2

Codes

Color #6158B2 in popluar color models

61 58 B2
RGB 97 88 178
HSL 246° 36.89% 52.16%
HSB/HSV 246° 50.56% 69.80%
CMYK 45.51% 50.56% 0.00%
30.20%

Color #6158B2 in popluar number systems.

HEX 61 58 B2
Decimal 97 88 178
Binary 1100001 1011000 10110010
Octal 141 130 262

Shades and tints

Shades of #6158B2

#6158B2
(97,88,178)
#5950A2
(89,80,162)
#514892
(81,72,146)
#494082
(73,64,130)
#413872
(65,56,114)
#393062
(57,48,98)
#312852
(49,40,82)
#292042
(41,32,66)
#211832
(33,24,50)
#191022
(25,16,34)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #6158B2

#6158B2
(97,88,178)
#6F67B9
(111,103,185)
#7D76C0
(125,118,192)
#8B85C7
(139,133,199)
#9994CE
(153,148,206)
#A7A3D5
(167,163,213)
#B5B2DC
(181,178,220)
#C3C1E3
(195,193,227)
#D1D0EA
(209,208,234)
#DFDFF1
(223,223,241)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6158B2 color. Also use rgb(97,88,178) instead hex code.

Text Font Color

.myTextColor { color: #6158B2; }

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

This text font color is #6158B2.

Background Color

.myBgColor { background-color: #6158B2; }

<div style="background-color:#6158B2">Inner text</div>

This div background color is #6158B2.

Border color

.myBorderColor { border: 1px solid #6158B2; }

<div style="border:3px solid #6158B2">Div</div>

This div border color is #6158B2.

Opacity

.myOpacity80 { color: #6158B2; opacity: 0.8; }

<p style="color:#6158B2;opacity:0.8;">80%</p>

Text with #6158B2 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 #6158B2;}

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

This text has shadow with #6158B2 color.


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

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

This text has shadow with #6158B2 primary color and red secondary color.


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

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

This text has shadow with #6158B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6158B2.

Preview

Color preview on black background

This text has color #6158B2 on black background.


Color preview on white background

This text has color #6158B2 on white background.


Black color preview on #6158B2 background

This text has black color on #6158B2 background.


White color preview on #6158B2 background

This text has white color on #6158B2 background.


Related colors

Complementary color

Complementary color for #hex is #9EA74D.


I love getcolorcode.com

Triadic colors

1 #B26158 and #58B261 with #6158B2 are triadic colors.

2 #B25861 and #5861B2 with #6158B2 are triadic colors.