Color Hex Logo

#6767be Color Hex

#6767BE
(103,103,190)
0 Favorites   0 Comments

Color spaces of #6767be

RGB 103103190
HSL0.670.400.57
HSV240°46°75°
CMYK 0.460.460.00   0.25
XYZ19.738016.301850.8214
Yxy16.30180.22720.1877
Hunter Lab40.375516.6046-46.3666
CIE-Lab47.368022.9530-45.8855

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

#6767be hex color red value is 103, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6767be hue: 0.67 , saturation: 0.40 and the lightness value of 6767be is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100111 10111110
Octal 147 147 276
Decimal 103 103 190
Hex 67 67 BE

RGB Percentages of Color #6767be

%26.01
%26.01
%47.98

CMYK Percentages of Color #6767be

%46
%46
%0
%25

Triadic Colors of #6767be

#6767be #be6767 #67be67

Analogous Colors of #6767be

#6767be #9367be #6793be

Monochromatic Colors of #6767be

#6767be

Complementary Color

#6767be #bebe67

#6767be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6767be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6767be Color CSS Codes

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

#6767be Text Font Color

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

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


#6767be Background Color

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

This div background color is #6767be


#6767be Border Color

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

This div border color is #6767be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6767be


Comments

No comments written yet.

Please login to write comment.