Color Hex Logo

#6e83cc Color Hex

#6E83CC
(110,131,204)
0 Favorites   0 Comments

Color spaces of #6e83cc

RGB 110131204
HSL0.630.480.62
HSV227°46°80°
CMYK 0.460.360.00   0.20
XYZ25.445823.907260.4002
Yxy23.90720.23180.2178
Hunter Lab48.89507.3283-39.0147
CIE-Lab55.994811.9300-40.2033

#6e83cc color RGB value is (110,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000011 11001100
Octal 156 203 314
Decimal 110 131 204
Hex 6E 83 CC

RGB Percentages of Color #6e83cc

%24.72
%29.44
%45.84

CMYK Percentages of Color #6e83cc

%46
%36
%0
%20

Triadic Colors of #6e83cc

#6e83cc #cc6e83 #83cc6e

Analogous Colors of #6e83cc

#6e83cc #886ecc #6eb2cc

Monochromatic Colors of #6e83cc

#6e83cc

Complementary Color

#6e83cc #ccb76e

#6e83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e83cc Color CSS Codes

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

#6e83cc Text Font Color

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

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


#6e83cc Background Color

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

This div background color is #6e83cc


#6e83cc Border Color

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

This div border color is #6e83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e83cc

#6e83cc Color Palettes


Comments

No comments written yet.

Please login to write comment.