COLOR #06617A

HEX: #06617A
RGB: (6,97,122)

Color info

#06617A contains mainly green and blue colors. Web safe color of #06617A is #006666 (or #066).

RGB color model

#06617A color RGB value is (6,97,122).

  • red value is 6;
  • green value is 97;
  • blue value is 122.
RGB:
(6,97,122)
(2%,38%,48%)

RGB channels and saturation

R 6 of 255 = 2%
G 97 of 255 = 38%
B 122 of 255 = 48%

6
97
122

R + G + B ~ 29%. #06617A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 97 + 122 = 225 (100%)
R 6 of 225 ~ 2.67%
G 97 of 225 ~ 43.11%
B 122 of 225 ~ 54.22%

%43.11
%54.22

CMYK color model

#06617A color CMYK value is (95,20,0,52).

  • cyan value is 95.08%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(95,20,0,52)
C95M20Y0K52 
(95%,20%,0%,52%)
(0.95/0.20/0.00/0.52)	

CMYK percentages

%95.08
%20.49
%0
%52.16

Codes

Color #06617A in popluar color models

06617A
RGB697122
HSL193°90.63%25.10%
HSB/HSV193°95.08%47.84%
CMYK95.08%20.49%0.00%
52.16%

Color #06617A in popluar number systems.

HEX06617A
Decimal697122
Binary11011000011111010
Octal6141172

Shades and tints

Shades of #06617A

#06617A
(6,97,122)
#06596F
(6,89,111)
#065164
(6,81,100)
#064959
(6,73,89)
#06414E
(6,65,78)
#063943
(6,57,67)
#063138
(6,49,56)
#06292D
(6,41,45)
#062122
(6,33,34)
#061917
(6,25,23)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #06617A

#06617A
(6,97,122)
#1C6F86
(28,111,134)
#327D92
(50,125,146)
#488B9E
(72,139,158)
#5E99AA
(94,153,170)
#74A7B6
(116,167,182)
#8AB5C2
(138,181,194)
#A0C3CE
(160,195,206)
#B6D1DA
(182,209,218)
#CCDFE6
(204,223,230)
#E2EDF2
(226,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06617A color. Also use rgb(6,97,122) instead hex code.

Text Font Color

.myTextColor { color: #06617A; }

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

This text font color is #06617A.


Background Color

.myBgColor { background-color: #06617A; }

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

This div background color is #06617A.


Border color

.myBorderColor { border: 1px solid #06617A; }

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

This div border color is #06617A.


Opacity

.myOpacity80 { color: #06617A; opacity: 0.8; }

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

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

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

This text has shadow with #06617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06617A on black background.


Color preview on white background

This text has color #06617A on white background.



Black color preview on #06617A background

This text has black color on #06617A background.


White color preview on #06617A background

This text has white color on #06617A background.