Color Hex Logo

#6fa1ef Color Hex

#6FA1EF
(111,161,239)
0 Favorites   0 Comments

Color spaces of #6fa1ef

RGB 111161239
HSL0.600.800.69
HSV217°54°94°
CMYK 0.540.330.00   0.06
XYZ34.880435.101286.5982
Yxy35.10120.22280.2242
Hunter Lab59.24631.4084-45.1897
CIE-Lab65.82745.2694-44.2201

#6fa1ef color RGB value is (111,161,239).

#6fa1ef hex color red value is 111, green value is 161 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6fa1ef hue: 0.60 , saturation: 0.80 and the lightness value of 6fa1ef is 0.69.

The process color (four color CMYK) of #6fa1ef color hex is 0.54, 0.33, 0.00, 0.06. Web safe color of #6fa1ef is #6699ff. Color #6fa1ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100001 11101111
Octal 157 241 357
Decimal 111 161 239
Hex 6F A1 EF

RGB Percentages of Color #6fa1ef

%21.72
%31.51
%46.77

CMYK Percentages of Color #6fa1ef

%54
%33
%0
%6

Triadic Colors of #6fa1ef

#6fa1ef #ef6fa1 #a1ef6f

Analogous Colors of #6fa1ef

#6fa1ef #7d6fef #6fe1ef

Monochromatic Colors of #6fa1ef

#6fa1ef

Complementary Color

#6fa1ef #efbd6f

#6fa1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa1ef Color CSS Codes

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

#6fa1ef Text Font Color

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

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


#6fa1ef Background Color

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

This div background color is #6fa1ef


#6fa1ef Border Color

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

This div border color is #6fa1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa1ef


Comments

No comments written yet.

Please login to write comment.