Color Hex Logo

#6589ca Color Hex

#6589CA
(101,137,202)
0 Favorites   0 Comments

Color spaces of #6589ca

RGB 101137202
HSL0.610.490.59
HSV219°50°79°
CMYK 0.500.320.00   0.21
XYZ24.973224.922359.3714
Yxy24.92230.22860.2281
Hunter Lab49.92221.9293-35.5667
CIE-Lab56.99965.5911-37.5324

#6589ca color RGB value is (101,137,202).

#6589ca hex color red value is 101, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6589ca hue: 0.61 , saturation: 0.49 and the lightness value of 6589ca is 0.59.

The process color (four color CMYK) of #6589ca color hex is 0.50, 0.32, 0.00, 0.21. Web safe color of #6589ca is #6699cc. Color #6589ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001001 11001010
Octal 145 211 312
Decimal 101 137 202
Hex 65 89 CA

RGB Percentages of Color #6589ca

%22.95
%31.14
%45.91

CMYK Percentages of Color #6589ca

%50
%32
%0
%21

Triadic Colors of #6589ca

#6589ca #ca6589 #89ca65

Analogous Colors of #6589ca

#6589ca #7465ca #65bcca

Monochromatic Colors of #6589ca

#6589ca

Complementary Color

#6589ca #caa665

#6589ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6589ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6589ca Color CSS Codes

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

#6589ca Text Font Color

<p style="color:#6589ca">Text here</p>

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


#6589ca Background Color

<div style="background-color:#6589ca">
Div content here</div>

This div background color is #6589ca


#6589ca Border Color

<div style="border:3px solid #6589ca">
Div here</div>

This div border color is #6589ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,137,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6589ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6589ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6589ca;
  box-shadow:         1px 1px 3px 2px #6589ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6589ca


Comments

No comments written yet.

Please login to write comment.