Color Hex Logo

#6f94bb Color Hex

#6F94BB
(111,148,187)
0 Favorites   0 Comments

Color spaces of #6f94bb

RGB 111148187
HSL0.590.360.58
HSV211°41°73°
CMYK 0.410.210.00   0.27
XYZ26.115128.147251.0702
Yxy28.14720.24790.2672
Hunter Lab53.0539-4.9801-19.9353
CIE-Lab60.0215-2.6257-24.3218

#6f94bb color RGB value is (111,148,187).

#6f94bb hex color red value is 111, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6f94bb hue: 0.59 , saturation: 0.36 and the lightness value of 6f94bb is 0.58.

The process color (four color CMYK) of #6f94bb color hex is 0.41, 0.21, 0.00, 0.27. Web safe color of #6f94bb is #6699cc. Color #6f94bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10010100 10111011
Octal 157 224 273
Decimal 111 148 187
Hex 6F 94 BB

RGB Percentages of Color #6f94bb

%24.89
%33.18
%41.93

CMYK Percentages of Color #6f94bb

%41
%21
%0
%27

Triadic Colors of #6f94bb

#6f94bb #bb6f94 #94bb6f

Analogous Colors of #6f94bb

#6f94bb #706fbb #6fbabb

Monochromatic Colors of #6f94bb

#6f94bb

Complementary Color

#6f94bb #bb966f

#6f94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f94bb Color CSS Codes

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

#6f94bb Text Font Color

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

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


#6f94bb Background Color

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

This div background color is #6f94bb


#6f94bb Border Color

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

This div border color is #6f94bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f94bb

#6f94bb Color Palettes


Comments

No comments written yet.

Please login to write comment.