COLOR #6267B2

HEX: #6267B2 RGB: (98,103,178)

Color info

#6267B2 contains mainly blue color. Web safe color of #6267B2 is #666699 (or #669).

RGB color model

#6267B2 color RGB value is (98,103,178).

RGB: (98,103,178) (38%, 40%, 70%)

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 178 of 255 = 70%

98
103
178

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

Portions of RGB colors in percentages

R + G + B = 98 + 103 + 178 = 379 (100%)
R 98 of 379 ~ 25.86%
G 103 of 379 ~ 27.18%
B 178 of 379 ~ 46.97'%

%25.86
%27.18
%46.97

CMYK color model

#6267B2 color CMYK value is (45,42,0,30).

  • cyan value is 44.94%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (45,42,0,30)
C45M42Y0K30 (45%, 42%, 0%, 30%)
(0.45 / 0.42 / 0.00 / 0.30)

CMYK percentages

%44.94
%42.13
%0
%30.2

Codes

Color #6267B2 in popluar color models

62 67 B2
RGB 98 103 178
HSL 236° 34.19% 54.12%
HSB/HSV 236° 44.94% 69.80%
CMYK 44.94% 42.13% 0.00%
30.20%

Color #6267B2 in popluar number systems.

HEX 62 67 B2
Decimal 98 103 178
Binary 1100010 1100111 10110010
Octal 142 147 262

Shades and tints

Shades of #6267B2

#6267B2
(98,103,178)
#5A5EA2
(90,94,162)
#525592
(82,85,146)
#4A4C82
(74,76,130)
#424372
(66,67,114)
#3A3A62
(58,58,98)
#323152
(50,49,82)
#2A2842
(42,40,66)
#221F32
(34,31,50)
#1A1622
(26,22,34)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #6267B2

#6267B2
(98,103,178)
#7074B9
(112,116,185)
#7E81C0
(126,129,192)
#8C8EC7
(140,142,199)
#9A9BCE
(154,155,206)
#A8A8D5
(168,168,213)
#B6B5DC
(182,181,220)
#C4C2E3
(196,194,227)
#D2CFEA
(210,207,234)
#E0DCF1
(224,220,241)
#EEE9F8
(238,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6267B2 color. Also use rgb(98,103,178) instead hex code.

Text Font Color

.myTextColor { color: #6267B2; }

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

This text font color is #6267B2.

Background Color

.myBgColor { background-color: #6267B2; }

<div style="background-color:#6267B2">Inner text</div>

This div background color is #6267B2.

Border color

.myBorderColor { border: 1px solid #6267B2; }

<div style="border:3px solid #6267B2">Div</div>

This div border color is #6267B2.

Opacity

.myOpacity80 { color: #6267B2; opacity: 0.8; }

<p style="color:#6267B2;opacity:0.8;">80%</p>

Text with #6267B2 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 #6267B2;}

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

This text has shadow with #6267B2 color.


.textShadow {text-shadow: 3px 3px 1px #6267B2', 3px 3px 1px red;}

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

This text has shadow with #6267B2 primary color and red secondary color.


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

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

This text has shadow with #6267B2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6267B2; -webkit-box-shadow: 1px 1px 3px 2px #6267B2; box-shadow:1px 1px 3px 2px #6267B2;">
Div content here
</div>

This div box has shadow with color #6267B2.

Preview

Color preview on black background

This text has color #6267B2 on black background.


Color preview on white background

This text has color #6267B2 on white background.


Black color preview on #6267B2 background

This text has black color on #6267B2 background.


White color preview on #6267B2 background

This text has white color on #6267B2 background.


Related colors

Complementary color

Complementary color for #hex is #9D984D.


I love getcolorcode.com

Triadic colors

1 #B26267 and #67B262 with #6267B2 are triadic colors.

2 #B26762 and #6762B2 with #6267B2 are triadic colors.