Color Hex Logo

#6276ac Color Hex

#6276AC
(98,118,172)
0 Favorites   0 Comments

Color spaces of #6276ac

RGB 98118172
HSL0.620.310.53
HSV224°43°67°
CMYK 0.430.310.00   0.33
XYZ18.961818.532141.6074
Yxy18.53210.23970.2343
Hunter Lab43.04893.2884-27.1704
CIE-Lab50.13527.0919-31.1070

#6276ac color RGB value is (98,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110110 10101100
Octal 142 166 254
Decimal 98 118 172
Hex 62 76 AC

RGB Percentages of Color #6276ac

%25.26
%30.41
%44.33

CMYK Percentages of Color #6276ac

%43
%31
%0
%33

Triadic Colors of #6276ac

#6276ac #ac6276 #76ac62

Analogous Colors of #6276ac

#6276ac #7362ac #629bac

Monochromatic Colors of #6276ac

#6276ac

Complementary Color

#6276ac #ac9862

#6276ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6276ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6276ac Color CSS Codes

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

#6276ac Text Font Color

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

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


#6276ac Background Color

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

This div background color is #6276ac


#6276ac Border Color

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

This div border color is #6276ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6276ac


Comments

No comments written yet.

Please login to write comment.