COLOR #6299E7

HEX: #6299E7
RGB: (98,153,231)

Renk bilgisi

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

RGB renk modeli

#6299E7 color RGB value is (98,153,231).

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

RGB bağlantıları ve doygunluk

R 98 of 255 = 38%
G 153 of 255 = 60%
B 231 of 255 = 91%

98
153
231

R + G + B ~ 63%. #6299E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
98 + 153 + 231 = 482 (100%)
R 98 of 482 ~ 20.33%
G 153 of 482 ~ 31.74%
B 231 of 482 ~ 47.93%

%20.33
%31.74
%47.93

CMYK RENK MODELİ

#6299E7 rengi CMYK tonu (58,34,0,9).

  • camgöbeği tonu 57.58%
  • eflatun tonu 33.77%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(58,34,0,9)
C58M34Y0K9 
(58%,34%,0%,9%)
(0.58/0.34/0.00/0.09)	

CMYK yüzdeleri

%57.58
%33.77
%0
%9.41

Codes

Color #6299E7 in popluar color models

6299E7
RGB98153231
HSL215°73.48%64.51%
HSB/HSV215°57.58%90.59%
CMYK57.58%33.77%0.00%
9.41%

Color #6299E7 in popluar number systems.

HEX6299E7
Decimal98153231
Binary11000101001100111100111
Octal142231347

Shades and tints

Shades of #6299E7

#6299E7
(98,153,231)
#5A8CD2
(90,140,210)
#527FBD
(82,127,189)
#4A72A8
(74,114,168)
#426593
(66,101,147)
#3A587E
(58,88,126)
#324B69
(50,75,105)
#2A3E54
(42,62,84)
#22313F
(34,49,63)
#1A242A
(26,36,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #6299E7

#6299E7
(98,153,231)
#70A2E9
(112,162,233)
#7EABEB
(126,171,235)
#8CB4ED
(140,180,237)
#9ABDEF
(154,189,239)
#A8C6F1
(168,198,241)
#B6CFF3
(182,207,243)
#C4D8F5
(196,216,245)
#D2E1F7
(210,225,247)
#E0EAF9
(224,234,249)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6299E7; }

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

This text font color is #6299E7.


Background Color

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

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

This div background color is #6299E7.


Border color

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

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

This div border color is #6299E7.


Opacity

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

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

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

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

This text has shadow with #6299E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6299E7 on black background.


Color preview on white background

This text has color #6299E7 on white background.



Black color preview on #6299E7 background

This text has black color on #6299E7 background.


White color preview on #6299E7 background

This text has white color on #6299E7 background.