Color Hex Logo

#6278aa Color Hex

#6278AA
(98,120,170)
0 Favorites   0 Comments

Color spaces of #6278aa

RGB 98120170
HSL0.620.300.53
HSV222°42°67°
CMYK 0.420.290.00   0.33
XYZ19.009218.931940.6825
Yxy18.93190.24180.2408
Hunter Lab43.51081.8400-24.9785
CIE-Lab50.60745.2997-29.2093

#6278aa color RGB value is (98,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111000 10101010
Octal 142 170 252
Decimal 98 120 170
Hex 62 78 AA

RGB Percentages of Color #6278aa

%25.26
%30.93
%43.81

CMYK Percentages of Color #6278aa

%42
%29
%0
%33

Triadic Colors of #6278aa

#6278aa #aa6278 #78aa62

Analogous Colors of #6278aa

#6278aa #7062aa #629caa

Monochromatic Colors of #6278aa

#6278aa

Complementary Color

#6278aa #aa9462

#6278aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6278aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6278aa Color CSS Codes

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

#6278aa Text Font Color

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

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


#6278aa Background Color

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

This div background color is #6278aa


#6278aa Border Color

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

This div border color is #6278aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6278aa


Comments

No comments written yet.

Please login to write comment.