Color Hex Logo

#6762da Color Hex

#6762DA
(103,98,218)
0 Favorites   0 Comments

Color spaces of #6762da

RGB 10398218
HSL0.670.620.62
HSV243°55°85°
CMYK 0.530.550.00   0.15
XYZ22.616116.680968.3574
Yxy16.68090.21010.1549
Hunter Lab40.842327.3691-70.6437
CIE-Lab47.855434.5956-61.1576

#6762da color RGB value is (103,98,218).

#6762da hex color red value is 103, green value is 98 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6762da hue: 0.67 , saturation: 0.62 and the lightness value of 6762da is 0.62.

The process color (four color CMYK) of #6762da color hex is 0.53, 0.55, 0.00, 0.15. Web safe color of #6762da is #6666cc. Color #6762da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100010 11011010
Octal 147 142 332
Decimal 103 98 218
Hex 67 62 DA

RGB Percentages of Color #6762da

%24.58
%23.39
%52.03

CMYK Percentages of Color #6762da

%53
%55
%0
%15

Triadic Colors of #6762da

#6762da #da6762 #62da67

Analogous Colors of #6762da

#6762da #a362da #6299da

Monochromatic Colors of #6762da

#6762da

Complementary Color

#6762da #d5da62

#6762da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6762da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6762da Color CSS Codes

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

#6762da Text Font Color

<p style="color:#6762da">Text here</p>

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


#6762da Background Color

<div style="background-color:#6762da">
Div content here</div>

This div background color is #6762da


#6762da Border Color

<div style="border:3px solid #6762da">
Div here</div>

This div border color is #6762da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,98,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6762da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6762da;
  -webkit-box-shadow: 1px 1px 3px 2px #6762da;
  box-shadow:         1px 1px 3px 2px #6762da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6762da


Comments

No comments written yet.

Please login to write comment.