Color Hex Logo

#6a8ace Color Hex

#6A8ACE
(106,138,206)
0 Favorites   0 Comments

Color spaces of #6a8ace

RGB 106138206
HSL0.610.510.61
HSV221°49°81°
CMYK 0.490.330.00   0.19
XYZ26.172925.697461.9731
Yxy25.69740.22990.2257
Hunter Lab50.69263.4486-36.9988
CIE-Lab57.74877.4105-38.5936

#6a8ace color RGB value is (106,138,206).

#6a8ace hex color red value is 106, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6a8ace hue: 0.61 , saturation: 0.51 and the lightness value of 6a8ace is 0.61.

The process color (four color CMYK) of #6a8ace color hex is 0.49, 0.33, 0.00, 0.19. Web safe color of #6a8ace is #6699cc. Color #6a8ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001010 11001110
Octal 152 212 316
Decimal 106 138 206
Hex 6A 8A CE

RGB Percentages of Color #6a8ace

%23.56
%30.67
%45.78

CMYK Percentages of Color #6a8ace

%49
%33
%0
%19

Triadic Colors of #6a8ace

#6a8ace #ce6a8a #8ace6a

Analogous Colors of #6a8ace

#6a8ace #7c6ace #6abcce

Monochromatic Colors of #6a8ace

#6a8ace

Complementary Color

#6a8ace #ceae6a

#6a8ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8ace Color CSS Codes

.mybgcolor {background-color:#6a8ace; } 
.myforecolor {color:#6a8ace; }
.mybordercolor {border:3px solid #6a8ace; }

#6a8ace Text Font Color

<p style="color:#6a8ace">Text here</p>

This sample text font color is #6a8ace
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a8ace Background Color

<div style="background-color:#6a8ace">
Div content here</div>

This div background color is #6a8ace


#6a8ace Border Color

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

This div border color is #6a8ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,138,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a8ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a8ace;
  -webkit-box-shadow: 1px 1px 3px 2px #6a8ace;
  box-shadow:         1px 1px 3px 2px #6a8ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,138,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a8ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a8ace;
  -webkit-box-shadow: 1px 1px 3px 2px #6a8ace;
  box-shadow:         1px 1px 3px 2px #6a8ace;">
Div content here</div>

This div box has shadow with color #6a8ace


Comments

No comments written yet.

Please login to write comment.