Color Hex Logo

#6388ad Color Hex

#6388AD
(99,136,173)
0 Favorites   0 Comments

Color spaces of #6388ad

RGB 99136173
HSL0.580.310.53
HSV210°43°68°
CMYK 0.430.210.00   0.32
XYZ21.492623.278142.8955
Yxy23.27810.24520.2655
Hunter Lab48.2474-4.9171-18.9400
CIE-Lab55.3576-2.9595-23.5853

#6388ad color RGB value is (99,136,173).

#6388ad hex color red value is 99, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6388ad hue: 0.58 , saturation: 0.31 and the lightness value of 6388ad is 0.53.

The process color (four color CMYK) of #6388ad color hex is 0.43, 0.21, 0.00, 0.32. Web safe color of #6388ad is #669999. Color #6388ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001000 10101101
Octal 143 210 255
Decimal 99 136 173
Hex 63 88 AD

RGB Percentages of Color #6388ad

%24.26
%33.33
%42.40

CMYK Percentages of Color #6388ad

%43
%21
%0
%32

Triadic Colors of #6388ad

#6388ad #ad6388 #88ad63

Analogous Colors of #6388ad

#6388ad #6363ad #63adad

Monochromatic Colors of #6388ad

#6388ad

Complementary Color

#6388ad #ad8863

#6388ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6388ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6388ad Color CSS Codes

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

#6388ad Text Font Color

<p style="color:#6388ad">Text here</p>

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


#6388ad Background Color

<div style="background-color:#6388ad">
Div content here</div>

This div background color is #6388ad


#6388ad Border Color

<div style="border:3px solid #6388ad">
Div here</div>

This div border color is #6388ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,136,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6388ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6388ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6388ad;
  box-shadow:         1px 1px 3px 2px #6388ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6388ad


Comments

No comments written yet.

Please login to write comment.