COLOR #6385AA

HEX: #6385AA
RGB: (99,133,170)

Renk bilgisi

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

RGB renk modeli

#6385AA color RGB value is (99,133,170).

  • kırmız ton 99;
  • yeşil ton 133;
  • mavi ton 170.
RGB:
(99,133,170)
(39%,52%,67%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 133 of 255 = 52%
B 170 of 255 = 67%

99
133
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 133 + 170 = 402 (100%)
R 99 of 402 ~ 24.63%
G 133 of 402 ~ 33.08%
B 170 of 402 ~ 42.29%

%24.63
%33.08
%42.29

CMYK RENK MODELİ

#6385AA rengi CMYK tonu (42,22,0,33).

  • camgöbeği tonu 41.76%
  • eflatun tonu 21.76%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(42,22,0,33)
C42M22Y0K33 
(42%,22%,0%,33%)
(0.42/0.22/0.00/0.33)	

CMYK yüzdeleri

%41.76
%21.76
%0
%33.33

Codes

Color #6385AA in popluar color models

6385AA
RGB99133170
HSL211°29.46%52.75%
HSB/HSV211°41.76%66.67%
CMYK41.76%21.76%0.00%
33.33%

Color #6385AA in popluar number systems.

HEX6385AA
Decimal99133170
Binary11000111000010110101010
Octal143205252

Shades and tints

Shades of #6385AA

#6385AA
(99,133,170)
#5A799B
(90,121,155)
#516D8C
(81,109,140)
#48617D
(72,97,125)
#3F556E
(63,85,110)
#36495F
(54,73,95)
#2D3D50
(45,61,80)
#243141
(36,49,65)
#1B2532
(27,37,50)
#121923
(18,25,35)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #6385AA

#6385AA
(99,133,170)
#7190B1
(113,144,177)
#7F9BB8
(127,155,184)
#8DA6BF
(141,166,191)
#9BB1C6
(155,177,198)
#A9BCCD
(169,188,205)
#B7C7D4
(183,199,212)
#C5D2DB
(197,210,219)
#D3DDE2
(211,221,226)
#E1E8E9
(225,232,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6385AA color. Also use rgb(99,133,170) instead hex code.

Text Font Color

.myTextColor { color: #6385AA; }

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

This text font color is #6385AA.


Background Color

.myBgColor { background-color: #6385AA; }

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

This div background color is #6385AA.


Border color

.myBorderColor { border: 1px solid #6385AA; }

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

This div border color is #6385AA.


Opacity

.myOpacity80 { color: #6385AA; opacity: 0.8; }

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

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

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

This text has shadow with #6385AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6385AA on black background.


Color preview on white background

This text has color #6385AA on white background.



Black color preview on #6385AA background

This text has black color on #6385AA background.


White color preview on #6385AA background

This text has white color on #6385AA background.