Color Hex Logo

#6399da Color Hex

#6399DA
(99,153,218)
0 Favorites   0 Comments

Color spaces of #6399da

RGB 99153218
HSL0.590.620.62
HSV213°55°85°
CMYK 0.550.300.00   0.15
XYZ29.191730.497170.6776
Yxy30.49710.22390.2339
Hunter Lab55.2242-2.2866-37.2242
CIE-Lab62.08080.7920-38.5471

#6399da color RGB value is (99,153,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 11011010
Octal 143 231 332
Decimal 99 153 218
Hex 63 99 DA

RGB Percentages of Color #6399da

%21.06
%32.55
%46.38

CMYK Percentages of Color #6399da

%55
%30
%0
%15

Triadic Colors of #6399da

#6399da #da6399 #99da63

Analogous Colors of #6399da

#6399da #6963da #63d5da

Monochromatic Colors of #6399da

#6399da

Complementary Color

#6399da #daa463

#6399da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6399da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6399da Color CSS Codes

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

#6399da Text Font Color

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

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


#6399da Background Color

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

This div background color is #6399da


#6399da Border Color

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

This div border color is #6399da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,153,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 #6399da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6399da


Comments

No comments written yet.

Please login to write comment.