Color Hex Logo

#6289da Color Hex

#6289DA
(98,137,218)
0 Favorites   0 Comments

Color spaces of #6289da

RGB 98137218
HSL0.610.620.62
HSV221°55°85°
CMYK 0.550.370.00   0.15
XYZ26.637625.549969.8573
Yxy25.54990.21830.2093
Hunter Lab50.54695.6102-46.5577
CIE-Lab57.60739.9338-45.5874

#6289da color RGB value is (98,137,218).

#6289da hex color red value is 98, green value is 137 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6289da hue: 0.61 , saturation: 0.62 and the lightness value of 6289da is 0.62.

The process color (four color CMYK) of #6289da color hex is 0.55, 0.37, 0.00, 0.15. Web safe color of #6289da is #6699cc. Color #6289da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001001 11011010
Octal 142 211 332
Decimal 98 137 218
Hex 62 89 DA

RGB Percentages of Color #6289da

%21.63
%30.24
%48.12

CMYK Percentages of Color #6289da

%55
%37
%0
%15

Triadic Colors of #6289da

#6289da #da6289 #89da62

Analogous Colors of #6289da

#6289da #7762da #62c5da

Monochromatic Colors of #6289da

#6289da

Complementary Color

#6289da #dab362

#6289da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6289da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6289da Color CSS Codes

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

#6289da Text Font Color

<p style="color:#6289da">Text here</p>

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


#6289da Background Color

<div style="background-color:#6289da">
Div content here</div>

This div background color is #6289da


#6289da Border Color

<div style="border:3px solid #6289da">
Div here</div>

This div border color is #6289da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,137,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6289da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6289da;
  -webkit-box-shadow: 1px 1px 3px 2px #6289da;
  box-shadow:         1px 1px 3px 2px #6289da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6289da


Comments

No comments written yet.

Please login to write comment.