Color Hex Logo

#6492fb Color Hex

#6492FB
(100,146,251)
0 Favorites   0 Comments

Color spaces of #6492fb

RGB 100146251
HSL0.620.950.69
HSV222°60°98°
CMYK 0.600.420.00   0.02
XYZ32.947030.232195.3657
Yxy30.23210.20780.1907
Hunter Lab54.983710.7381-64.3460
CIE-Lab61.854015.6560-57.1244

#6492fb color RGB value is (100,146,251).

#6492fb hex color red value is 100, green value is 146 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6492fb hue: 0.62 , saturation: 0.95 and the lightness value of 6492fb is 0.69.

The process color (four color CMYK) of #6492fb color hex is 0.60, 0.42, 0.00, 0.02. Web safe color of #6492fb is #6699ff. Color #6492fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010010 11111011
Octal 144 222 373
Decimal 100 146 251
Hex 64 92 FB

RGB Percentages of Color #6492fb

%20.12
%29.38
%50.50

CMYK Percentages of Color #6492fb

%60
%42
%0
%2

Triadic Colors of #6492fb

#6492fb #fb6492 #92fb64

Analogous Colors of #6492fb

#6492fb #8264fb #64defb

Monochromatic Colors of #6492fb

#6492fb

Complementary Color

#6492fb #fbcd64

#6492fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6492fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6492fb Color CSS Codes

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

#6492fb Text Font Color

<p style="color:#6492fb">Text here</p>

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


#6492fb Background Color

<div style="background-color:#6492fb">
Div content here</div>

This div background color is #6492fb


#6492fb Border Color

<div style="border:3px solid #6492fb">
Div here</div>

This div border color is #6492fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,146,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6492fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6492fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6492fb;
  box-shadow:         1px 1px 3px 2px #6492fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6492fb


Comments

No comments written yet.

Please login to write comment.