COLOR #6558A7

HEX: #6558A7
RGB: (101,88,167)

Color info

#6558A7 contains mainly blue color. Web safe color of #6558A7 is #666699 (or #669).

RGB color model

#6558A7 color RGB value is (101,88,167).

  • red value is 101;
  • green value is 88;
  • blue value is 167.
RGB:
(101,88,167)
(40%,35%,65%)

RGB channels and saturation

R 101 of 255 = 40%
G 88 of 255 = 35%
B 167 of 255 = 65%

101
88
167

R + G + B ~ 47%. #6558A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 88 + 167 = 356 (100%)
R 101 of 356 ~ 28.37%
G 88 of 356 ~ 24.72%
B 167 of 356 ~ 46.91%

%28.37
%24.72
%46.91

CMYK color model

#6558A7 color CMYK value is (40,47,0,35).

  • cyan value is 39.52%
  • magenta value is 47.31%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(40,47,0,35)
C40M47Y0K35 
(40%,47%,0%,35%)
(0.40/0.47/0.00/0.35)	

CMYK percentages

%39.52
%47.31
%0
%34.51

Codes

Color #6558A7 in popluar color models

6558A7
RGB10188167
HSL250°30.98%50.00%
HSB/HSV250°47.31%65.49%
CMYK39.52%47.31%0.00%
34.51%

Color #6558A7 in popluar number systems.

HEX6558A7
Decimal10188167
Binary1100101101100010100111
Octal145130247

Shades and tints

Shades of #6558A7

#6558A7
(101,88,167)
#5C5098
(92,80,152)
#534889
(83,72,137)
#4A407A
(74,64,122)
#41386B
(65,56,107)
#38305C
(56,48,92)
#2F284D
(47,40,77)
#26203E
(38,32,62)
#1D182F
(29,24,47)
#141020
(20,16,32)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6558A7

#6558A7
(101,88,167)
#7367AF
(115,103,175)
#8176B7
(129,118,183)
#8F85BF
(143,133,191)
#9D94C7
(157,148,199)
#ABA3CF
(171,163,207)
#B9B2D7
(185,178,215)
#C7C1DF
(199,193,223)
#D5D0E7
(213,208,231)
#E3DFEF
(227,223,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6558A7 color. Also use rgb(101,88,167) instead hex code.

Text Font Color

.myTextColor { color: #6558A7; }

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

This text font color is #6558A7.


Background Color

.myBgColor { background-color: #6558A7; }

<div style="background-color:#6558A7">Inner text</div>

This div background color is #6558A7.


Border color

.myBorderColor { border: 1px solid #6558A7; }

<div style="border:3px solid #6558A7">Div</div>

This div border color is #6558A7.


Opacity

.myOpacity80 { color: #6558A7; opacity: 0.8; }

<p style="color:#6558A7;opacity:0.8;">80%</p>

Text with #6558A7 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 #6558A7;}

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

This text has shadow with #6558A7 color.

.textShadow {text-shadow: 3px 3px 1px #6558A7, 3px 3px 1px red;}

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

This text has shadow with #6558A7 primary color and red secondary color.


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

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

This text has shadow with #6558A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6558A7 on black background.


Color preview on white background

This text has color #6558A7 on white background.



Black color preview on #6558A7 background

This text has black color on #6558A7 background.


White color preview on #6558A7 background

This text has white color on #6558A7 background.