COLOR #6278C1

HEX: #6278C1
RGB: (98,120,193)

Color info

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

RGB color model

#6278C1 color RGB value is (98,120,193).

  • red value is 98;
  • green value is 120;
  • blue value is 193.
RGB:
(98,120,193)
(38%,47%,76%)

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 193 of 255 = 76%

98
120
193

R + G + B ~ 54%. #6278C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 120 + 193 = 411 (100%)
R 98 of 411 ~ 23.84%
G 120 of 411 ~ 29.2%
B 193 of 411 ~ 46.96%

%23.84
%29.2
%46.96

CMYK color model

#6278C1 color CMYK value is (49,38,0,24).

  • cyan value is 49.22%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(49,38,0,24)
C49M38Y0K24 
(49%,38%,0%,24%)
(0.49/0.38/0.00/0.24)	

CMYK percentages

%49.22
%37.82
%0
%24.31

Codes

Color #6278C1 in popluar color models

6278C1
RGB98120193
HSL226°43.38%57.06%
HSB/HSV226°49.22%75.69%
CMYK49.22%37.82%0.00%
24.31%

Color #6278C1 in popluar number systems.

HEX6278C1
Decimal98120193
Binary1100010111100011000001
Octal142170301

Shades and tints

Shades of #6278C1

#6278C1
(98,120,193)
#5A6EB0
(90,110,176)
#52649F
(82,100,159)
#4A5A8E
(74,90,142)
#42507D
(66,80,125)
#3A466C
(58,70,108)
#323C5B
(50,60,91)
#2A324A
(42,50,74)
#222839
(34,40,57)
#1A1E28
(26,30,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6278C1

#6278C1
(98,120,193)
#7084C6
(112,132,198)
#7E90CB
(126,144,203)
#8C9CD0
(140,156,208)
#9AA8D5
(154,168,213)
#A8B4DA
(168,180,218)
#B6C0DF
(182,192,223)
#C4CCE4
(196,204,228)
#D2D8E9
(210,216,233)
#E0E4EE
(224,228,238)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6278C1 color. Also use rgb(98,120,193) instead hex code.

Text Font Color

.myTextColor { color: #6278C1; }

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

This text font color is #6278C1.


Background Color

.myBgColor { background-color: #6278C1; }

<div style="background-color:#6278C1">Inner text</div>

This div background color is #6278C1.


Border color

.myBorderColor { border: 1px solid #6278C1; }

<div style="border:3px solid #6278C1">Div</div>

This div border color is #6278C1.


Opacity

.myOpacity80 { color: #6278C1; opacity: 0.8; }

<p style="color:#6278C1;opacity:0.8;">80%</p>

Text with #6278C1 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 #6278C1;}

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

This text has shadow with #6278C1 color.

.textShadow {text-shadow: 3px 3px 1px #6278C1, 3px 3px 1px red;}

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

This text has shadow with #6278C1 primary color and red secondary color.


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

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

This text has shadow with #6278C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6278C1 on black background.


Color preview on white background

This text has color #6278C1 on white background.



Black color preview on #6278C1 background

This text has black color on #6278C1 background.


White color preview on #6278C1 background

This text has white color on #6278C1 background.