Color Hex Logo

#6731be Color Hex

#6731BE
(103,49,190)
0 Favorites   0 Comments

Color spaces of #6731be

RGB 10349190
HSL0.730.590.47
HSV263°74°75°
CMYK 0.460.740.00   0.25
XYZ15.98618.797949.5708
Yxy8.79790.21500.1183
Hunter Lab29.661344.2964-78.3244
CIE-Lab35.592253.6169-64.9054

#6731be color RGB value is (103,49,190).

#6731be hex color red value is 103, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6731be hue: 0.73 , saturation: 0.59 and the lightness value of 6731be is 0.47.

The process color (four color CMYK) of #6731be color hex is 0.46, 0.74, 0.00, 0.25. Web safe color of #6731be is #6633cc. Color #6731be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110001 10111110
Octal 147 61 276
Decimal 103 49 190
Hex 67 31 BE

RGB Percentages of Color #6731be

%30.12
%14.33
%55.56

CMYK Percentages of Color #6731be

%46
%74
%0
%25

Triadic Colors of #6731be

#6731be #be6731 #31be67

Analogous Colors of #6731be

#6731be #ae31be #3142be

Monochromatic Colors of #6731be

#6731be

Complementary Color

#6731be #88be31

#6731be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6731be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6731be Color CSS Codes

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

#6731be Text Font Color

<p style="color:#6731be">Text here</p>

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


#6731be Background Color

<div style="background-color:#6731be">
Div content here</div>

This div background color is #6731be


#6731be Border Color

<div style="border:3px solid #6731be">
Div here</div>

This div border color is #6731be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,49,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6731be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6731be;
  -webkit-box-shadow: 1px 1px 3px 2px #6731be;
  box-shadow:         1px 1px 3px 2px #6731be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,49,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6731be


Comments

No comments written yet.

Please login to write comment.