Color Hex Logo

#6298dc Color Hex

#6298DC
(98,152,220)
0 Favorites   0 Comments

Color spaces of #6298dc

RGB 98152220
HSL0.590.640.62
HSV213°55°86°
CMYK 0.550.310.00   0.14
XYZ29.183530.220572.0051
Yxy30.22050.22210.2300
Hunter Lab54.9732-1.4431-39.1782
CIE-Lab61.84401.7810-40.0328

#6298dc color RGB value is (98,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011000 11011100
Octal 142 230 334
Decimal 98 152 220
Hex 62 98 DC

RGB Percentages of Color #6298dc

%20.85
%32.34
%46.81

CMYK Percentages of Color #6298dc

%55
%31
%0
%14

Triadic Colors of #6298dc

#6298dc #dc6298 #98dc62

Analogous Colors of #6298dc

#6298dc #6962dc #62d5dc

Monochromatic Colors of #6298dc

#6298dc

Complementary Color

#6298dc #dca662

#6298dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6298dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6298dc Color CSS Codes

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

#6298dc Text Font Color

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

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


#6298dc Background Color

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

This div background color is #6298dc


#6298dc Border Color

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

This div border color is #6298dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6298dc


Comments

No comments written yet.

Please login to write comment.