Color Hex Logo

#6586ee Color Hex

#6586EE
(101,134,238)
0 Favorites   0 Comments

Color spaces of #6586ee

RGB 101134238
HSL0.630.800.66
HSV226°58°93°
CMYK 0.580.440.00   0.07
XYZ29.324525.989984.3599
Yxy25.98990.20990.1861
Hunter Lab50.980313.4599-62.4242
CIE-Lab58.027518.7740-56.0578

#6586ee color RGB value is (101,134,238).

#6586ee hex color red value is 101, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6586ee hue: 0.63 , saturation: 0.80 and the lightness value of 6586ee is 0.66.

The process color (four color CMYK) of #6586ee color hex is 0.58, 0.44, 0.00, 0.07. Web safe color of #6586ee is #6699ff. Color #6586ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000110 11101110
Octal 145 206 356
Decimal 101 134 238
Hex 65 86 EE

RGB Percentages of Color #6586ee

%21.35
%28.33
%50.32

CMYK Percentages of Color #6586ee

%58
%44
%0
%7

Triadic Colors of #6586ee

#6586ee #ee6586 #86ee65

Analogous Colors of #6586ee

#6586ee #8965ee #65cbee

Monochromatic Colors of #6586ee

#6586ee

Complementary Color

#6586ee #eecd65

#6586ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6586ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6586ee Color CSS Codes

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

#6586ee Text Font Color

<p style="color:#6586ee">Text here</p>

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


#6586ee Background Color

<div style="background-color:#6586ee">
Div content here</div>

This div background color is #6586ee


#6586ee Border Color

<div style="border:3px solid #6586ee">
Div here</div>

This div border color is #6586ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,134,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6586ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6586ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6586ee;
  box-shadow:         1px 1px 3px 2px #6586ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6586ee


Comments

No comments written yet.

Please login to write comment.