Color Hex Logo

#6fa3ef Color Hex

#6FA3EF
(111,163,239)
0 Favorites   0 Comments

Color spaces of #6fa3ef

RGB 111163239
HSL0.600.800.69
HSV216°54°94°
CMYK 0.540.320.00   0.06
XYZ35.232735.805986.7156
Yxy35.80590.22330.2270
Hunter Lab59.83800.3844-44.0348
CIE-Lab66.37144.1259-43.3659

#6fa3ef color RGB value is (111,163,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100011 11101111
Octal 157 243 357
Decimal 111 163 239
Hex 6F A3 EF

RGB Percentages of Color #6fa3ef

%21.64
%31.77
%46.59

CMYK Percentages of Color #6fa3ef

%54
%32
%0
%6

Triadic Colors of #6fa3ef

#6fa3ef #ef6fa3 #a3ef6f

Analogous Colors of #6fa3ef

#6fa3ef #7b6fef #6fe3ef

Monochromatic Colors of #6fa3ef

#6fa3ef

Complementary Color

#6fa3ef #efbb6f

#6fa3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa3ef Color CSS Codes

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

#6fa3ef Text Font Color

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

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


#6fa3ef Background Color

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

This div background color is #6fa3ef


#6fa3ef Border Color

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

This div border color is #6fa3ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,163,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 #6fa3ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa3ef


Comments

No comments written yet.

Please login to write comment.