Color Hex Logo

#6babaf Color Hex

#6BABAF
(107,171,175)
0 Favorites   0 Comments

Color spaces of #6babaf

RGB 107171175
HSL0.510.300.55
HSV184°39°69°
CMYK 0.390.020.00   0.31
XYZ28.364235.346845.8851
Yxy35.34680.25880.3225
Hunter Lab59.4532-18.8834-4.1419
CIE-Lab66.0178-19.3960-8.5357

#6babaf color RGB value is (107,171,175).

#6babaf hex color red value is 107, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6babaf hue: 0.51 , saturation: 0.30 and the lightness value of 6babaf is 0.55.

The process color (four color CMYK) of #6babaf color hex is 0.39, 0.02, 0.00, 0.31. Web safe color of #6babaf is #669999. Color #6babaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10101111
Octal 153 253 257
Decimal 107 171 175
Hex 6B AB AF

RGB Percentages of Color #6babaf

%23.62
%37.75
%38.63

CMYK Percentages of Color #6babaf

%39
%2
%0
%31

Triadic Colors of #6babaf

#6babaf #af6bab #abaf6b

Analogous Colors of #6babaf

#6babaf #6b89af #6baf91

Monochromatic Colors of #6babaf

#6babaf

Complementary Color

#6babaf #af6f6b

#6babaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babaf Color CSS Codes

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

#6babaf Text Font Color

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

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


#6babaf Background Color

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

This div background color is #6babaf


#6babaf Border Color

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

This div border color is #6babaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babaf


Comments

No comments written yet.

Please login to write comment.