COLOR #6268A0

HEX: #6268A0
RGB: (98,104,160)

Color info

#6268A0 contains mainly green and blue colors. Web safe color of #6268A0 is #666699 (or #669).

RGB color model

#6268A0 color RGB value is (98,104,160).

  • red value is 98;
  • green value is 104;
  • blue value is 160.
RGB:
(98,104,160)
(38%,41%,63%)

RGB channels and saturation

R 98 of 255 = 38%
G 104 of 255 = 41%
B 160 of 255 = 63%

98
104
160

R + G + B ~ 47%. #6268A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 104 + 160 = 362 (100%)
R 98 of 362 ~ 27.07%
G 104 of 362 ~ 28.73%
B 160 of 362 ~ 44.2%

%27.07
%28.73
%44.2

CMYK color model

#6268A0 color CMYK value is (39,35,0,37).

  • cyan value is 38.75%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(39,35,0,37)
C39M35Y0K37 
(39%,35%,0%,37%)
(0.39/0.35/0.00/0.37)	

CMYK percentages

%38.75
%35
%0
%37.25

Codes

Color #6268A0 in popluar color models

6268A0
RGB98104160
HSL234°24.60%50.59%
HSB/HSV234°38.75%62.75%
CMYK38.75%35.00%0.00%
37.25%

Color #6268A0 in popluar number systems.

HEX6268A0
Decimal98104160
Binary1100010110100010100000
Octal142150240

Shades and tints

Shades of #6268A0

#6268A0
(98,104,160)
#5A5F92
(90,95,146)
#525684
(82,86,132)
#4A4D76
(74,77,118)
#424468
(66,68,104)
#3A3B5A
(58,59,90)
#32324C
(50,50,76)
#2A293E
(42,41,62)
#222030
(34,32,48)
#1A1722
(26,23,34)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #6268A0

#6268A0
(98,104,160)
#7075A8
(112,117,168)
#7E82B0
(126,130,176)
#8C8FB8
(140,143,184)
#9A9CC0
(154,156,192)
#A8A9C8
(168,169,200)
#B6B6D0
(182,182,208)
#C4C3D8
(196,195,216)
#D2D0E0
(210,208,224)
#E0DDE8
(224,221,232)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6268A0 color. Also use rgb(98,104,160) instead hex code.

Text Font Color

.myTextColor { color: #6268A0; }

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

This text font color is #6268A0.


Background Color

.myBgColor { background-color: #6268A0; }

<div style="background-color:#6268A0">Inner text</div>

This div background color is #6268A0.


Border color

.myBorderColor { border: 1px solid #6268A0; }

<div style="border:3px solid #6268A0">Div</div>

This div border color is #6268A0.


Opacity

.myOpacity80 { color: #6268A0; opacity: 0.8; }

<p style="color:#6268A0;opacity:0.8;">80%</p>

Text with #6268A0 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 #6268A0;}

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

This text has shadow with #6268A0 color.

.textShadow {text-shadow: 3px 3px 1px #6268A0, 3px 3px 1px red;}

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

This text has shadow with #6268A0 primary color and red secondary color.


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

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

This text has shadow with #6268A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6268A0 on black background.


Color preview on white background

This text has color #6268A0 on white background.



Black color preview on #6268A0 background

This text has black color on #6268A0 background.


White color preview on #6268A0 background

This text has white color on #6268A0 background.