Color Hex Logo

#6f8bce Color Hex

#6F8BCE
(111,139,206)
0 Favorites   0 Comments

Color spaces of #6f8bce

RGB 111139206
HSL0.620.490.62
HSV222°46°81°
CMYK 0.460.330.00   0.19
XYZ26.928726.301062.0498
Yxy26.30100.23360.2281
Hunter Lab51.28453.9797-35.8366
CIE-Lab58.32178.0424-37.6741

#6f8bce color RGB value is (111,139,206).

#6f8bce hex color red value is 111, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6f8bce hue: 0.62 , saturation: 0.49 and the lightness value of 6f8bce is 0.62.

The process color (four color CMYK) of #6f8bce color hex is 0.46, 0.33, 0.00, 0.19. Web safe color of #6f8bce is #6699cc. Color #6f8bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001011 11001110
Octal 157 213 316
Decimal 111 139 206
Hex 6F 8B CE

RGB Percentages of Color #6f8bce

%24.34
%30.48
%45.18

CMYK Percentages of Color #6f8bce

%46
%33
%0
%19

Triadic Colors of #6f8bce

#6f8bce #ce6f8b #8bce6f

Analogous Colors of #6f8bce

#6f8bce #836fce #6fbbce

Monochromatic Colors of #6f8bce

#6f8bce

Complementary Color

#6f8bce #ceb26f

#6f8bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8bce Color CSS Codes

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

#6f8bce Text Font Color

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

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


#6f8bce Background Color

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

This div background color is #6f8bce


#6f8bce Border Color

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

This div border color is #6f8bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8bce


Comments

No comments written yet.

Please login to write comment.