Color Hex Logo

#6393cf Color Hex

#6393CF
(99,147,207)
0 Favorites   0 Comments

Color spaces of #6393cf

RGB 99147207
HSL0.590.530.60
HSV213°52°81°
CMYK 0.520.290.00   0.19
XYZ26.841828.025163.0262
Yxy28.02510.22770.2377
Hunter Lab52.9387-2.1370-33.5306
CIE-Lab59.91140.8364-35.7983

#6393cf color RGB value is (99,147,207).

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

The process color (four color CMYK) of #6393cf color hex is 0.52, 0.29, 0.00, 0.19. Web safe color of #6393cf is #6699cc. Color #6393cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010011 11001111
Octal 143 223 317
Decimal 99 147 207
Hex 63 93 CF

RGB Percentages of Color #6393cf

%21.85
%32.45
%45.70

CMYK Percentages of Color #6393cf

%52
%29
%0
%19

Triadic Colors of #6393cf

#6393cf #cf6393 #93cf63

Analogous Colors of #6393cf

#6393cf #6963cf #63c9cf

Monochromatic Colors of #6393cf

#6393cf

Complementary Color

#6393cf #cf9f63

#6393cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6393cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6393cf Color CSS Codes

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

#6393cf Text Font Color

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

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


#6393cf Background Color

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

This div background color is #6393cf


#6393cf Border Color

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

This div border color is #6393cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6393cf


Comments

No comments written yet.

Please login to write comment.