Color Hex Logo

#6486ce Color Hex

#6486CE
(100,134,206)
0 Favorites   0 Comments

Color spaces of #6486ce

RGB 100134206
HSL0.610.520.60
HSV221°51°81°
CMYK 0.510.350.00   0.19
XYZ24.921224.215861.7531
Yxy24.21580.22470.2184
Hunter Lab49.20964.2811-39.9564
CIE-Lab56.30328.3705-40.8894

#6486ce color RGB value is (100,134,206).

#6486ce hex color red value is 100, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6486ce hue: 0.61 , saturation: 0.52 and the lightness value of 6486ce is 0.60.

The process color (four color CMYK) of #6486ce color hex is 0.51, 0.35, 0.00, 0.19. Web safe color of #6486ce is #6699cc. Color #6486ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 11001110
Octal 144 206 316
Decimal 100 134 206
Hex 64 86 CE

RGB Percentages of Color #6486ce

%22.73
%30.45
%46.82

CMYK Percentages of Color #6486ce

%51
%35
%0
%19

Triadic Colors of #6486ce

#6486ce #ce6486 #86ce64

Analogous Colors of #6486ce

#6486ce #7764ce #64bbce

Monochromatic Colors of #6486ce

#6486ce

Complementary Color

#6486ce #ceac64

#6486ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6486ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6486ce Color CSS Codes

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

#6486ce Text Font Color

<p style="color:#6486ce">Text here</p>

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


#6486ce Background Color

<div style="background-color:#6486ce">
Div content here</div>

This div background color is #6486ce


#6486ce Border Color

<div style="border:3px solid #6486ce">
Div here</div>

This div border color is #6486ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,134,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6486ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6486ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6486ce;
  box-shadow:         1px 1px 3px 2px #6486ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6486ce


Comments

No comments written yet.

Please login to write comment.