COLOR #6475D0

HEX: #6475D0
RGB: (100,117,208)

Color info

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

RGB color model

#6475D0 color RGB value is (100,117,208).

  • red value is 100;
  • green value is 117;
  • blue value is 208.
RGB:
(100,117,208)
(39%,46%,82%)

RGB channels and saturation

R 100 of 255 = 39%
G 117 of 255 = 46%
B 208 of 255 = 82%

100
117
208

R + G + B ~ 56%. #6475D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 117 + 208 = 425 (100%)
R 100 of 425 ~ 23.53%
G 117 of 425 ~ 27.53%
B 208 of 425 ~ 48.94%

%23.53
%27.53
%48.94

CMYK color model

#6475D0 color CMYK value is (52,44,0,18).

  • cyan value is 51.92%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(52,44,0,18)
C52M44Y0K18 
(52%,44%,0%,18%)
(0.52/0.44/0.00/0.18)	

CMYK percentages

%51.92
%43.75
%0
%18.43

Codes

Color #6475D0 in popluar color models

6475D0
RGB100117208
HSL231°53.47%60.39%
HSB/HSV231°51.92%81.57%
CMYK51.92%43.75%0.00%
18.43%

Color #6475D0 in popluar number systems.

HEX6475D0
Decimal100117208
Binary1100100111010111010000
Octal144165320

Shades and tints

Shades of #6475D0

#6475D0
(100,117,208)
#5B6BBE
(91,107,190)
#5261AC
(82,97,172)
#49579A
(73,87,154)
#404D88
(64,77,136)
#374376
(55,67,118)
#2E3964
(46,57,100)
#252F52
(37,47,82)
#1C2540
(28,37,64)
#131B2E
(19,27,46)
#0A111C
(10,17,28)
#000000
(0,0,0)

Tints of #6475D0

#6475D0
(100,117,208)
#7281D4
(114,129,212)
#808DD8
(128,141,216)
#8E99DC
(142,153,220)
#9CA5E0
(156,165,224)
#AAB1E4
(170,177,228)
#B8BDE8
(184,189,232)
#C6C9EC
(198,201,236)
#D4D5F0
(212,213,240)
#E2E1F4
(226,225,244)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6475D0 color. Also use rgb(100,117,208) instead hex code.

Text Font Color

.myTextColor { color: #6475D0; }

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

This text font color is #6475D0.


Background Color

.myBgColor { background-color: #6475D0; }

<div style="background-color:#6475D0">Inner text</div>

This div background color is #6475D0.


Border color

.myBorderColor { border: 1px solid #6475D0; }

<div style="border:3px solid #6475D0">Div</div>

This div border color is #6475D0.


Opacity

.myOpacity80 { color: #6475D0; opacity: 0.8; }

<p style="color:#6475D0;opacity:0.8;">80%</p>

Text with #6475D0 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 #6475D0;}

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

This text has shadow with #6475D0 color.

.textShadow {text-shadow: 3px 3px 1px #6475D0, 3px 3px 1px red;}

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

This text has shadow with #6475D0 primary color and red secondary color.


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

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

This text has shadow with #6475D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6475D0 on black background.


Color preview on white background

This text has color #6475D0 on white background.



Black color preview on #6475D0 background

This text has black color on #6475D0 background.


White color preview on #6475D0 background

This text has white color on #6475D0 background.