Color Hex Logo

#6069ae Color Hex

#6069AE
(96,105,174)
0 Favorites   0 Comments

Color spaces of #6069ae

RGB 96105174
HSL0.650.330.53
HSV233°45°68°
CMYK 0.450.400.00   0.32
XYZ17.515415.645942.1412
Yxy15.64590.23260.2078
Hunter Lab39.55499.8209-35.4783
CIE-Lab46.506515.1073-37.9815

#6069ae color RGB value is (96,105,174).

#6069ae hex color red value is 96, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6069ae hue: 0.65 , saturation: 0.33 and the lightness value of 6069ae is 0.53.

The process color (four color CMYK) of #6069ae color hex is 0.45, 0.40, 0.00, 0.32. Web safe color of #6069ae is #666699. Color #6069ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101001 10101110
Octal 140 151 256
Decimal 96 105 174
Hex 60 69 AE

RGB Percentages of Color #6069ae

%25.60
%28.00
%46.40

CMYK Percentages of Color #6069ae

%45
%40
%0
%32

Triadic Colors of #6069ae

#6069ae #ae6069 #69ae60

Analogous Colors of #6069ae

#6069ae #7e60ae #6090ae

Monochromatic Colors of #6069ae

#6069ae

Complementary Color

#6069ae #aea560

#6069ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6069ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6069ae Color CSS Codes

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

#6069ae Text Font Color

<p style="color:#6069ae">Text here</p>

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


#6069ae Background Color

<div style="background-color:#6069ae">
Div content here</div>

This div background color is #6069ae


#6069ae Border Color

<div style="border:3px solid #6069ae">
Div here</div>

This div border color is #6069ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,105,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6069ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6069ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6069ae;
  box-shadow:         1px 1px 3px 2px #6069ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,105,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6069ae


Comments

No comments written yet.

Please login to write comment.