Color Hex Logo

#6f7bbd Color Hex

#6F7BBD
(111,123,189)
0 Favorites   0 Comments

Color spaces of #6f7bbd

RGB 111123189
HSL0.640.370.59
HSV231°41°74°
CMYK 0.410.350.00   0.26
XYZ22.823821.219551.0370
Yxy21.21950.24000.2232
Hunter Lab46.06467.8289-33.4447
CIE-Lab53.188912.5521-36.0685

#6f7bbd color RGB value is (111,123,189).

#6f7bbd hex color red value is 111, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6f7bbd hue: 0.64 , saturation: 0.37 and the lightness value of 6f7bbd is 0.59.

The process color (four color CMYK) of #6f7bbd color hex is 0.41, 0.35, 0.00, 0.26. Web safe color of #6f7bbd is #6666cc. Color #6f7bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111011 10111101
Octal 157 173 275
Decimal 111 123 189
Hex 6F 7B BD

RGB Percentages of Color #6f7bbd

%26.24
%29.08
%44.68

CMYK Percentages of Color #6f7bbd

%41
%35
%0
%26

Triadic Colors of #6f7bbd

#6f7bbd #bd6f7b #7bbd6f

Analogous Colors of #6f7bbd

#6f7bbd #8a6fbd #6fa2bd

Monochromatic Colors of #6f7bbd

#6f7bbd

Complementary Color

#6f7bbd #bdb16f

#6f7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7bbd Color CSS Codes

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

#6f7bbd Text Font Color

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

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


#6f7bbd Background Color

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

This div background color is #6f7bbd


#6f7bbd Border Color

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

This div border color is #6f7bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7bbd


Comments

No comments written yet.

Please login to write comment.