Color Hex Logo

#6fa5fb Color Hex

#6FA5FB
(111,165,251)
1 Favorites   0 Comments

Color spaces of #6fa5fb

RGB 111165251
HSL0.600.950.71
HSV217°56°98°
CMYK 0.560.340.00   0.02
XYZ37.423337.254896.4853
Yxy37.25480.21860.2177
Hunter Lab61.03672.6291-50.9984
CIE-Lab67.46786.6947-48.1914

#6fa5fb color RGB value is (111,165,251).

#6fa5fb hex color red value is 111, green value is 165 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6fa5fb hue: 0.60 , saturation: 0.95 and the lightness value of 6fa5fb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100101 11111011
Octal 157 245 373
Decimal 111 165 251
Hex 6F A5 FB

RGB Percentages of Color #6fa5fb

%21.06
%31.31
%47.63

CMYK Percentages of Color #6fa5fb

%56
%34
%0
%2

Triadic Colors of #6fa5fb

#6fa5fb #fb6fa5 #a5fb6f

Analogous Colors of #6fa5fb

#6fa5fb #7f6ffb #6febfb

Monochromatic Colors of #6fa5fb

#6fa5fb

Complementary Color

#6fa5fb #fbc56f

#6fa5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa5fb Color CSS Codes

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

#6fa5fb Text Font Color

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

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


#6fa5fb Background Color

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

This div background color is #6fa5fb


#6fa5fb Border Color

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

This div border color is #6fa5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa5fb


Comments

No comments written yet.

Please login to write comment.