Color Hex Logo

#6278dc Color Hex

#6278DC
(98,120,220)
0 Favorites   0 Comments

Color spaces of #6278dc

RGB 98120220
HSL0.640.640.62
HSV229°55°86°
CMYK 0.550.450.00   0.14
XYZ24.671721.196970.5012
Yxy21.19690.21200.1822
Hunter Lab46.040115.0834-58.5627
CIE-Lab53.164320.8286-53.7762

#6278dc color RGB value is (98,120,220).

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

The process color (four color CMYK) of #6278dc color hex is 0.55, 0.45, 0.00, 0.14. Web safe color of #6278dc is #6666cc. Color #6278dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111000 11011100
Octal 142 170 334
Decimal 98 120 220
Hex 62 78 DC

RGB Percentages of Color #6278dc

%22.37
%27.40
%50.23

CMYK Percentages of Color #6278dc

%55
%45
%0
%14

Triadic Colors of #6278dc

#6278dc #dc6278 #78dc62

Analogous Colors of #6278dc

#6278dc #8962dc #62b5dc

Monochromatic Colors of #6278dc

#6278dc

Complementary Color

#6278dc #dcc662

#6278dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6278dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6278dc Color CSS Codes

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

#6278dc Text Font Color

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

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


#6278dc Background Color

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

This div background color is #6278dc


#6278dc Border Color

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

This div border color is #6278dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6278dc


Comments

No comments written yet.

Please login to write comment.