COLOR #6C90AE

HEX: #6C90AE RGB: (108,144,174)

Color info

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

RGB color model

#6C90AE color RGB value is (108,144,174).

RGB: (108,144,174) (42%, 56%, 68%)

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 174 of 255 = 68%

108
144
174

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

Portions of RGB colors in percentages

R + G + B = 108 + 144 + 174 = 426 (100%)
R 108 of 426 ~ 25.35%
G 144 of 426 ~ 33.8%
B 174 of 426 ~ 40.85'%

%25.35
%33.8
%40.85

CMYK color model

#6C90AE color CMYK value is (38,17,0,32).

  • cyan value is 37.93%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (38,17,0,32) C38M17Y0K32 (38%,17%,0%,32%) (0.38/0.17/0.00/0.32) 

CMYK percentages

%37.93
%17.24
%0
%31.76

Codes

Color #6C90AE in popluar color models

6C 90 AE
RGB 108 144 174
HSL 207° 28.95% 55.29%
HSB/HSV 207° 37.93% 68.24%
CMYK 37.93% 17.24% 0.00%
31.76%

Color #6C90AE in popluar number systems.

HEX 6C 90 AE
Decimal 108 144 174
Binary 1101100 10010000 10101110
Octal 154 220 256

Shades and tints

Shades of #6C90AE

#6C90AE
(108,144,174)
#63839F
(99,131,159)
#5A7690
(90,118,144)
#516981
(81,105,129)
#485C72
(72,92,114)
#3F4F63
(63,79,99)
#364254
(54,66,84)
#2D3545
(45,53,69)
#242836
(36,40,54)
#1B1B27
(27,27,39)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #6C90AE

#6C90AE
(108,144,174)
#799AB5
(121,154,181)
#86A4BC
(134,164,188)
#93AEC3
(147,174,195)
#A0B8CA
(160,184,202)
#ADC2D1
(173,194,209)
#BACCD8
(186,204,216)
#C7D6DF
(199,214,223)
#D4E0E6
(212,224,230)
#E1EAED
(225,234,237)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C90AE color. Also use rgb(108,144,174) instead hex code.

Text Font Color

.myTextColor { color: #6C90AE; }

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

This text font color is #6C90AE.

Background Color

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

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

This div background color is #6C90AE.

Border color

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

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

This div border color is #6C90AE.

Opacity

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

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

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

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

This text has shadow with #6C90AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C90AE.

Preview

Color preview on black background

This text has color #6C90AE on black background.


Color preview on white background

This text has color #6C90AE on white background.


Black color preview on #6C90AE background

This text has black color on #6C90AE background.


White color preview on #6C90AE background

This text has white color on #6C90AE background.


Related colors

Complementary color

Complementary color for #hex is #936F51.


I love getcolorcode.com

Triadic colors

1 #AE6C90 and #90AE6C with #6C90AE are triadic colors.

2 #AE906C and #906CAE with #6C90AE are triadic colors.