COLOR #6272C1

HEX: #6272C1 RGB: (98,114,193)

Color info

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

RGB color model

#6272C1 color RGB value is (98,114,193).

RGB: (98,114,193) (38%, 45%, 76%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 193 of 255 = 76%

98
114
193

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

Portions of RGB colors in percentages

R + G + B = 98 + 114 + 193 = 405 (100%)
R 98 of 405 ~ 24.2%
G 114 of 405 ~ 28.15%
B 193 of 405 ~ 47.65'%

%24.2
%28.15
%47.65

CMYK color model

#6272C1 color CMYK value is (49,41,0,24).

  • cyan value is 49.22%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (49,41,0,24)
C49M41Y0K24 (49%, 41%, 0%, 24%)
(0.49 / 0.41 / 0.00 / 0.24)

CMYK percentages

%49.22
%40.93
%0
%24.31

Codes

Color #6272C1 in popluar color models

62 72 C1
RGB 98 114 193
HSL 230° 43.38% 57.06%
HSB/HSV 230° 49.22% 75.69%
CMYK 49.22% 40.93% 0.00%
24.31%

Color #6272C1 in popluar number systems.

HEX 62 72 C1
Decimal 98 114 193
Binary 1100010 1110010 11000001
Octal 142 162 301

Shades and tints

Shades of #6272C1

#6272C1
(98,114,193)
#5A68B0
(90,104,176)
#525E9F
(82,94,159)
#4A548E
(74,84,142)
#424A7D
(66,74,125)
#3A406C
(58,64,108)
#32365B
(50,54,91)
#2A2C4A
(42,44,74)
#222239
(34,34,57)
#1A1828
(26,24,40)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #6272C1

#6272C1
(98,114,193)
#707EC6
(112,126,198)
#7E8ACB
(126,138,203)
#8C96D0
(140,150,208)
#9AA2D5
(154,162,213)
#A8AEDA
(168,174,218)
#B6BADF
(182,186,223)
#C4C6E4
(196,198,228)
#D2D2E9
(210,210,233)
#E0DEEE
(224,222,238)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6272C1; }

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

This text font color is #6272C1.

Background Color

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

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

This div background color is #6272C1.

Border color

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

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

This div border color is #6272C1.

Opacity

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

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

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

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

This text has shadow with #6272C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6272C1.

Preview

Color preview on black background

This text has color #6272C1 on black background.


Color preview on white background

This text has color #6272C1 on white background.


Black color preview on #6272C1 background

This text has black color on #6272C1 background.


White color preview on #6272C1 background

This text has white color on #6272C1 background.


Related colors

Complementary color

Complementary color for #hex is #9D8D3E.


I love getcolorcode.com

Triadic colors

1 #C16272 and #72C162 with #6272C1 are triadic colors.

2 #C17262 and #7262C1 with #6272C1 are triadic colors.