COLOR #6275B4

HEX: #6275B4 RGB: (98,117,180)

Color info

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

RGB color model

#6275B4 color RGB value is (98,117,180).

RGB: (98,117,180) (38%, 46%, 71%)

RGB channels and saturation

R 98 of 255 = 38%
G 117 of 255 = 46%
B 180 of 255 = 71%

98
117
180

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

Portions of RGB colors in percentages

R + G + B = 98 + 117 + 180 = 395 (100%)
R 98 of 395 ~ 24.81%
G 117 of 395 ~ 29.62%
B 180 of 395 ~ 45.57'%

%24.81
%29.62
%45.57

CMYK color model

#6275B4 color CMYK value is (46,35,0,29).

  • cyan value is 45.56%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (46,35,0,29)
C46M35Y0K29 (46%, 35%, 0%, 29%)
(0.46 / 0.35 / 0.00 / 0.29)

CMYK percentages

%45.56
%35
%0
%29.41

Codes

Color #6275B4 in popluar color models

62 75 B4
RGB 98 117 180
HSL 226° 35.34% 54.51%
HSB/HSV 226° 45.56% 70.59%
CMYK 45.56% 35.00% 0.00%
29.41%

Color #6275B4 in popluar number systems.

HEX 62 75 B4
Decimal 98 117 180
Binary 1100010 1110101 10110100
Octal 142 165 264

Shades and tints

Shades of #6275B4

#6275B4
(98,117,180)
#5A6BA4
(90,107,164)
#526194
(82,97,148)
#4A5784
(74,87,132)
#424D74
(66,77,116)
#3A4364
(58,67,100)
#323954
(50,57,84)
#2A2F44
(42,47,68)
#222534
(34,37,52)
#1A1B24
(26,27,36)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #6275B4

#6275B4
(98,117,180)
#7081BA
(112,129,186)
#7E8DC0
(126,141,192)
#8C99C6
(140,153,198)
#9AA5CC
(154,165,204)
#A8B1D2
(168,177,210)
#B6BDD8
(182,189,216)
#C4C9DE
(196,201,222)
#D2D5E4
(210,213,228)
#E0E1EA
(224,225,234)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6275B4 color. Also use rgb(98,117,180) instead hex code.

Text Font Color

.myTextColor { color: #6275B4; }

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

This text font color is #6275B4.

Background Color

.myBgColor { background-color: #6275B4; }

<div style="background-color:#6275B4">Inner text</div>

This div background color is #6275B4.

Border color

.myBorderColor { border: 1px solid #6275B4; }

<div style="border:3px solid #6275B4">Div</div>

This div border color is #6275B4.

Opacity

.myOpacity80 { color: #6275B4; opacity: 0.8; }

<p style="color:#6275B4;opacity:0.8;">80%</p>

Text with #6275B4 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 #6275B4;}

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

This text has shadow with #6275B4 color.


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

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

This text has shadow with #6275B4 primary color and red secondary color.


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

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

This text has shadow with #6275B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6275B4.

Preview

Color preview on black background

This text has color #6275B4 on black background.


Color preview on white background

This text has color #6275B4 on white background.


Black color preview on #6275B4 background

This text has black color on #6275B4 background.


White color preview on #6275B4 background

This text has white color on #6275B4 background.


Related colors

Complementary color

Complementary color for #hex is #9D8A4B.


I love getcolorcode.com

Triadic colors

1 #B46275 and #75B462 with #6275B4 are triadic colors.

2 #B47562 and #7562B4 with #6275B4 are triadic colors.