Color Hex Logo

#6266aa Color Hex

#6266AA
(98,102,170)
0 Favorites   0 Comments

Color spaces of #6266aa

RGB 98102170
HSL0.660.300.53
HSV237°42°67°
CMYK 0.420.400.00   0.33
XYZ17.044115.001740.0275
Yxy15.00170.23650.2081
Hunter Lab38.732010.7682-34.1607
CIE-Lab45.636516.2817-37.0026

#6266aa color RGB value is (98,102,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100110 10101010
Octal 142 146 252
Decimal 98 102 170
Hex 62 66 AA

RGB Percentages of Color #6266aa

%26.49
%27.57
%45.95

CMYK Percentages of Color #6266aa

%42
%40
%0
%33

Triadic Colors of #6266aa

#6266aa #aa6266 #66aa62

Analogous Colors of #6266aa

#6266aa #8262aa #628aaa

Monochromatic Colors of #6266aa

#6266aa

Complementary Color

#6266aa #aaa662

#6266aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6266aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6266aa Color CSS Codes

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

#6266aa Text Font Color

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

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


#6266aa Background Color

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

This div background color is #6266aa


#6266aa Border Color

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

This div border color is #6266aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6266aa


Comments

No comments written yet.

Please login to write comment.