Color Hex Logo

#6474df Color Hex

#6474DF
(100,116,223)
0 Favorites   0 Comments

Color spaces of #6474df

RGB 100116223
HSL0.640.660.63
HSV232°55°87°
CMYK 0.550.480.00   0.13
XYZ24.820220.527872.4661
Yxy20.52780.21070.1742
Hunter Lab45.307618.4967-63.1145
CIE-Lab52.428824.6377-56.6370

#6474df color RGB value is (100,116,223).

#6474df hex color red value is 100, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6474df hue: 0.64 , saturation: 0.66 and the lightness value of 6474df is 0.63.

The process color (four color CMYK) of #6474df color hex is 0.55, 0.48, 0.00, 0.13. Web safe color of #6474df is #6666cc. Color #6474df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110100 11011111
Octal 144 164 337
Decimal 100 116 223
Hex 64 74 DF

RGB Percentages of Color #6474df

%22.78
%26.42
%50.80

CMYK Percentages of Color #6474df

%55
%48
%0
%13

Triadic Colors of #6474df

#6474df #df6474 #74df64

Analogous Colors of #6474df

#6474df #9264df #64b2df

Monochromatic Colors of #6474df

#6474df

Complementary Color

#6474df #dfcf64

#6474df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6474df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6474df Color CSS Codes

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

#6474df Text Font Color

<p style="color:#6474df">Text here</p>

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


#6474df Background Color

<div style="background-color:#6474df">
Div content here</div>

This div background color is #6474df


#6474df Border Color

<div style="border:3px solid #6474df">
Div here</div>

This div border color is #6474df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,116,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6474df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6474df;
  -webkit-box-shadow: 1px 1px 3px 2px #6474df;
  box-shadow:         1px 1px 3px 2px #6474df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6474df


Comments

No comments written yet.

Please login to write comment.