Color Hex Logo

#6274ac Color Hex

#6274AC
(98,116,172)
0 Favorites   0 Comments

Color spaces of #6274ac

RGB 98116172
HSL0.630.310.53
HSV225°43°67°
CMYK 0.430.330.00   0.33
XYZ18.728818.066041.5297
Yxy18.06600.23910.2307
Hunter Lab42.50414.2711-28.1779
CIE-Lab49.57618.3005-31.9806

#6274ac color RGB value is (98,116,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110100 10101100
Octal 142 164 254
Decimal 98 116 172
Hex 62 74 AC

RGB Percentages of Color #6274ac

%25.39
%30.05
%44.56

CMYK Percentages of Color #6274ac

%43
%33
%0
%33

Triadic Colors of #6274ac

#6274ac #ac6274 #74ac62

Analogous Colors of #6274ac

#6274ac #7562ac #6299ac

Monochromatic Colors of #6274ac

#6274ac

Complementary Color

#6274ac #ac9a62

#6274ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6274ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6274ac Color CSS Codes

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

#6274ac Text Font Color

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

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


#6274ac Background Color

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

This div background color is #6274ac


#6274ac Border Color

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

This div border color is #6274ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6274ac


Comments

No comments written yet.

Please login to write comment.