COLOR #6299B1

HEX: #6299B1
RGB: (98,153,177)

Renk bilgisi

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

RGB renk modeli

#6299B1 color RGB value is (98,153,177).

  • kırmız ton 98;
  • yeşil ton 153;
  • mavi ton 177.
RGB:
(98,153,177)
(38%,60%,69%)

RGB bağlantıları ve doygunluk

R 98 of 255 = 38%
G 153 of 255 = 60%
B 177 of 255 = 69%

98
153
177

R + G + B ~ 56%. #6299B1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
98 + 153 + 177 = 428 (100%)
R 98 of 428 ~ 22.9%
G 153 of 428 ~ 35.75%
B 177 of 428 ~ 41.36%

%22.9
%35.75
%41.36

CMYK RENK MODELİ

#6299B1 rengi CMYK tonu (45,14,0,31).

  • camgöbeği tonu 44.63%
  • eflatun tonu 13.56%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(45,14,0,31)
C45M14Y0K31 
(45%,14%,0%,31%)
(0.45/0.14/0.00/0.31)	

CMYK yüzdeleri

%44.63
%13.56
%0
%30.59

Codes

Color #6299B1 in popluar color models

6299B1
RGB98153177
HSL198°33.62%53.92%
HSB/HSV198°44.63%69.41%
CMYK44.63%13.56%0.00%
30.59%

Color #6299B1 in popluar number systems.

HEX6299B1
Decimal98153177
Binary11000101001100110110001
Octal142231261

Shades and tints

Shades of #6299B1

#6299B1
(98,153,177)
#5A8CA1
(90,140,161)
#527F91
(82,127,145)
#4A7281
(74,114,129)
#426571
(66,101,113)
#3A5861
(58,88,97)
#324B51
(50,75,81)
#2A3E41
(42,62,65)
#223131
(34,49,49)
#1A2421
(26,36,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #6299B1

#6299B1
(98,153,177)
#70A2B8
(112,162,184)
#7EABBF
(126,171,191)
#8CB4C6
(140,180,198)
#9ABDCD
(154,189,205)
#A8C6D4
(168,198,212)
#B6CFDB
(182,207,219)
#C4D8E2
(196,216,226)
#D2E1E9
(210,225,233)
#E0EAF0
(224,234,240)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6299B1 color. Also use rgb(98,153,177) instead hex code.

Text Font Color

.myTextColor { color: #6299B1; }

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

This text font color is #6299B1.


Background Color

.myBgColor { background-color: #6299B1; }

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

This div background color is #6299B1.


Border color

.myBorderColor { border: 1px solid #6299B1; }

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

This div border color is #6299B1.


Opacity

.myOpacity80 { color: #6299B1; opacity: 0.8; }

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

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

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

This text has shadow with #6299B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6299B1 on black background.


Color preview on white background

This text has color #6299B1 on white background.



Black color preview on #6299B1 background

This text has black color on #6299B1 background.


White color preview on #6299B1 background

This text has white color on #6299B1 background.