COLOR #606696

HEX: #606696
RGB: (96,102,150)

Renk bilgisi

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

RGB renk modeli

#606696 color RGB value is (96,102,150).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 102 of 255 = 40%
B 150 of 255 = 59%

96
102
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 102 + 150 = 348 (100%)
R 96 of 348 ~ 27.59%
G 102 of 348 ~ 29.31%
B 150 of 348 ~ 43.1%

%27.59
%29.31
%43.1

CMYK RENK MODELİ

#606696 rengi CMYK tonu (36,32,0,41).

  • camgöbeği tonu 36.00%
  • eflatun tonu 32.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(36,32,0,41)
C36M32Y0K41 
(36%,32%,0%,41%)
(0.36/0.32/0.00/0.41)	

CMYK yüzdeleri

%36
%32
%0
%41.18

Codes

Color #606696 in popluar color models

606696
RGB96102150
HSL233°21.95%48.24%
HSB/HSV233°36.00%58.82%
CMYK36.00%32.00%0.00%
41.18%

Color #606696 in popluar number systems.

HEX606696
Decimal96102150
Binary1100000110011010010110
Octal140146226

Shades and tints

Shades of #606696

#606696
(96,102,150)
#585D89
(88,93,137)
#50547C
(80,84,124)
#484B6F
(72,75,111)
#404262
(64,66,98)
#383955
(56,57,85)
#303048
(48,48,72)
#28273B
(40,39,59)
#201E2E
(32,30,46)
#181521
(24,21,33)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #606696

#606696
(96,102,150)
#6E739F
(110,115,159)
#7C80A8
(124,128,168)
#8A8DB1
(138,141,177)
#989ABA
(152,154,186)
#A6A7C3
(166,167,195)
#B4B4CC
(180,180,204)
#C2C1D5
(194,193,213)
#D0CEDE
(208,206,222)
#DEDBE7
(222,219,231)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606696; }

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

This text font color is #606696.


Background Color

.myBgColor { background-color: #606696; }

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

This div background color is #606696.


Border color

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

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

This div border color is #606696.


Opacity

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

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

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

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

This text has shadow with #606696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606696 on black background.


Color preview on white background

This text has color #606696 on white background.



Black color preview on #606696 background

This text has black color on #606696 background.


White color preview on #606696 background

This text has white color on #606696 background.