Color Hex Logo

#6393da Color Hex

#6393DA
(99,147,218)
0 Favorites   0 Comments

Color spaces of #6393da

RGB 99147218
HSL0.600.620.62
HSV216°55°85°
CMYK 0.550.330.00   0.15
XYZ28.234228.582070.3585
Yxy28.58200.22200.2247
Hunter Lab53.46210.7099-40.6047
CIE-Lab60.41094.2602-41.1652

#6393da color RGB value is (99,147,218).

#6393da hex color red value is 99, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6393da hue: 0.60 , saturation: 0.62 and the lightness value of 6393da is 0.62.

The process color (four color CMYK) of #6393da color hex is 0.55, 0.33, 0.00, 0.15. Web safe color of #6393da is #6699cc. Color #6393da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010011 11011010
Octal 143 223 332
Decimal 99 147 218
Hex 63 93 DA

RGB Percentages of Color #6393da

%21.34
%31.68
%46.98

CMYK Percentages of Color #6393da

%55
%33
%0
%15

Triadic Colors of #6393da

#6393da #da6393 #93da63

Analogous Colors of #6393da

#6393da #6f63da #63cfda

Monochromatic Colors of #6393da

#6393da

Complementary Color

#6393da #daaa63

#6393da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6393da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6393da Color CSS Codes

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

#6393da Text Font Color

<p style="color:#6393da">Text here</p>

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


#6393da Background Color

<div style="background-color:#6393da">
Div content here</div>

This div background color is #6393da


#6393da Border Color

<div style="border:3px solid #6393da">
Div here</div>

This div border color is #6393da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,147,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6393da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6393da;
  -webkit-box-shadow: 1px 1px 3px 2px #6393da;
  box-shadow:         1px 1px 3px 2px #6393da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,147,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6393da


Comments

No comments written yet.

Please login to write comment.