Color Hex Logo

#6289cd Color Hex

#6289CD
(98,137,205)
0 Favorites   0 Comments

Color spaces of #6289cd

RGB 98137205
HSL0.610.520.59
HSV218°52°80°
CMYK 0.520.330.00   0.20
XYZ25.002124.895861.2452
Yxy24.89580.22500.2240
Hunter Lab49.89572.1266-37.8494
CIE-Lab56.97385.8261-39.2782

#6289cd color RGB value is (98,137,205).

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

The process color (four color CMYK) of #6289cd color hex is 0.52, 0.33, 0.00, 0.20. Web safe color of #6289cd is #6699cc. Color #6289cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001001 11001101
Octal 142 211 315
Decimal 98 137 205
Hex 62 89 CD

RGB Percentages of Color #6289cd

%22.27
%31.14
%46.59

CMYK Percentages of Color #6289cd

%52
%33
%0
%20

Triadic Colors of #6289cd

#6289cd #cd6289 #89cd62

Analogous Colors of #6289cd

#6289cd #7162cd #62bfcd

Monochromatic Colors of #6289cd

#6289cd

Complementary Color

#6289cd #cda662

#6289cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6289cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6289cd Color CSS Codes

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

#6289cd Text Font Color

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

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


#6289cd Background Color

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

This div background color is #6289cd


#6289cd Border Color

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

This div border color is #6289cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6289cd


Comments

No comments written yet.

Please login to write comment.