Color Hex Logo

#6399aa Color Hex

#6399AA
(99,153,170)
0 Favorites   0 Comments

Color spaces of #6399aa

RGB 99153170
HSL0.540.290.53
HSV194°42°67°
CMYK 0.420.100.00   0.33
XYZ23.792528.337442.2459
Yxy28.33740.25210.3003
Hunter Lab53.2329-13.3768-9.7898
CIE-Lab60.1923-13.2992-14.5057

#6399aa color RGB value is (99,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 10101010
Octal 143 231 252
Decimal 99 153 170
Hex 63 99 AA

RGB Percentages of Color #6399aa

%23.46
%36.26
%40.28

CMYK Percentages of Color #6399aa

%42
%10
%0
%33

Triadic Colors of #6399aa

#6399aa #aa6399 #99aa63

Analogous Colors of #6399aa

#6399aa #6376aa #63aa98

Monochromatic Colors of #6399aa

#6399aa

Complementary Color

#6399aa #aa7463

#6399aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6399aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6399aa Color CSS Codes

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

#6399aa Text Font Color

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

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


#6399aa Background Color

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

This div background color is #6399aa


#6399aa Border Color

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

This div border color is #6399aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6399aa


Comments

No comments written yet.

Please login to write comment.