Color Hex Logo

#6baac8 Color Hex

#6BAAC8
(107,170,200)
0 Favorites   0 Comments

Color spaces of #6baac8

RGB 107170200
HSL0.550.460.60
HSV199°47°78°
CMYK 0.470.150.00   0.22
XYZ30.863536.045459.9744
Yxy36.04540.24320.2841
Hunter Lab60.0378-13.3051-17.2009
CIE-Lab66.5546-12.1709-21.6096

#6baac8 color RGB value is (107,170,200).

#6baac8 hex color red value is 107, green value is 170 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #6baac8 hue: 0.55 , saturation: 0.46 and the lightness value of 6baac8 is 0.60.

The process color (four color CMYK) of #6baac8 color hex is 0.47, 0.15, 0.00, 0.22. Web safe color of #6baac8 is #6699cc. Color #6baac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 11001000
Octal 153 252 310
Decimal 107 170 200
Hex 6B AA C8

RGB Percentages of Color #6baac8

%22.43
%35.64
%41.93

CMYK Percentages of Color #6baac8

%47
%15
%0
%22

Triadic Colors of #6baac8

#6baac8 #c86baa #aac86b

Analogous Colors of #6baac8

#6baac8 #6b7cc8 #6bc8b8

Monochromatic Colors of #6baac8

#6baac8

Complementary Color

#6baac8 #c8896b

#6baac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baac8 Color CSS Codes

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

#6baac8 Text Font Color

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

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


#6baac8 Background Color

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

This div background color is #6baac8


#6baac8 Border Color

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

This div border color is #6baac8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,170,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baac8


Comments

No comments written yet.

Please login to write comment.