Color Hex Logo

#6e83bc Color Hex

#6E83BC
(110,131,188)
0 Favorites   0 Comments

Color spaces of #6e83bc

RGB 110131188
HSL0.620.370.58
HSV224°41°74°
CMYK 0.410.300.00   0.26
XYZ23.623823.178450.8057
Yxy23.17840.24200.2375
Hunter Lab48.14403.3364-28.8672
CIE-Lab55.25567.2332-32.2701

#6e83bc color RGB value is (110,131,188).

#6e83bc hex color red value is 110, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6e83bc hue: 0.62 , saturation: 0.37 and the lightness value of 6e83bc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000011 10111100
Octal 156 203 274
Decimal 110 131 188
Hex 6E 83 BC

RGB Percentages of Color #6e83bc

%25.64
%30.54
%43.82

CMYK Percentages of Color #6e83bc

%41
%30
%0
%26

Triadic Colors of #6e83bc

#6e83bc #bc6e83 #83bc6e

Analogous Colors of #6e83bc

#6e83bc #806ebc #6eaabc

Monochromatic Colors of #6e83bc

#6e83bc

Complementary Color

#6e83bc #bca76e

#6e83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e83bc Color CSS Codes

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

#6e83bc Text Font Color

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

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


#6e83bc Background Color

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

This div background color is #6e83bc


#6e83bc Border Color

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

This div border color is #6e83bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,131,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e83bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e83bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6e83bc;
  box-shadow:         1px 1px 3px 2px #6e83bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,131,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e83bc


Comments

No comments written yet.

Please login to write comment.