Color Hex Logo

#6f9bfa Color Hex

#6F9BFA
(111,155,250)
0 Favorites   0 Comments

Color spaces of #6f9bfa

RGB 111155250
HSL0.610.930.71
HSV221°56°98°
CMYK 0.560.380.00   0.02
XYZ35.532233.724395.0792
Yxy33.72430.21620.2052
Hunter Lab58.07267.5896-56.4215
CIE-Lab64.743112.1589-51.9513

#6f9bfa color RGB value is (111,155,250).

#6f9bfa hex color red value is 111, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6f9bfa hue: 0.61 , saturation: 0.93 and the lightness value of 6f9bfa is 0.71.

The process color (four color CMYK) of #6f9bfa color hex is 0.56, 0.38, 0.00, 0.02. Web safe color of #6f9bfa is #6699ff. Color #6f9bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011011 11111010
Octal 157 233 372
Decimal 111 155 250
Hex 6F 9B FA

RGB Percentages of Color #6f9bfa

%21.51
%30.04
%48.45

CMYK Percentages of Color #6f9bfa

%56
%38
%0
%2

Triadic Colors of #6f9bfa

#6f9bfa #fa6f9b #9bfa6f

Analogous Colors of #6f9bfa

#6f9bfa #896ffa #6fe1fa

Monochromatic Colors of #6f9bfa

#6f9bfa

Complementary Color

#6f9bfa #face6f

#6f9bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9bfa Color CSS Codes

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

#6f9bfa Text Font Color

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

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


#6f9bfa Background Color

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

This div background color is #6f9bfa


#6f9bfa Border Color

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

This div border color is #6f9bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.