COLOR #600F69

HEX: #600F69
RGB: (96,15,105)

Color info

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

RGB color model

#600F69 color RGB value is (96,15,105).

  • red value is 96;
  • green value is 15;
  • blue value is 105.
RGB:
(96,15,105)
(38%,6%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 15 of 255 = 6%
B 105 of 255 = 41%

96
15
105

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

Portions of RGB colors in percentages

R + G + B =
96 + 15 + 105 = 216 (100%)
R 96 of 216 ~ 44.44%
G 15 of 216 ~ 6.94%
B 105 of 216 ~ 48.61%

%44.44
%48.61

CMYK color model

#600F69 color CMYK value is (9,86,0,59).

  • cyan value is 8.57%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(9,86,0,59)
C9M86Y0K59 
(9%,86%,0%,59%)
(0.09/0.86/0.00/0.59)	

CMYK percentages

%8.57
%85.71
%0
%58.82

Codes

Color #600F69 in popluar color models

600F69
RGB9615105
HSL294°75.00%23.53%
HSB/HSV294°85.71%41.18%
CMYK8.57%85.71%0.00%
58.82%

Color #600F69 in popluar number systems.

HEX600F69
Decimal9615105
Binary110000011111101001
Octal14017151

Shades and tints

Shades of #600F69

#600F69
(96,15,105)
#580E60
(88,14,96)
#500D57
(80,13,87)
#480C4E
(72,12,78)
#400B45
(64,11,69)
#380A3C
(56,10,60)
#300933
(48,9,51)
#28082A
(40,8,42)
#200721
(32,7,33)
#180618
(24,6,24)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #600F69

#600F69
(96,15,105)
#6E2476
(110,36,118)
#7C3983
(124,57,131)
#8A4E90
(138,78,144)
#98639D
(152,99,157)
#A678AA
(166,120,170)
#B48DB7
(180,141,183)
#C2A2C4
(194,162,196)
#D0B7D1
(208,183,209)
#DECCDE
(222,204,222)
#ECE1EB
(236,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600F69 color. Also use rgb(96,15,105) instead hex code.

Text Font Color

.myTextColor { color: #600F69; }

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

This text font color is #600F69.


Background Color

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

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

This div background color is #600F69.


Border color

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

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

This div border color is #600F69.


Opacity

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

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

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

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

This text has shadow with #600F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600F69 on black background.


Color preview on white background

This text has color #600F69 on white background.



Black color preview on #600F69 background

This text has black color on #600F69 background.


White color preview on #600F69 background

This text has white color on #600F69 background.