Color Hex Logo

#6bafbb Color Hex

#6BAFBB
(107,175,187)
0 Favorites   0 Comments

Color spaces of #6bafbb

RGB 107175187
HSL0.530.370.58
HSV189°43°73°
CMYK 0.430.060.00   0.27
XYZ30.363037.373652.6272
Yxy37.37360.25230.3105
Hunter Lab61.1340-18.3300-8.2461
CIE-Lab67.5564-18.3568-12.8940

#6bafbb color RGB value is (107,175,187).

#6bafbb hex color red value is 107, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6bafbb hue: 0.53 , saturation: 0.37 and the lightness value of 6bafbb is 0.58.

The process color (four color CMYK) of #6bafbb color hex is 0.43, 0.06, 0.00, 0.27. Web safe color of #6bafbb is #6699cc. Color #6bafbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 10111011
Octal 153 257 273
Decimal 107 175 187
Hex 6B AF BB

RGB Percentages of Color #6bafbb

%22.81
%37.31
%39.87

CMYK Percentages of Color #6bafbb

%43
%6
%0
%27

Triadic Colors of #6bafbb

#6bafbb #bb6baf #afbb6b

Analogous Colors of #6bafbb

#6bafbb #6b87bb #6bbb9f

Monochromatic Colors of #6bafbb

#6bafbb

Complementary Color

#6bafbb #bb776b

#6bafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafbb Color CSS Codes

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

#6bafbb Text Font Color

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

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


#6bafbb Background Color

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

This div background color is #6bafbb


#6bafbb Border Color

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

This div border color is #6bafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafbb


Comments

No comments written yet.

Please login to write comment.