Color Hex Logo

#6475eb Color Hex

#6475EB
(100,117,235)
0 Favorites   0 Comments

Color spaces of #6475eb

RGB 100117235
HSL0.650.770.66
HSV232°57°92°
CMYK 0.570.500.00   0.08
XYZ26.612221.430181.3311
Yxy21.43010.20570.1656
Hunter Lab46.292721.6019-71.7611
CIE-Lab53.417027.8913-61.7816

#6475eb color RGB value is (100,117,235).

#6475eb hex color red value is 100, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6475eb hue: 0.65 , saturation: 0.77 and the lightness value of 6475eb is 0.66.

The process color (four color CMYK) of #6475eb color hex is 0.57, 0.50, 0.00, 0.08. Web safe color of #6475eb is #6666ff. Color #6475eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110101 11101011
Octal 144 165 353
Decimal 100 117 235
Hex 64 75 EB

RGB Percentages of Color #6475eb

%22.12
%25.88
%51.99

CMYK Percentages of Color #6475eb

%57
%50
%0
%8

Triadic Colors of #6475eb

#6475eb #eb6475 #75eb64

Analogous Colors of #6475eb

#6475eb #9764eb #64b9eb

Monochromatic Colors of #6475eb

#6475eb

Complementary Color

#6475eb #ebda64

#6475eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6475eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6475eb Color CSS Codes

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

#6475eb Text Font Color

<p style="color:#6475eb">Text here</p>

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


#6475eb Background Color

<div style="background-color:#6475eb">
Div content here</div>

This div background color is #6475eb


#6475eb Border Color

<div style="border:3px solid #6475eb">
Div here</div>

This div border color is #6475eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,117,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6475eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6475eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6475eb;
  box-shadow:         1px 1px 3px 2px #6475eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6475eb


Comments

No comments written yet.

Please login to write comment.