COLOR #6268B0

HEX: #6268B0
RGB: (98,104,176)

Color info

#6268B0 contains mainly blue color. Web safe color of #6268B0 is #666699 (or #669).

RGB color model

#6268B0 color RGB value is (98,104,176).

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

RGB channels and saturation

R 98 of 255 = 38%
G 104 of 255 = 41%
B 176 of 255 = 69%

98
104
176

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

Portions of RGB colors in percentages

R + G + B =
98 + 104 + 176 = 378 (100%)
R 98 of 378 ~ 25.93%
G 104 of 378 ~ 27.51%
B 176 of 378 ~ 46.56%

%25.93
%27.51
%46.56

CMYK color model

#6268B0 color CMYK value is (44,41,0,31).

  • cyan value is 44.32%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(44,41,0,31)
C44M41Y0K31 
(44%,41%,0%,31%)
(0.44/0.41/0.00/0.31)	

CMYK percentages

%44.32
%40.91
%0
%30.98

Codes

Color #6268B0 in popluar color models

6268B0
RGB98104176
HSL235°33.05%53.73%
HSB/HSV235°44.32%69.02%
CMYK44.32%40.91%0.00%
30.98%

Color #6268B0 in popluar number systems.

HEX6268B0
Decimal98104176
Binary1100010110100010110000
Octal142150260

Shades and tints

Shades of #6268B0

#6268B0
(98,104,176)
#5A5FA0
(90,95,160)
#525690
(82,86,144)
#4A4D80
(74,77,128)
#424470
(66,68,112)
#3A3B60
(58,59,96)
#323250
(50,50,80)
#2A2940
(42,41,64)
#222030
(34,32,48)
#1A1720
(26,23,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6268B0

#6268B0
(98,104,176)
#7075B7
(112,117,183)
#7E82BE
(126,130,190)
#8C8FC5
(140,143,197)
#9A9CCC
(154,156,204)
#A8A9D3
(168,169,211)
#B6B6DA
(182,182,218)
#C4C3E1
(196,195,225)
#D2D0E8
(210,208,232)
#E0DDEF
(224,221,239)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6268B0; }

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

This text font color is #6268B0.


Background Color

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

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

This div background color is #6268B0.


Border color

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

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

This div border color is #6268B0.


Opacity

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

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

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

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

This text has shadow with #6268B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6268B0 on black background.


Color preview on white background

This text has color #6268B0 on white background.



Black color preview on #6268B0 background

This text has black color on #6268B0 background.


White color preview on #6268B0 background

This text has white color on #6268B0 background.