COLOR #6A97C3

HEX: #6A97C3 RGB: (106,151,195)

Color info

#6A97C3 contains mainly green and blue colors. Web safe color of #6A97C3 is #6699CC (or #69C).

RGB color model

#6A97C3 color RGB value is (106,151,195).

RGB: (106,151,195) (42%, 59%, 76%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 195 of 255 = 76%

106
151
195

R + G + B ~ 59%. #6A97C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 151 + 195 = 452 (100%)
R 106 of 452 ~ 23.45%
G 151 of 452 ~ 33.41%
B 195 of 452 ~ 43.14'%

%23.45
%33.41
%43.14

CMYK color model

#6A97C3 color CMYK value is (46,23,0,24).

  • cyan value is 45.64%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (46,23,0,24)
C46M23Y0K24 (46%, 23%, 0%, 24%)
(0.46 / 0.23 / 0.00 / 0.24)

CMYK percentages

%45.64
%22.56
%0
%23.53

Codes

Color #6A97C3 in popluar color models

6A 97 C3
RGB 106 151 195
HSL 210° 42.58% 59.02%
HSB/HSV 210° 45.64% 76.47%
CMYK 45.64% 22.56% 0.00%
23.53%

Color #6A97C3 in popluar number systems.

HEX 6A 97 C3
Decimal 106 151 195
Binary 1101010 10010111 11000011
Octal 152 227 303

Shades and tints

Shades of #6A97C3

#6A97C3
(106,151,195)
#618AB2
(97,138,178)
#587DA1
(88,125,161)
#4F7090
(79,112,144)
#46637F
(70,99,127)
#3D566E
(61,86,110)
#34495D
(52,73,93)
#2B3C4C
(43,60,76)
#222F3B
(34,47,59)
#19222A
(25,34,42)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #6A97C3

#6A97C3
(106,151,195)
#77A0C8
(119,160,200)
#84A9CD
(132,169,205)
#91B2D2
(145,178,210)
#9EBBD7
(158,187,215)
#ABC4DC
(171,196,220)
#B8CDE1
(184,205,225)
#C5D6E6
(197,214,230)
#D2DFEB
(210,223,235)
#DFE8F0
(223,232,240)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A97C3 color. Also use rgb(106,151,195) instead hex code.

Text Font Color

.myTextColor { color: #6A97C3; }

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

This text font color is #6A97C3.

Background Color

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

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

This div background color is #6A97C3.

Border color

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

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

This div border color is #6A97C3.

Opacity

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

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

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

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

This text has shadow with #6A97C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A97C3.

Preview

Color preview on black background

This text has color #6A97C3 on black background.


Color preview on white background

This text has color #6A97C3 on white background.


Black color preview on #6A97C3 background

This text has black color on #6A97C3 background.


White color preview on #6A97C3 background

This text has white color on #6A97C3 background.


Related colors

Complementary color

Complementary color for #hex is #95683C.


I love getcolorcode.com

Triadic colors

1 #C36A97 and #97C36A with #6A97C3 are triadic colors.

2 #C3976A and #976AC3 with #6A97C3 are triadic colors.