COLOR #6266AF

HEX: #6266AF
RGB: (98,102,175)

Color info

#6266AF contains mainly blue color. Web safe color of #6266AF is #666699 (or #669).

RGB color model

#6266AF color RGB value is (98,102,175).

  • red value is 98;
  • green value is 102;
  • blue value is 175.
RGB:
(98,102,175)
(38%,40%,69%)

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 175 of 255 = 69%

98
102
175

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

Portions of RGB colors in percentages

R + G + B =
98 + 102 + 175 = 375 (100%)
R 98 of 375 ~ 26.13%
G 102 of 375 ~ 27.2%
B 175 of 375 ~ 46.67%

%26.13
%27.2
%46.67

CMYK color model

#6266AF color CMYK value is (44,42,0,31).

  • cyan value is 44.00%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(44,42,0,31)
C44M42Y0K31 
(44%,42%,0%,31%)
(0.44/0.42/0.00/0.31)	

CMYK percentages

%44
%41.71
%0
%31.37

Codes

Color #6266AF in popluar color models

6266AF
RGB98102175
HSL237°32.49%53.53%
HSB/HSV237°44.00%68.63%
CMYK44.00%41.71%0.00%
31.37%

Color #6266AF in popluar number systems.

HEX6266AF
Decimal98102175
Binary1100010110011010101111
Octal142146257

Shades and tints

Shades of #6266AF

#6266AF
(98,102,175)
#5A5DA0
(90,93,160)
#525491
(82,84,145)
#4A4B82
(74,75,130)
#424273
(66,66,115)
#3A3964
(58,57,100)
#323055
(50,48,85)
#2A2746
(42,39,70)
#221E37
(34,30,55)
#1A1528
(26,21,40)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #6266AF

#6266AF
(98,102,175)
#7073B6
(112,115,182)
#7E80BD
(126,128,189)
#8C8DC4
(140,141,196)
#9A9ACB
(154,154,203)
#A8A7D2
(168,167,210)
#B6B4D9
(182,180,217)
#C4C1E0
(196,193,224)
#D2CEE7
(210,206,231)
#E0DBEE
(224,219,238)
#EEE8F5
(238,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6266AF color. Also use rgb(98,102,175) instead hex code.

Text Font Color

.myTextColor { color: #6266AF; }

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

This text font color is #6266AF.


Background Color

.myBgColor { background-color: #6266AF; }

<div style="background-color:#6266AF">Inner text</div>

This div background color is #6266AF.


Border color

.myBorderColor { border: 1px solid #6266AF; }

<div style="border:3px solid #6266AF">Div</div>

This div border color is #6266AF.


Opacity

.myOpacity80 { color: #6266AF; opacity: 0.8; }

<p style="color:#6266AF;opacity:0.8;">80%</p>

Text with #6266AF 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 #6266AF;}

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

This text has shadow with #6266AF color.

.textShadow {text-shadow: 3px 3px 1px #6266AF, 3px 3px 1px red;}

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

This text has shadow with #6266AF primary color and red secondary color.


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

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

This text has shadow with #6266AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6266AF on black background.


Color preview on white background

This text has color #6266AF on white background.



Black color preview on #6266AF background

This text has black color on #6266AF background.


White color preview on #6266AF background

This text has white color on #6266AF background.