Color Hex Logo

#6397ac Color Hex

#6397AC
(99,151,172)
0 Favorites   0 Comments

Color spaces of #6397ac

RGB 99151172
HSL0.550.310.53
HSV197°42°67°
CMYK 0.420.120.00   0.33
XYZ23.658627.764443.1419
Yxy27.76440.25020.2936
Hunter Lab52.6919-12.0647-11.6598
CIE-Lab59.6753-11.6628-16.4213

#6397ac color RGB value is (99,151,172).

#6397ac hex color red value is 99, green value is 151 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6397ac hue: 0.55 , saturation: 0.31 and the lightness value of 6397ac is 0.53.

The process color (four color CMYK) of #6397ac color hex is 0.42, 0.12, 0.00, 0.33. Web safe color of #6397ac is #669999. Color #6397ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010111 10101100
Octal 143 227 254
Decimal 99 151 172
Hex 63 97 AC

RGB Percentages of Color #6397ac

%23.46
%35.78
%40.76

CMYK Percentages of Color #6397ac

%42
%12
%0
%33

Triadic Colors of #6397ac

#6397ac #ac6397 #97ac63

Analogous Colors of #6397ac

#6397ac #6373ac #63ac9d

Monochromatic Colors of #6397ac

#6397ac

Complementary Color

#6397ac #ac7863

#6397ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6397ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6397ac Color CSS Codes

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

#6397ac Text Font Color

<p style="color:#6397ac">Text here</p>

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


#6397ac Background Color

<div style="background-color:#6397ac">
Div content here</div>

This div background color is #6397ac


#6397ac Border Color

<div style="border:3px solid #6397ac">
Div here</div>

This div border color is #6397ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,151,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6397ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6397ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6397ac;
  box-shadow:         1px 1px 3px 2px #6397ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6397ac


Comments

No comments written yet.

Please login to write comment.