COLOR #606685

HEX: #606685
RGB: (96,102,133)

Renk bilgisi

#606685 contains red, green and blue colors in about the same proportion. #606685 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#606685 color RGB value is (96,102,133).

  • kırmız ton 96;
  • yeşil ton 102;
  • mavi ton 133.
RGB:
(96,102,133)
(38%,40%,52%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 102 of 255 = 40%
B 133 of 255 = 52%

96
102
133

R + G + B ~ 43%. #606685 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 102 + 133 = 331 (100%)
R 96 of 331 ~ 29%
G 102 of 331 ~ 30.82%
B 133 of 331 ~ 40.18%

%29
%30.82
%40.18

CMYK RENK MODELİ

#606685 rengi CMYK tonu (28,23,0,48).

  • camgöbeği tonu 27.82%
  • eflatun tonu 23.31%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(28,23,0,48)
C28M23Y0K48 
(28%,23%,0%,48%)
(0.28/0.23/0.00/0.48)	

CMYK yüzdeleri

%27.82
%23.31
%0
%47.84

Codes

Color #606685 in popluar color models

606685
RGB96102133
HSL230°16.16%44.90%
HSB/HSV230°27.82%52.16%
CMYK27.82%23.31%0.00%
47.84%

Color #606685 in popluar number systems.

HEX606685
Decimal96102133
Binary1100000110011010000101
Octal140146205

Shades and tints

Shades of #606685

#606685
(96,102,133)
#585D79
(88,93,121)
#50546D
(80,84,109)
#484B61
(72,75,97)
#404255
(64,66,85)
#383949
(56,57,73)
#30303D
(48,48,61)
#282731
(40,39,49)
#201E25
(32,30,37)
#181519
(24,21,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #606685

#606685
(96,102,133)
#6E7390
(110,115,144)
#7C809B
(124,128,155)
#8A8DA6
(138,141,166)
#989AB1
(152,154,177)
#A6A7BC
(166,167,188)
#B4B4C7
(180,180,199)
#C2C1D2
(194,193,210)
#D0CEDD
(208,206,221)
#DEDBE8
(222,219,232)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606685 color. Also use rgb(96,102,133) instead hex code.

Text Font Color

.myTextColor { color: #606685; }

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

This text font color is #606685.


Background Color

.myBgColor { background-color: #606685; }

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

This div background color is #606685.


Border color

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

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

This div border color is #606685.


Opacity

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

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

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

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

This text has shadow with #606685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606685 on black background.


Color preview on white background

This text has color #606685 on white background.



Black color preview on #606685 background

This text has black color on #606685 background.


White color preview on #606685 background

This text has white color on #606685 background.