Color Hex Logo

#6babbf Color Hex

#6BABBF
(107,171,191)
0 Favorites   0 Comments

Color spaces of #6babbf

RGB 107171191
HSL0.540.400.58
HSV194°44°75°
CMYK 0.440.100.00   0.25
XYZ30.030336.013254.6587
Yxy36.01320.24880.2984
Hunter Lab60.0110-15.6955-11.9943
CIE-Lab66.5300-15.1858-16.6578

#6babbf color RGB value is (107,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10111111
Octal 153 253 277
Decimal 107 171 191
Hex 6B AB BF

RGB Percentages of Color #6babbf

%22.81
%36.46
%40.72

CMYK Percentages of Color #6babbf

%44
%10
%0
%25

Triadic Colors of #6babbf

#6babbf #bf6bab #abbf6b

Analogous Colors of #6babbf

#6babbf #6b81bf #6bbfa9

Monochromatic Colors of #6babbf

#6babbf

Complementary Color

#6babbf #bf7f6b

#6babbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babbf Color CSS Codes

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

#6babbf Text Font Color

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

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


#6babbf Background Color

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

This div background color is #6babbf


#6babbf Border Color

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

This div border color is #6babbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babbf


Comments

No comments written yet.

Please login to write comment.