COLOR #6C89F8

HEX: #6C89F8 RGB: (108,137,248)

Color info

#6C89F8 contains mainly blue color. Web safe color of #6C89F8 is #6699FF (or #69F).

RGB color model

#6C89F8 color RGB value is (108,137,248).

RGB: (108,137,248) (42%, 54%, 97%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 248 of 255 = 97%

108
137
248

R + G + B ~ 64%. #6C89F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 248 = 493 (100%)
R 108 of 493 ~ 21.91%
G 137 of 493 ~ 27.79%
B 248 of 493 ~ 50.3'%

%21.91
%27.79
%50.3

CMYK color model

#6C89F8 color CMYK value is (56,45,0,3).

  • cyan value is 56.45%
  • magenta value is 44.76%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (56,45,0,3)
C56M45Y0K3 (56%, 45%, 0%, 3%)
(0.56 / 0.45 / 0.00 / 0.03)

CMYK percentages

%56.45
%44.76
%0
%2.75

Codes

Color #6C89F8 in popluar color models

6C 89 F8
RGB 108 137 248
HSL 228° 90.91% 69.80%
HSB/HSV 228° 56.45% 97.25%
CMYK 56.45% 44.76% 0.00%
2.75%

Color #6C89F8 in popluar number systems.

HEX 6C 89 F8
Decimal 108 137 248
Binary 1101100 10001001 11111000
Octal 154 211 370

Shades and tints

Shades of #6C89F8

#6C89F8
(108,137,248)
#637DE2
(99,125,226)
#5A71CC
(90,113,204)
#5165B6
(81,101,182)
#4859A0
(72,89,160)
#3F4D8A
(63,77,138)
#364174
(54,65,116)
#2D355E
(45,53,94)
#242948
(36,41,72)
#1B1D32
(27,29,50)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #6C89F8

#6C89F8
(108,137,248)
#7993F8
(121,147,248)
#869DF8
(134,157,248)
#93A7F8
(147,167,248)
#A0B1F8
(160,177,248)
#ADBBF8
(173,187,248)
#BAC5F8
(186,197,248)
#C7CFF8
(199,207,248)
#D4D9F8
(212,217,248)
#E1E3F8
(225,227,248)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C89F8 color. Also use rgb(108,137,248) instead hex code.

Text Font Color

.myTextColor { color: #6C89F8; }

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

This text font color is #6C89F8.

Background Color

.myBgColor { background-color: #6C89F8; }

<div style="background-color:#6C89F8">Inner text</div>

This div background color is #6C89F8.

Border color

.myBorderColor { border: 1px solid #6C89F8; }

<div style="border:3px solid #6C89F8">Div</div>

This div border color is #6C89F8.

Opacity

.myOpacity80 { color: #6C89F8; opacity: 0.8; }

<p style="color:#6C89F8;opacity:0.8;">80%</p>

Text with #6C89F8 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 #6C89F8;}

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

This text has shadow with #6C89F8 color.


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

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

This text has shadow with #6C89F8 primary color and red secondary color.


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

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

This text has shadow with #6C89F8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C89F8.

Preview

Color preview on black background

This text has color #6C89F8 on black background.


Color preview on white background

This text has color #6C89F8 on white background.


Black color preview on #6C89F8 background

This text has black color on #6C89F8 background.


White color preview on #6C89F8 background

This text has white color on #6C89F8 background.


Related colors

Complementary color

Complementary color for #hex is #937607.


I love getcolorcode.com

Triadic colors

1 #F86C89 and #89F86C with #6C89F8 are triadic colors.

2 #F8896C and #896CF8 with #6C89F8 are triadic colors.