COLOR #688498

HEX: #688498
RGB: (104,132,152)

Renk bilgisi

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

RGB renk modeli

#688498 color RGB value is (104,132,152).

  • kırmız ton 104;
  • yeşil ton 132;
  • mavi ton 152.
RGB:
(104,132,152)
(41%,52%,60%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 132 of 255 = 52%
B 152 of 255 = 60%

104
132
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 132 + 152 = 388 (100%)
R 104 of 388 ~ 26.8%
G 132 of 388 ~ 34.02%
B 152 of 388 ~ 39.18%

%26.8
%34.02
%39.18

CMYK RENK MODELİ

#688498 rengi CMYK tonu (32,13,0,40).

  • camgöbeği tonu 31.58%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(32,13,0,40)
C32M13Y0K40 
(32%,13%,0%,40%)
(0.32/0.13/0.00/0.40)	

CMYK yüzdeleri

%31.58
%13.16
%0
%40.39

Codes

Color #688498 in popluar color models

688498
RGB104132152
HSL205°18.90%50.20%
HSB/HSV205°31.58%59.61%
CMYK31.58%13.16%0.00%
40.39%

Color #688498 in popluar number systems.

HEX688498
Decimal104132152
Binary11010001000010010011000
Octal150204230

Shades and tints

Shades of #688498

#688498
(104,132,152)
#5F788B
(95,120,139)
#566C7E
(86,108,126)
#4D6071
(77,96,113)
#445464
(68,84,100)
#3B4857
(59,72,87)
#323C4A
(50,60,74)
#29303D
(41,48,61)
#202430
(32,36,48)
#171823
(23,24,35)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #688498

#688498
(104,132,152)
#758FA1
(117,143,161)
#829AAA
(130,154,170)
#8FA5B3
(143,165,179)
#9CB0BC
(156,176,188)
#A9BBC5
(169,187,197)
#B6C6CE
(182,198,206)
#C3D1D7
(195,209,215)
#D0DCE0
(208,220,224)
#DDE7E9
(221,231,233)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688498 color. Also use rgb(104,132,152) instead hex code.

Text Font Color

.myTextColor { color: #688498; }

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

This text font color is #688498.


Background Color

.myBgColor { background-color: #688498; }

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

This div background color is #688498.


Border color

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

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

This div border color is #688498.


Opacity

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

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

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

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

This text has shadow with #688498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688498 on black background.


Color preview on white background

This text has color #688498 on white background.



Black color preview on #688498 background

This text has black color on #688498 background.


White color preview on #688498 background

This text has white color on #688498 background.