COLOR #6266C8

HEX: #6266C8
RGB: (98,102,200)

Color info

#6266C8 contains mainly blue color. Web safe color of #6266C8 is #6666CC (or #66C).

RGB color model

#6266C8 color RGB value is (98,102,200).

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

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 200 of 255 = 78%

98
102
200

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

Portions of RGB colors in percentages

R + G + B =
98 + 102 + 200 = 400 (100%)
R 98 of 400 ~ 24.5%
G 102 of 400 ~ 25.5%
B 200 of 400 ~ 50%

%24.5
%25.5
%50

CMYK color model

#6266C8 color CMYK value is (51,49,0,22).

  • cyan value is 51.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(51,49,0,22)
C51M49Y0K22 
(51%,49%,0%,22%)
(0.51/0.49/0.00/0.22)	

CMYK percentages

%51
%49
%0
%21.57

Codes

Color #6266C8 in popluar color models

6266C8
RGB98102200
HSL238°48.11%58.43%
HSB/HSV238°51.00%78.43%
CMYK51.00%49.00%0.00%
21.57%

Color #6266C8 in popluar number systems.

HEX6266C8
Decimal98102200
Binary1100010110011011001000
Octal142146310

Shades and tints

Shades of #6266C8

#6266C8
(98,102,200)
#5A5DB6
(90,93,182)
#5254A4
(82,84,164)
#4A4B92
(74,75,146)
#424280
(66,66,128)
#3A396E
(58,57,110)
#32305C
(50,48,92)
#2A274A
(42,39,74)
#221E38
(34,30,56)
#1A1526
(26,21,38)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #6266C8

#6266C8
(98,102,200)
#7073CD
(112,115,205)
#7E80D2
(126,128,210)
#8C8DD7
(140,141,215)
#9A9ADC
(154,154,220)
#A8A7E1
(168,167,225)
#B6B4E6
(182,180,230)
#C4C1EB
(196,193,235)
#D2CEF0
(210,206,240)
#E0DBF5
(224,219,245)
#EEE8FA
(238,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6266C8; }

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

This text font color is #6266C8.


Background Color

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

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

This div background color is #6266C8.


Border color

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

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

This div border color is #6266C8.


Opacity

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

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

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

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

This text has shadow with #6266C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6266C8 on black background.


Color preview on white background

This text has color #6266C8 on white background.



Black color preview on #6266C8 background

This text has black color on #6266C8 background.


White color preview on #6266C8 background

This text has white color on #6266C8 background.