COLOR #6B038C

HEX: #6B038C RGB: (107,3,140)

Color info

#6B038C contains mainly red and blue colors. Web safe color of #6B038C is #660099 (or #609).

RGB color model

#6B038C color RGB value is (107,3,140).

RGB: (107,3,140) (42%, 1%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 3 of 255 = 1%
B 140 of 255 = 55%

107
3
140

R + G + B ~ 33%. #6B038C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 3 + 140 = 250 (100%)
R 107 of 250 ~ 42.8%
G 3 of 250 ~ 1.2%
B 140 of 250 ~ 56'%

%42.8
%56

CMYK color model

#6B038C color CMYK value is (24,98,0,45).

  • cyan value is 23.57%
  • magenta value is 97.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (24,98,0,45) C24M98Y0K45 (24%,98%,0%,45%) (0.24/0.98/0.00/0.45) 

CMYK percentages

%23.57
%97.86
%0
%45.1

Codes

Color #6B038C in popluar color models

6B 03 8C
RGB 107 3 140
HSL 286° 95.80% 28.04%
HSB/HSV 286° 97.86% 54.90%
CMYK 23.57% 97.86% 0.00%
45.10%

Color #6B038C in popluar number systems.

HEX 6B 03 8C
Decimal 107 3 140
Binary 1101011 11 10001100
Octal 153 3 214

Shades and tints

Shades of #6B038C

#6B038C
(107,3,140)
#620380
(98,3,128)
#590374
(89,3,116)
#500368
(80,3,104)
#47035C
(71,3,92)
#3E0350
(62,3,80)
#350344
(53,3,68)
#2C0338
(44,3,56)
#23032C
(35,3,44)
#1A0320
(26,3,32)
#110314
(17,3,20)
#000000
(0,0,0)

Tints of #6B038C

#6B038C
(107,3,140)
#781996
(120,25,150)
#852FA0
(133,47,160)
#9245AA
(146,69,170)
#9F5BB4
(159,91,180)
#AC71BE
(172,113,190)
#B987C8
(185,135,200)
#C69DD2
(198,157,210)
#D3B3DC
(211,179,220)
#E0C9E6
(224,201,230)
#EDDFF0
(237,223,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B038C color. Also use rgb(107,3,140) instead hex code.

Text Font Color

.myTextColor { color: #6B038C; }

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

This text font color is #6B038C.

Background Color

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

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

This div background color is #6B038C.

Border color

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

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

This div border color is #6B038C.

Opacity

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

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

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

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

This text has shadow with #6B038C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B038C.

Preview

Color preview on black background

This text has color #6B038C on black background.


Color preview on white background

This text has color #6B038C on white background.


Black color preview on #6B038C background

This text has black color on #6B038C background.


White color preview on #6B038C background

This text has white color on #6B038C background.


Related colors

Complementary color

Complementary color for #hex is #94FC73.


I love getcolorcode.com

Triadic colors

1 #8C6B03 and #038C6B with #6B038C are triadic colors.

2 #8C036B and #036B8C with #6B038C are triadic colors.