Color Hex Logo

#6aaacf Color Hex

#6AAACF
(106,170,207)
0 Favorites   0 Comments

Color spaces of #6aaacf

RGB 106170207
HSL0.560.510.61
HSV202°49°81°
CMYK 0.490.180.00   0.19
XYZ31.581136.318664.3772
Yxy36.31860.23870.2746
Hunter Lab60.2649-11.9228-21.1503
CIE-Lab66.7626-10.4245-25.1684

#6aaacf color RGB value is (106,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11001111
Octal 152 252 317
Decimal 106 170 207
Hex 6A AA CF

RGB Percentages of Color #6aaacf

%21.95
%35.20
%42.86

CMYK Percentages of Color #6aaacf

%49
%18
%0
%19

Triadic Colors of #6aaacf

#6aaacf #cf6aaa #aacf6a

Analogous Colors of #6aaacf

#6aaacf #6a78cf #6acfc2

Monochromatic Colors of #6aaacf

#6aaacf

Complementary Color

#6aaacf #cf8f6a

#6aaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaacf Color CSS Codes

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

#6aaacf Text Font Color

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

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


#6aaacf Background Color

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

This div background color is #6aaacf


#6aaacf Border Color

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

This div border color is #6aaacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,170,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 #6aaacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaacf


Comments

No comments written yet.

Please login to write comment.