Color Hex Logo

#6398aa Color Hex

#6398AA
(99,152,170)
0 Favorites   0 Comments

Color spaces of #6398aa

RGB 99152170
HSL0.540.290.53
HSV195°42°67°
CMYK 0.420.110.00   0.33
XYZ23.629528.011442.1915
Yxy28.01140.25180.2985
Hunter Lab52.9258-12.9262-10.2169
CIE-Lab59.8990-12.7562-14.9488

#6398aa color RGB value is (99,152,170).

#6398aa hex color red value is 99, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6398aa hue: 0.54 , saturation: 0.29 and the lightness value of 6398aa is 0.53.

The process color (four color CMYK) of #6398aa color hex is 0.42, 0.11, 0.00, 0.33. Web safe color of #6398aa is #669999. Color #6398aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011000 10101010
Octal 143 230 252
Decimal 99 152 170
Hex 63 98 AA

RGB Percentages of Color #6398aa

%23.52
%36.10
%40.38

CMYK Percentages of Color #6398aa

%42
%11
%0
%33

Triadic Colors of #6398aa

#6398aa #aa6398 #98aa63

Analogous Colors of #6398aa

#6398aa #6375aa #63aa99

Monochromatic Colors of #6398aa

#6398aa

Complementary Color

#6398aa #aa7563

#6398aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6398aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6398aa Color CSS Codes

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

#6398aa Text Font Color

<p style="color:#6398aa">Text here</p>

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


#6398aa Background Color

<div style="background-color:#6398aa">
Div content here</div>

This div background color is #6398aa


#6398aa Border Color

<div style="border:3px solid #6398aa">
Div here</div>

This div border color is #6398aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,152,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6398aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6398aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6398aa;
  box-shadow:         1px 1px 3px 2px #6398aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6398aa


Comments

No comments written yet.

Please login to write comment.