Color Hex Logo

#6fa2b2 Color Hex

#6FA2B2
(111,162,178)
0 Favorites   0 Comments

Color spaces of #6fa2b2

RGB 111162178
HSL0.540.300.57
HSV194°38°70°
CMYK 0.380.090.00   0.30
XYZ27.511832.434546.9299
Yxy32.43450.25740.3035
Hunter Lab56.9513-13.4357-8.9912
CIE-Lab63.7004-12.7884-13.6608

#6fa2b2 color RGB value is (111,162,178).

#6fa2b2 hex color red value is 111, green value is 162 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #6fa2b2 hue: 0.54 , saturation: 0.30 and the lightness value of 6fa2b2 is 0.57.

The process color (four color CMYK) of #6fa2b2 color hex is 0.38, 0.09, 0.00, 0.30. Web safe color of #6fa2b2 is #669999. Color #6fa2b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100010 10110010
Octal 157 242 262
Decimal 111 162 178
Hex 6F A2 B2

RGB Percentages of Color #6fa2b2

%24.61
%35.92
%39.47

CMYK Percentages of Color #6fa2b2

%38
%9
%0
%30

Triadic Colors of #6fa2b2

#6fa2b2 #b26fa2 #a2b26f

Analogous Colors of #6fa2b2

#6fa2b2 #6f81b2 #6fb2a1

Monochromatic Colors of #6fa2b2

#6fa2b2

Complementary Color

#6fa2b2 #b27f6f

#6fa2b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa2b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa2b2 Color CSS Codes

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

#6fa2b2 Text Font Color

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

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


#6fa2b2 Background Color

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

This div background color is #6fa2b2


#6fa2b2 Border Color

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

This div border color is #6fa2b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa2b2


Comments

No comments written yet.

Please login to write comment.