Color Hex Logo

#6884fb Color Hex

#6884FB
(104,132,251)
0 Favorites   0 Comments

Color spaces of #6884fb

RGB 104132251
HSL0.630.950.70
HSV229°59°98°
CMYK 0.590.470.00   0.02
XYZ31.372826.410694.7110
Yxy26.41060.20570.1732
Hunter Lab51.391219.0342-73.2941
CIE-Lab58.424824.7516-62.5979

#6884fb color RGB value is (104,132,251).

#6884fb hex color red value is 104, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6884fb hue: 0.63 , saturation: 0.95 and the lightness value of 6884fb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000100 11111011
Octal 150 204 373
Decimal 104 132 251
Hex 68 84 FB

RGB Percentages of Color #6884fb

%21.36
%27.10
%51.54

CMYK Percentages of Color #6884fb

%59
%47
%0
%2

Triadic Colors of #6884fb

#6884fb #fb6884 #84fb68

Analogous Colors of #6884fb

#6884fb #9668fb #68cefb

Monochromatic Colors of #6884fb

#6884fb

Complementary Color

#6884fb #fbdf68

#6884fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6884fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6884fb Color CSS Codes

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

#6884fb Text Font Color

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

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


#6884fb Background Color

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

This div background color is #6884fb


#6884fb Border Color

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

This div border color is #6884fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,132,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 #6884fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6884fb


Comments

No comments written yet.

Please login to write comment.