COLOR #600A6C

HEX: #600A6C RGB: (96,10,108)

Color info

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

RGB color model

#600A6C color RGB value is (96,10,108).

RGB: (96,10,108) (38%, 4%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 10 of 255 = 4%
B 108 of 255 = 42%

96
10
108

R + G + B ~ 28%. #600A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 10 + 108 = 214 (100%)
R 96 of 214 ~ 44.86%
G 10 of 214 ~ 4.67%
B 108 of 214 ~ 50.47'%

%44.86
%50.47

CMYK color model

#600A6C color CMYK value is (11,91,0,58).

  • cyan value is 11.11%
  • magenta value is 90.74%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (11,91,0,58)
C11M91Y0K58 (11%, 91%, 0%, 58%)
(0.11 / 0.91 / 0.00 / 0.58)

CMYK percentages

%11.11
%90.74
%0
%57.65

Codes

Color #600A6C in popluar color models

60 0A 6C
RGB 96 10 108
HSL 293° 83.05% 23.14%
HSB/HSV 293° 90.74% 42.35%
CMYK 11.11% 90.74% 0.00%
57.65%

Color #600A6C in popluar number systems.

HEX 60 0A 6C
Decimal 96 10 108
Binary 1100000 1010 1101100
Octal 140 12 154

Shades and tints

Shades of #600A6C

#600A6C
(96,10,108)
#580A63
(88,10,99)
#500A5A
(80,10,90)
#480A51
(72,10,81)
#400A48
(64,10,72)
#380A3F
(56,10,63)
#300A36
(48,10,54)
#280A2D
(40,10,45)
#200A24
(32,10,36)
#180A1B
(24,10,27)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #600A6C

#600A6C
(96,10,108)
#6E2079
(110,32,121)
#7C3686
(124,54,134)
#8A4C93
(138,76,147)
#9862A0
(152,98,160)
#A678AD
(166,120,173)
#B48EBA
(180,142,186)
#C2A4C7
(194,164,199)
#D0BAD4
(208,186,212)
#DED0E1
(222,208,225)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600A6C color. Also use rgb(96,10,108) instead hex code.

Text Font Color

.myTextColor { color: #600A6C; }

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

This text font color is #600A6C.

Background Color

.myBgColor { background-color: #600A6C; }

<div style="background-color:#600A6C">Inner text</div>

This div background color is #600A6C.

Border color

.myBorderColor { border: 1px solid #600A6C; }

<div style="border:3px solid #600A6C">Div</div>

This div border color is #600A6C.

Opacity

.myOpacity80 { color: #600A6C; opacity: 0.8; }

<p style="color:#600A6C;opacity:0.8;">80%</p>

Text with #600A6C 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 #600A6C;}

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

This text has shadow with #600A6C color.


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

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

This text has shadow with #600A6C primary color and red secondary color.


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

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

This text has shadow with #600A6C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #600A6C.

Preview

Color preview on black background

This text has color #600A6C on black background.


Color preview on white background

This text has color #600A6C on white background.


Black color preview on #600A6C background

This text has black color on #600A6C background.


White color preview on #600A6C background

This text has white color on #600A6C background.


Related colors

Complementary color

Complementary color for #hex is #9FF593.


I love getcolorcode.com

Triadic colors

1 #6C600A and #0A6C60 with #600A6C are triadic colors.

2 #6C0A60 and #0A606C with #600A6C are triadic colors.