Color Hex Logo

#6d67fb Color Hex

#6D67FB
(109,103,251)
0 Favorites   0 Comments

Color spaces of #6d67fb

RGB 109103251
HSL0.670.950.69
HSV242°59°98°
CMYK 0.570.590.00   0.02
XYZ28.569519.916793.6053
Yxy19.91670.20110.1402
Hunter Lab44.628136.1708-93.1182
CIE-Lab51.742942.9379-73.3725

#6d67fb color RGB value is (109,103,251).

#6d67fb hex color red value is 109, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6d67fb hue: 0.67 , saturation: 0.95 and the lightness value of 6d67fb is 0.69.

The process color (four color CMYK) of #6d67fb color hex is 0.57, 0.59, 0.00, 0.02. Web safe color of #6d67fb is #6666ff. Color #6d67fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100111 11111011
Octal 155 147 373
Decimal 109 103 251
Hex 6D 67 FB

RGB Percentages of Color #6d67fb

%23.54
%22.25
%54.21

CMYK Percentages of Color #6d67fb

%57
%59
%0
%2

Triadic Colors of #6d67fb

#6d67fb #fb6d67 #67fb6d

Analogous Colors of #6d67fb

#6d67fb #b767fb #67abfb

Monochromatic Colors of #6d67fb

#6d67fb

Complementary Color

#6d67fb #f5fb67

#6d67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d67fb Color CSS Codes

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

#6d67fb Text Font Color

<p style="color:#6d67fb">Text here</p>

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


#6d67fb Background Color

<div style="background-color:#6d67fb">
Div content here</div>

This div background color is #6d67fb


#6d67fb Border Color

<div style="border:3px solid #6d67fb">
Div here</div>

This div border color is #6d67fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,103,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d67fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d67fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d67fb;
  box-shadow:         1px 1px 3px 2px #6d67fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,103,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 #6d67fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d67fb


Comments

No comments written yet.

Please login to write comment.