Color Hex Logo

#6883ed Color Hex

#6883ED
(104,131,237)
0 Favorites   0 Comments

Color spaces of #6883ed

RGB 104131237
HSL0.630.790.67
HSV228°56°93°
CMYK 0.560.450.00   0.07
XYZ29.111325.290183.4679
Yxy25.29010.21120.1834
Hunter Lab50.289315.3233-63.2044
CIE-Lab57.357020.8432-56.5640

#6883ed color RGB value is (104,131,237).

#6883ed hex color red value is 104, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6883ed hue: 0.63 , saturation: 0.79 and the lightness value of 6883ed is 0.67.

The process color (four color CMYK) of #6883ed color hex is 0.56, 0.45, 0.00, 0.07. Web safe color of #6883ed is #6699ff. Color #6883ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000011 11101101
Octal 150 203 355
Decimal 104 131 237
Hex 68 83 ED

RGB Percentages of Color #6883ed

%22.03
%27.75
%50.21

CMYK Percentages of Color #6883ed

%56
%45
%0
%7

Triadic Colors of #6883ed

#6883ed #ed6883 #83ed68

Analogous Colors of #6883ed

#6883ed #9068ed #68c6ed

Monochromatic Colors of #6883ed

#6883ed

Complementary Color

#6883ed #edd268

#6883ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6883ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6883ed Color CSS Codes

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

#6883ed Text Font Color

<p style="color:#6883ed">Text here</p>

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


#6883ed Background Color

<div style="background-color:#6883ed">
Div content here</div>

This div background color is #6883ed


#6883ed Border Color

<div style="border:3px solid #6883ed">
Div here</div>

This div border color is #6883ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,131,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6883ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6883ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6883ed;
  box-shadow:         1px 1px 3px 2px #6883ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6883ed


Comments

No comments written yet.

Please login to write comment.