COLOR #6283A9

HEX: #6283A9
RGB: (98,131,169)

Color info

#6283A9 contains mainly green and blue colors. Web safe color of #6283A9 is #669999 (or #699).

RGB color model

#6283A9 color RGB value is (98,131,169).

  • red value is 98;
  • green value is 131;
  • blue value is 169.
RGB:
(98,131,169)
(38%,51%,66%)

RGB channels and saturation

R 98 of 255 = 38%
G 131 of 255 = 51%
B 169 of 255 = 66%

98
131
169

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

Portions of RGB colors in percentages

R + G + B =
98 + 131 + 169 = 398 (100%)
R 98 of 398 ~ 24.62%
G 131 of 398 ~ 32.91%
B 169 of 398 ~ 42.46%

%24.62
%32.91
%42.46

CMYK color model

#6283A9 color CMYK value is (42,22,0,34).

  • cyan value is 42.01%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(42,22,0,34)
C42M22Y0K34 
(42%,22%,0%,34%)
(0.42/0.22/0.00/0.34)	

CMYK percentages

%42.01
%22.49
%0
%33.73

Codes

Color #6283A9 in popluar color models

6283A9
RGB98131169
HSL212°29.22%52.35%
HSB/HSV212°42.01%66.27%
CMYK42.01%22.49%0.00%
33.73%

Color #6283A9 in popluar number systems.

HEX6283A9
Decimal98131169
Binary11000101000001110101001
Octal142203251

Shades and tints

Shades of #6283A9

#6283A9
(98,131,169)
#5A789A
(90,120,154)
#526D8B
(82,109,139)
#4A627C
(74,98,124)
#42576D
(66,87,109)
#3A4C5E
(58,76,94)
#32414F
(50,65,79)
#2A3640
(42,54,64)
#222B31
(34,43,49)
#1A2022
(26,32,34)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #6283A9

#6283A9
(98,131,169)
#708EB0
(112,142,176)
#7E99B7
(126,153,183)
#8CA4BE
(140,164,190)
#9AAFC5
(154,175,197)
#A8BACC
(168,186,204)
#B6C5D3
(182,197,211)
#C4D0DA
(196,208,218)
#D2DBE1
(210,219,225)
#E0E6E8
(224,230,232)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6283A9 color. Also use rgb(98,131,169) instead hex code.

Text Font Color

.myTextColor { color: #6283A9; }

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

This text font color is #6283A9.


Background Color

.myBgColor { background-color: #6283A9; }

<div style="background-color:#6283A9">Inner text</div>

This div background color is #6283A9.


Border color

.myBorderColor { border: 1px solid #6283A9; }

<div style="border:3px solid #6283A9">Div</div>

This div border color is #6283A9.


Opacity

.myOpacity80 { color: #6283A9; opacity: 0.8; }

<p style="color:#6283A9;opacity:0.8;">80%</p>

Text with #6283A9 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 #6283A9;}

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

This text has shadow with #6283A9 color.

.textShadow {text-shadow: 3px 3px 1px #6283A9, 3px 3px 1px red;}

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

This text has shadow with #6283A9 primary color and red secondary color.


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

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

This text has shadow with #6283A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6283A9 on black background.


Color preview on white background

This text has color #6283A9 on white background.



Black color preview on #6283A9 background

This text has black color on #6283A9 background.


White color preview on #6283A9 background

This text has white color on #6283A9 background.