Color Hex Logo

#6a8abf Color Hex

#6A8ABF
(106,138,191)
0 Favorites   0 Comments

Color spaces of #6a8abf

RGB 106138191
HSL0.600.400.58
HSV217°45°75°
CMYK 0.450.280.00   0.25
XYZ24.436325.002752.8283
Yxy25.00270.23890.2445
Hunter Lab50.0027-0.2718-27.6385
CIE-Lab57.07812.9415-31.1598

#6a8abf color RGB value is (106,138,191).

#6a8abf hex color red value is 106, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6a8abf hue: 0.60 , saturation: 0.40 and the lightness value of 6a8abf is 0.58.

The process color (four color CMYK) of #6a8abf color hex is 0.45, 0.28, 0.00, 0.25. Web safe color of #6a8abf is #6699cc. Color #6a8abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001010 10111111
Octal 152 212 277
Decimal 106 138 191
Hex 6A 8A BF

RGB Percentages of Color #6a8abf

%24.37
%31.72
%43.91

CMYK Percentages of Color #6a8abf

%45
%28
%0
%25

Triadic Colors of #6a8abf

#6a8abf #bf6a8a #8abf6a

Analogous Colors of #6a8abf

#6a8abf #756abf #6ab5bf

Monochromatic Colors of #6a8abf

#6a8abf

Complementary Color

#6a8abf #bf9f6a

#6a8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8abf Color CSS Codes

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

#6a8abf Text Font Color

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

This sample text font color is #6a8abf
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.


#6a8abf Background Color

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

This div background color is #6a8abf


#6a8abf Border Color

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

This div border color is #6a8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8abf


Comments

No comments written yet.

Please login to write comment.