Color Hex Logo

#6386ad Color Hex

#6386AD
(99,134,173)
0 Favorites   0 Comments

Color spaces of #6386ad

RGB 99134173
HSL0.590.310.53
HSV212°43°68°
CMYK 0.430.230.00   0.32
XYZ21.213522.720042.8025
Yxy22.72000.24460.2619
Hunter Lab47.6655-3.9733-19.8752
CIE-Lab54.7828-1.8058-24.4705

#6386ad color RGB value is (99,134,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000110 10101101
Octal 143 206 255
Decimal 99 134 173
Hex 63 86 AD

RGB Percentages of Color #6386ad

%24.38
%33.00
%42.61

CMYK Percentages of Color #6386ad

%43
%23
%0
%32

Triadic Colors of #6386ad

#6386ad #ad6386 #86ad63

Analogous Colors of #6386ad

#6386ad #6563ad #63abad

Monochromatic Colors of #6386ad

#6386ad

Complementary Color

#6386ad #ad8a63

#6386ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6386ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6386ad Color CSS Codes

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

#6386ad Text Font Color

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

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


#6386ad Background Color

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

This div background color is #6386ad


#6386ad Border Color

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

This div border color is #6386ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6386ad


Comments

No comments written yet.

Please login to write comment.