COLOR #6B9CF5

HEX: #6B9CF5
RGB: (107,156,245)

Renk bilgisi

#6B9CF5 contains mainly blue color. #6B9CF5 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6B9CF5 color RGB value is (107,156,245).

  • kırmız ton 107;
  • yeşil ton 156;
  • mavi ton 245.
RGB:
(107,156,245)
(42%,61%,96%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 156 of 255 = 61%
B 245 of 255 = 96%

107
156
245

R + G + B ~ 66%. #6B9CF5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 156 + 245 = 508 (100%)
R 107 of 508 ~ 21.06%
G 156 of 508 ~ 30.71%
B 245 of 508 ~ 48.23%

%21.06
%30.71
%48.23

CMYK RENK MODELİ

#6B9CF5 rengi CMYK tonu (56,36,0,4).

  • camgöbeği tonu 56.33%
  • eflatun tonu 36.33%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(56,36,0,4)
C56M36Y0K4 
(56%,36%,0%,4%)
(0.56/0.36/0.00/0.04)	

CMYK yüzdeleri

%56.33
%36.33
%0
%3.92

Codes

Color #6B9CF5 in popluar color models

6B9CF5
RGB107156245
HSL219°87.34%69.02%
HSB/HSV219°56.33%96.08%
CMYK56.33%36.33%0.00%
3.92%

Color #6B9CF5 in popluar number systems.

HEX6B9CF5
Decimal107156245
Binary11010111001110011110101
Octal153234365

Shades and tints

Shades of #6B9CF5

#6B9CF5
(107,156,245)
#628EDF
(98,142,223)
#5980C9
(89,128,201)
#5072B3
(80,114,179)
#47649D
(71,100,157)
#3E5687
(62,86,135)
#354871
(53,72,113)
#2C3A5B
(44,58,91)
#232C45
(35,44,69)
#1A1E2F
(26,30,47)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #6B9CF5

#6B9CF5
(107,156,245)
#78A5F5
(120,165,245)
#85AEF5
(133,174,245)
#92B7F5
(146,183,245)
#9FC0F5
(159,192,245)
#ACC9F5
(172,201,245)
#B9D2F5
(185,210,245)
#C6DBF5
(198,219,245)
#D3E4F5
(211,228,245)
#E0EDF5
(224,237,245)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9CF5 color. Also use rgb(107,156,245) instead hex code.

Text Font Color

.myTextColor { color: #6B9CF5; }

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

This text font color is #6B9CF5.


Background Color

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

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

This div background color is #6B9CF5.


Border color

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

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

This div border color is #6B9CF5.


Opacity

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

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

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

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

This text has shadow with #6B9CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9CF5 on black background.


Color preview on white background

This text has color #6B9CF5 on white background.



Black color preview on #6B9CF5 background

This text has black color on #6B9CF5 background.


White color preview on #6B9CF5 background

This text has white color on #6B9CF5 background.