Color Hex Logo

#6269aa Color Hex

#6269AA
(98,105,170)
0 Favorites   0 Comments

Color spaces of #6269aa

RGB 98105170
HSL0.650.300.53
HSV234°42°67°
CMYK 0.420.380.00   0.33
XYZ17.344315.602140.1276
Yxy15.60210.23740.2135
Hunter Lab39.49959.2556-32.5832
CIE-Lab46.448114.4294-35.7227

#6269aa color RGB value is (98,105,170).

#6269aa hex color red value is 98, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6269aa hue: 0.65 , saturation: 0.30 and the lightness value of 6269aa is 0.53.

The process color (four color CMYK) of #6269aa color hex is 0.42, 0.38, 0.00, 0.33. Web safe color of #6269aa is #666699. Color #6269aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101001 10101010
Octal 142 151 252
Decimal 98 105 170
Hex 62 69 AA

RGB Percentages of Color #6269aa

%26.27
%28.15
%45.58

CMYK Percentages of Color #6269aa

%42
%38
%0
%33

Triadic Colors of #6269aa

#6269aa #aa6269 #69aa62

Analogous Colors of #6269aa

#6269aa #7f62aa #628daa

Monochromatic Colors of #6269aa

#6269aa

Complementary Color

#6269aa #aaa362

#6269aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6269aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6269aa Color CSS Codes

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

#6269aa Text Font Color

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

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


#6269aa Background Color

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

This div background color is #6269aa


#6269aa Border Color

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

This div border color is #6269aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6269aa


Comments

No comments written yet.

Please login to write comment.