Color Hex Logo

#6193ed Color Hex

#6193ED
(97,147,237)
0 Favorites   0 Comments

Color spaces of #6193ed

RGB 97147237
HSL0.610.800.65
HSV219°59°93°
CMYK 0.590.380.00   0.07
XYZ30.649529.523284.2039
Yxy29.52320.21230.2045
Hunter Lab54.33535.6018-53.8476
CIE-Lab61.24069.9380-50.4045

#6193ed color RGB value is (97,147,237).

#6193ed hex color red value is 97, green value is 147 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6193ed hue: 0.61 , saturation: 0.80 and the lightness value of 6193ed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010011 11101101
Octal 141 223 355
Decimal 97 147 237
Hex 61 93 ED

RGB Percentages of Color #6193ed

%20.17
%30.56
%49.27

CMYK Percentages of Color #6193ed

%59
%38
%0
%7

Triadic Colors of #6193ed

#6193ed #ed6193 #93ed61

Analogous Colors of #6193ed

#6193ed #7561ed #61d9ed

Monochromatic Colors of #6193ed

#6193ed

Complementary Color

#6193ed #edbb61

#6193ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6193ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6193ed Color CSS Codes

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

#6193ed Text Font Color

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

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


#6193ed Background Color

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

This div background color is #6193ed


#6193ed Border Color

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

This div border color is #6193ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,147,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 #6193ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6193ed


Comments

No comments written yet.

Please login to write comment.