Color Hex Logo

#6a8acf Color Hex

#6A8ACF
(106,138,207)
0 Favorites   0 Comments

Color spaces of #6a8acf

RGB 106138207
HSL0.610.510.61
HSV221°49°81°
CMYK 0.490.330.00   0.19
XYZ26.294825.746162.6151
Yxy25.74610.22930.2246
Hunter Lab50.74063.7062-37.6468
CIE-Lab57.79537.7140-39.0837

#6a8acf color RGB value is (106,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001010 11001111
Octal 152 212 317
Decimal 106 138 207
Hex 6A 8A CF

RGB Percentages of Color #6a8acf

%23.50
%30.60
%45.90

CMYK Percentages of Color #6a8acf

%49
%33
%0
%19

Triadic Colors of #6a8acf

#6a8acf #cf6a8a #8acf6a

Analogous Colors of #6a8acf

#6a8acf #7d6acf #6abdcf

Monochromatic Colors of #6a8acf

#6a8acf

Complementary Color

#6a8acf #cfaf6a

#6a8acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8acf Color CSS Codes

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

#6a8acf Text Font Color

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

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


#6a8acf Background Color

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

This div background color is #6a8acf


#6a8acf Border Color

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

This div border color is #6a8acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8acf


Comments

No comments written yet.

Please login to write comment.