COLOR #6261BC

HEX: #6261BC
RGB: (98,97,188)

Color info

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

RGB color model

#6261BC color RGB value is (98,97,188).

  • red value is 98;
  • green value is 97;
  • blue value is 188.
RGB:
(98,97,188)
(38%,38%,74%)

RGB channels and saturation

R 98 of 255 = 38%
G 97 of 255 = 38%
B 188 of 255 = 74%

98
97
188

R + G + B ~ 50%. #6261BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 97 + 188 = 383 (100%)
R 98 of 383 ~ 25.59%
G 97 of 383 ~ 25.33%
B 188 of 383 ~ 49.09%

%25.59
%25.33
%49.09

CMYK color model

#6261BC color CMYK value is (48,48,0,26).

  • cyan value is 47.87%
  • magenta value is 48.40%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(48,48,0,26)
C48M48Y0K26 
(48%,48%,0%,26%)
(0.48/0.48/0.00/0.26)	

CMYK percentages

%47.87
%48.4
%0
%26.27

Codes

Color #6261BC in popluar color models

6261BC
RGB9897188
HSL241°40.44%55.88%
HSB/HSV241°48.40%73.73%
CMYK47.87%48.40%0.00%
26.27%

Color #6261BC in popluar number systems.

HEX6261BC
Decimal9897188
Binary1100010110000110111100
Octal142141274

Shades and tints

Shades of #6261BC

#6261BC
(98,97,188)
#5A59AB
(90,89,171)
#52519A
(82,81,154)
#4A4989
(74,73,137)
#424178
(66,65,120)
#3A3967
(58,57,103)
#323156
(50,49,86)
#2A2945
(42,41,69)
#222134
(34,33,52)
#1A1923
(26,25,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6261BC

#6261BC
(98,97,188)
#706FC2
(112,111,194)
#7E7DC8
(126,125,200)
#8C8BCE
(140,139,206)
#9A99D4
(154,153,212)
#A8A7DA
(168,167,218)
#B6B5E0
(182,181,224)
#C4C3E6
(196,195,230)
#D2D1EC
(210,209,236)
#E0DFF2
(224,223,242)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6261BC color. Also use rgb(98,97,188) instead hex code.

Text Font Color

.myTextColor { color: #6261BC; }

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

This text font color is #6261BC.


Background Color

.myBgColor { background-color: #6261BC; }

<div style="background-color:#6261BC">Inner text</div>

This div background color is #6261BC.


Border color

.myBorderColor { border: 1px solid #6261BC; }

<div style="border:3px solid #6261BC">Div</div>

This div border color is #6261BC.


Opacity

.myOpacity80 { color: #6261BC; opacity: 0.8; }

<p style="color:#6261BC;opacity:0.8;">80%</p>

Text with #6261BC 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 #6261BC;}

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

This text has shadow with #6261BC color.

.textShadow {text-shadow: 3px 3px 1px #6261BC, 3px 3px 1px red;}

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

This text has shadow with #6261BC primary color and red secondary color.


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

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

This text has shadow with #6261BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6261BC on black background.


Color preview on white background

This text has color #6261BC on white background.



Black color preview on #6261BC background

This text has black color on #6261BC background.


White color preview on #6261BC background

This text has white color on #6261BC background.