Color Hex Logo

#6fb2be Color Hex

#6FB2BE
(111,178,190)
0 Favorites   0 Comments

Color spaces of #6fb2be

RGB 111178190
HSL0.530.380.59
HSV189°42°75°
CMYK 0.420.060.00   0.25
XYZ31.770238.938054.5565
Yxy38.93800.25360.3108
Hunter Lab62.4003-18.3199-8.1569
CIE-Lab68.7063-18.1127-12.8064

#6fb2be color RGB value is (111,178,190).

#6fb2be hex color red value is 111, green value is 178 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6fb2be hue: 0.53 , saturation: 0.38 and the lightness value of 6fb2be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110010 10111110
Octal 157 262 276
Decimal 111 178 190
Hex 6F B2 BE

RGB Percentages of Color #6fb2be

%23.17
%37.16
%39.67

CMYK Percentages of Color #6fb2be

%42
%6
%0
%25

Triadic Colors of #6fb2be

#6fb2be #be6fb2 #b2be6f

Analogous Colors of #6fb2be

#6fb2be #6f8bbe #6fbea3

Monochromatic Colors of #6fb2be

#6fb2be

Complementary Color

#6fb2be #be7b6f

#6fb2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb2be Color CSS Codes

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

#6fb2be Text Font Color

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

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


#6fb2be Background Color

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

This div background color is #6fb2be


#6fb2be Border Color

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

This div border color is #6fb2be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,178,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fb2be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fb2be;
  -webkit-box-shadow: 1px 1px 3px 2px #6fb2be;
  box-shadow:         1px 1px 3px 2px #6fb2be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,178,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb2be


Comments

No comments written yet.

Please login to write comment.