Color Hex Logo

#6bafbd Color Hex

#6BAFBD
(107,175,189)
0 Favorites   0 Comments

Color spaces of #6bafbd

RGB 107175189
HSL0.530.380.58
HSV190°43°74°
CMYK 0.430.070.00   0.26
XYZ30.578737.459953.7629
Yxy37.45990.25110.3075
Hunter Lab61.2045-17.9265-9.2380
CIE-Lab67.6206-17.8263-13.9043

#6bafbd color RGB value is (107,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 10111101
Octal 153 257 275
Decimal 107 175 189
Hex 6B AF BD

RGB Percentages of Color #6bafbd

%22.72
%37.15
%40.13

CMYK Percentages of Color #6bafbd

%43
%7
%0
%26

Triadic Colors of #6bafbd

#6bafbd #bd6baf #afbd6b

Analogous Colors of #6bafbd

#6bafbd #6b86bd #6bbda2

Monochromatic Colors of #6bafbd

#6bafbd

Complementary Color

#6bafbd #bd796b

#6bafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafbd Color CSS Codes

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

#6bafbd Text Font Color

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

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


#6bafbd Background Color

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

This div background color is #6bafbd


#6bafbd Border Color

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

This div border color is #6bafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafbd


Comments

No comments written yet.

Please login to write comment.