COLOR #6B98C4

HEX: #6B98C4
RGB: (107,152,196)

Renk bilgisi

#6B98C4 contains mainly green and blue colors. #6B98C4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6B98C4 color RGB value is (107,152,196).

  • kırmız ton 107;
  • yeşil ton 152;
  • mavi ton 196.
RGB:
(107,152,196)
(42%,60%,77%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 152 of 255 = 60%
B 196 of 255 = 77%

107
152
196

R + G + B ~ 60%. #6B98C4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 152 + 196 = 455 (100%)
R 107 of 455 ~ 23.52%
G 152 of 455 ~ 33.41%
B 196 of 455 ~ 43.08%

%23.52
%33.41
%43.08

CMYK RENK MODELİ

#6B98C4 rengi CMYK tonu (45,22,0,23).

  • camgöbeği tonu 45.41%
  • eflatun tonu 22.45%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(45,22,0,23)
C45M22Y0K23 
(45%,22%,0%,23%)
(0.45/0.22/0.00/0.23)	

CMYK yüzdeleri

%45.41
%22.45
%0
%23.14

Codes

Color #6B98C4 in popluar color models

6B98C4
RGB107152196
HSL210°43.00%59.41%
HSB/HSV210°45.41%76.86%
CMYK45.41%22.45%0.00%
23.14%

Color #6B98C4 in popluar number systems.

HEX6B98C4
Decimal107152196
Binary11010111001100011000100
Octal153230304

Shades and tints

Shades of #6B98C4

#6B98C4
(107,152,196)
#628BB3
(98,139,179)
#597EA2
(89,126,162)
#507191
(80,113,145)
#476480
(71,100,128)
#3E576F
(62,87,111)
#354A5E
(53,74,94)
#2C3D4D
(44,61,77)
#23303C
(35,48,60)
#1A232B
(26,35,43)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #6B98C4

#6B98C4
(107,152,196)
#78A1C9
(120,161,201)
#85AACE
(133,170,206)
#92B3D3
(146,179,211)
#9FBCD8
(159,188,216)
#ACC5DD
(172,197,221)
#B9CEE2
(185,206,226)
#C6D7E7
(198,215,231)
#D3E0EC
(211,224,236)
#E0E9F1
(224,233,241)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B98C4 color. Also use rgb(107,152,196) instead hex code.

Text Font Color

.myTextColor { color: #6B98C4; }

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

This text font color is #6B98C4.


Background Color

.myBgColor { background-color: #6B98C4; }

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

This div background color is #6B98C4.


Border color

.myBorderColor { border: 1px solid #6B98C4; }

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

This div border color is #6B98C4.


Opacity

.myOpacity80 { color: #6B98C4; opacity: 0.8; }

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

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

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

This text has shadow with #6B98C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B98C4 on black background.


Color preview on white background

This text has color #6B98C4 on white background.



Black color preview on #6B98C4 background

This text has black color on #6B98C4 background.


White color preview on #6B98C4 background

This text has white color on #6B98C4 background.