Color Hex Logo

#6f9feb Color Hex

#6F9FEB
(111,159,235)
0 Favorites   0 Comments

Color spaces of #6f9feb

RGB 111159235
HSL0.600.760.68
HSV217°53°92°
CMYK 0.530.320.00   0.08
XYZ33.949134.173983.4042
Yxy34.17390.22400.2255
Hunter Lab58.45841.3596-43.6697
CIE-Lab65.10045.1883-43.1668

#6f9feb color RGB value is (111,159,235).

#6f9feb hex color red value is 111, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6f9feb hue: 0.60 , saturation: 0.76 and the lightness value of 6f9feb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011111 11101011
Octal 157 237 353
Decimal 111 159 235
Hex 6F 9F EB

RGB Percentages of Color #6f9feb

%21.98
%31.49
%46.53

CMYK Percentages of Color #6f9feb

%53
%32
%0
%8

Triadic Colors of #6f9feb

#6f9feb #eb6f9f #9feb6f

Analogous Colors of #6f9feb

#6f9feb #7d6feb #6fddeb

Monochromatic Colors of #6f9feb

#6f9feb

Complementary Color

#6f9feb #ebbb6f

#6f9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9feb Color CSS Codes

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

#6f9feb Text Font Color

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

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


#6f9feb Background Color

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

This div background color is #6f9feb


#6f9feb Border Color

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

This div border color is #6f9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9feb


Comments

No comments written yet.

Please login to write comment.