Color Hex Logo

#6fb9fe Color Hex

#6FB9FE
(111,185,254)
0 Favorites   0 Comments

Color spaces of #6fb9fe

RGB 111185254
HSL0.580.990.72
HSV209°56°100°
CMYK 0.560.270.00   0.00
XYZ41.793945.2332100.2940
Yxy45.23320.22310.2415
Hunter Lab67.2556-6.7741-41.3364
CIE-Lab73.0452-3.6014-41.0703

#6fb9fe color RGB value is (111,185,254).

#6fb9fe hex color red value is 111, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6fb9fe hue: 0.58 , saturation: 0.99 and the lightness value of 6fb9fe is 0.72.

The process color (four color CMYK) of #6fb9fe color hex is 0.56, 0.27, 0.00, 0.00. Web safe color of #6fb9fe is #66ccff. Color #6fb9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111001 11111110
Octal 157 271 376
Decimal 111 185 254
Hex 6F B9 FE

RGB Percentages of Color #6fb9fe

%20.18
%33.64
%46.18

CMYK Percentages of Color #6fb9fe

%56
%27
%0
%0

Triadic Colors of #6fb9fe

#6fb9fe #fe6fb9 #b9fe6f

Analogous Colors of #6fb9fe

#6fb9fe #6f72fe #6ffefc

Monochromatic Colors of #6fb9fe

#6fb9fe

Complementary Color

#6fb9fe #feb46f

#6fb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb9fe Color CSS Codes

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

#6fb9fe Text Font Color

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

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


#6fb9fe Background Color

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

This div background color is #6fb9fe


#6fb9fe Border Color

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

This div border color is #6fb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb9fe


Comments

No comments written yet.

Please login to write comment.