COLOR #6B1758

HEX: #6B1758
RGB: (107,23,88)

Color info

#6B1758 contains mainly red and blue colors. Web safe color of #6B1758 is #660066 (or #606).

RGB color model

#6B1758 color RGB value is (107,23,88).

  • red value is 107;
  • green value is 23;
  • blue value is 88.
RGB:
(107,23,88)
(42%,9%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 23 of 255 = 9%
B 88 of 255 = 35%

107
23
88

R + G + B ~ 29%. #6B1758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 23 + 88 = 218 (100%)
R 107 of 218 ~ 49.08%
G 23 of 218 ~ 10.55%
B 88 of 218 ~ 40.37%

%49.08
%10.55
%40.37

CMYK color model

#6B1758 color CMYK value is (0,79,18,58).

  • cyan value is 0.00%
  • magenta value is 78.50%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(0,79,18,58)
C0M79Y18K58 
(0%,79%,18%,58%)
(0.00/0.79/0.18/0.58)	

CMYK percentages

%0
%78.5
%17.76
%58.04

Codes

Color #6B1758 in popluar color models

6B1758
RGB1072388
HSL314°64.62%25.49%
HSB/HSV314°78.50%41.96%
CMYK0.00%78.50%17.76%
58.04%

Color #6B1758 in popluar number systems.

HEX6B1758
Decimal1072388
Binary1101011101111011000
Octal15327130

Shades and tints

Shades of #6B1758

#6B1758
(107,23,88)
#621550
(98,21,80)
#591348
(89,19,72)
#501140
(80,17,64)
#470F38
(71,15,56)
#3E0D30
(62,13,48)
#350B28
(53,11,40)
#2C0920
(44,9,32)
#230718
(35,7,24)
#1A0510
(26,5,16)
#110308
(17,3,8)
#000000
(0,0,0)

Tints of #6B1758

#6B1758
(107,23,88)
#782C67
(120,44,103)
#854176
(133,65,118)
#925685
(146,86,133)
#9F6B94
(159,107,148)
#AC80A3
(172,128,163)
#B995B2
(185,149,178)
#C6AAC1
(198,170,193)
#D3BFD0
(211,191,208)
#E0D4DF
(224,212,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1758 color. Also use rgb(107,23,88) instead hex code.

Text Font Color

.myTextColor { color: #6B1758; }

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

This text font color is #6B1758.


Background Color

.myBgColor { background-color: #6B1758; }

<div style="background-color:#6B1758">Inner text</div>

This div background color is #6B1758.


Border color

.myBorderColor { border: 1px solid #6B1758; }

<div style="border:3px solid #6B1758">Div</div>

This div border color is #6B1758.


Opacity

.myOpacity80 { color: #6B1758; opacity: 0.8; }

<p style="color:#6B1758;opacity:0.8;">80%</p>

Text with #6B1758 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 #6B1758;}

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

This text has shadow with #6B1758 color.

.textShadow {text-shadow: 3px 3px 1px #6B1758, 3px 3px 1px red;}

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

This text has shadow with #6B1758 primary color and red secondary color.


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

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

This text has shadow with #6B1758 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1758 on black background.


Color preview on white background

This text has color #6B1758 on white background.



Black color preview on #6B1758 background

This text has black color on #6B1758 background.


White color preview on #6B1758 background

This text has white color on #6B1758 background.