COLOR #638EA7

HEX: #638EA7
RGB: (99,142,167)

Renk bilgisi

#638EA7 contains mainly green and blue colors. #638EA7 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#638EA7 color RGB value is (99,142,167).

  • kırmız ton 99;
  • yeşil ton 142;
  • mavi ton 167.
RGB:
(99,142,167)
(39%,56%,65%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 142 of 255 = 56%
B 167 of 255 = 65%

99
142
167

R + G + B ~ 53%. #638EA7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 142 + 167 = 408 (100%)
R 99 of 408 ~ 24.26%
G 142 of 408 ~ 34.8%
B 167 of 408 ~ 40.93%

%24.26
%34.8
%40.93

CMYK RENK MODELİ

#638EA7 rengi CMYK tonu (41,15,0,35).

  • camgöbeği tonu 40.72%
  • eflatun tonu 14.97%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(41,15,0,35)
C41M15Y0K35 
(41%,15%,0%,35%)
(0.41/0.15/0.00/0.35)	

CMYK yüzdeleri

%40.72
%14.97
%0
%34.51

Codes

Color #638EA7 in popluar color models

638EA7
RGB99142167
HSL202°27.87%52.16%
HSB/HSV202°40.72%65.49%
CMYK40.72%14.97%0.00%
34.51%

Color #638EA7 in popluar number systems.

HEX638EA7
Decimal99142167
Binary11000111000111010100111
Octal143216247

Shades and tints

Shades of #638EA7

#638EA7
(99,142,167)
#5A8298
(90,130,152)
#517689
(81,118,137)
#486A7A
(72,106,122)
#3F5E6B
(63,94,107)
#36525C
(54,82,92)
#2D464D
(45,70,77)
#243A3E
(36,58,62)
#1B2E2F
(27,46,47)
#122220
(18,34,32)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #638EA7

#638EA7
(99,142,167)
#7198AF
(113,152,175)
#7FA2B7
(127,162,183)
#8DACBF
(141,172,191)
#9BB6C7
(155,182,199)
#A9C0CF
(169,192,207)
#B7CAD7
(183,202,215)
#C5D4DF
(197,212,223)
#D3DEE7
(211,222,231)
#E1E8EF
(225,232,239)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638EA7 color. Also use rgb(99,142,167) instead hex code.

Text Font Color

.myTextColor { color: #638EA7; }

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

This text font color is #638EA7.


Background Color

.myBgColor { background-color: #638EA7; }

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

This div background color is #638EA7.


Border color

.myBorderColor { border: 1px solid #638EA7; }

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

This div border color is #638EA7.


Opacity

.myOpacity80 { color: #638EA7; opacity: 0.8; }

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

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

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

This text has shadow with #638EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638EA7 on black background.


Color preview on white background

This text has color #638EA7 on white background.



Black color preview on #638EA7 background

This text has black color on #638EA7 background.


White color preview on #638EA7 background

This text has white color on #638EA7 background.