COLOR #FF6A67

HEX: #FF6A67
RGB: (255,106,103)

Color info

#FF6A67 contains mainly red color. Web safe color of #FF6A67 is #FF6666 (or #F66).

RGB color model

#FF6A67 color RGB value is (255,106,103).

  • red value is 255;
  • green value is 106;
  • blue value is 103.
RGB:
(255,106,103)
(100%,42%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 106 of 255 = 42%
B 103 of 255 = 40%

255
106
103

R + G + B ~ 61%. #FF6A67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 106 + 103 = 464 (100%)
R 255 of 464 ~ 54.96%
G 106 of 464 ~ 22.84%
B 103 of 464 ~ 22.2%

%54.96
%22.84
%22.2

CMYK color model

#FF6A67 color CMYK value is (0,58,60,0).

  • cyan value is 0.00%
  • magenta value is 58.43%
  • yellow value is 59.61%
  • key color value is 0.00%
CMYK:
(0,58,60,0)
C0M58Y60K0 
(0%,58%,60%,0%)
(0.00/0.58/0.60/0.00)	

CMYK percentages

%0
%58.43
%59.61
%0

Codes

Color #FF6A67 in popluar color models

FF6A67
RGB255106103
HSL100.00%70.20%
HSB/HSV59.61%100.00%
CMYK0.00%58.43%59.61%
0.00%

Color #FF6A67 in popluar number systems.

HEXFF6A67
Decimal255106103
Binary1111111111010101100111
Octal377152147

Shades and tints

Shades of #FF6A67

#FF6A67
(255,106,103)
#E8615E
(232,97,94)
#D15855
(209,88,85)
#BA4F4C
(186,79,76)
#A34643
(163,70,67)
#8C3D3A
(140,61,58)
#753431
(117,52,49)
#5E2B28
(94,43,40)
#47221F
(71,34,31)
#301916
(48,25,22)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #FF6A67

#FF6A67
(255,106,103)
#FF7774
(255,119,116)
#FF8481
(255,132,129)
#FF918E
(255,145,142)
#FF9E9B
(255,158,155)
#FFABA8
(255,171,168)
#FFB8B5
(255,184,181)
#FFC5C2
(255,197,194)
#FFD2CF
(255,210,207)
#FFDFDC
(255,223,220)
#FFECE9
(255,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6A67 color. Also use rgb(255,106,103) instead hex code.

Text Font Color

.myTextColor { color: #FF6A67; }

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

This text font color is #FF6A67.


Background Color

.myBgColor { background-color: #FF6A67; }

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

This div background color is #FF6A67.


Border color

.myBorderColor { border: 1px solid #FF6A67; }

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

This div border color is #FF6A67.


Opacity

.myOpacity80 { color: #FF6A67; opacity: 0.8; }

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

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

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

This text has shadow with #FF6A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6A67 on black background.


Color preview on white background

This text has color #FF6A67 on white background.



Black color preview on #FF6A67 background

This text has black color on #FF6A67 background.


White color preview on #FF6A67 background

This text has white color on #FF6A67 background.