Color Hex Logo

#6769eb Color Hex

#6769EB
(103,105,235)
0 Favorites   0 Comments

Color spaces of #6769eb

RGB 103105235
HSL0.660.770.66
HSV239°56°92°
CMYK 0.560.550.00   0.08
XYZ25.640518.984980.9103
Yxy18.98490.20420.1512
Hunter Lab43.571728.7910-79.5983
CIE-Lab50.669535.7033-66.2051

#6769eb color RGB value is (103,105,235).

#6769eb hex color red value is 103, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6769eb hue: 0.66 , saturation: 0.77 and the lightness value of 6769eb is 0.66.

The process color (four color CMYK) of #6769eb color hex is 0.56, 0.55, 0.00, 0.08. Web safe color of #6769eb is #6666ff. Color #6769eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 11101011
Octal 147 151 353
Decimal 103 105 235
Hex 67 69 EB

RGB Percentages of Color #6769eb

%23.25
%23.70
%53.05

CMYK Percentages of Color #6769eb

%56
%55
%0
%8

Triadic Colors of #6769eb

#6769eb #eb6769 #69eb67

Analogous Colors of #6769eb

#6769eb #a767eb #67abeb

Monochromatic Colors of #6769eb

#6769eb

Complementary Color

#6769eb #ebe967

#6769eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6769eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6769eb Color CSS Codes

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

#6769eb Text Font Color

<p style="color:#6769eb">Text here</p>

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


#6769eb Background Color

<div style="background-color:#6769eb">
Div content here</div>

This div background color is #6769eb


#6769eb Border Color

<div style="border:3px solid #6769eb">
Div here</div>

This div border color is #6769eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,105,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6769eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6769eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6769eb;
  box-shadow:         1px 1px 3px 2px #6769eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6769eb


Comments

No comments written yet.

Please login to write comment.