Color Hex Logo

#6269ac Color Hex

#6269AC
(98,105,172)
0 Favorites   0 Comments

Color spaces of #6269ac

RGB 98105172
HSL0.650.310.53
HSV234°43°67°
CMYK 0.430.390.00   0.33
XYZ17.535015.678441.1318
Yxy15.67840.23590.2109
Hunter Lab39.59609.7555-33.8726
CIE-Lab46.549715.0269-36.7338

#6269ac color RGB value is (98,105,172).

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

The process color (four color CMYK) of #6269ac color hex is 0.43, 0.39, 0.00, 0.33. Web safe color of #6269ac is #666699. Color #6269ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101001 10101100
Octal 142 151 254
Decimal 98 105 172
Hex 62 69 AC

RGB Percentages of Color #6269ac

%26.13
%28.00
%45.87

CMYK Percentages of Color #6269ac

%43
%39
%0
%33

Triadic Colors of #6269ac

#6269ac #ac6269 #69ac62

Analogous Colors of #6269ac

#6269ac #8062ac #628eac

Monochromatic Colors of #6269ac

#6269ac

Complementary Color

#6269ac #aca562

#6269ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6269ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6269ac Color CSS Codes

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

#6269ac Text Font Color

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

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


#6269ac Background Color

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

This div background color is #6269ac


#6269ac Border Color

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

This div border color is #6269ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6269ac


Comments

No comments written yet.

Please login to write comment.