Color Hex Logo

#6780da Color Hex

#6780DA
(103,128,218)
0 Favorites   0 Comments

Color spaces of #6780da

RGB 103128218
HSL0.630.610.63
HSV227°53°85°
CMYK 0.530.410.00   0.15
XYZ25.967623.383969.4746
Yxy23.38390.21850.1968
Hunter Lab48.356911.2297-51.3324
CIE-Lab55.465616.3987-48.9645

#6780da color RGB value is (103,128,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000000 11011010
Octal 147 200 332
Decimal 103 128 218
Hex 67 80 DA

RGB Percentages of Color #6780da

%22.94
%28.51
%48.55

CMYK Percentages of Color #6780da

%53
%41
%0
%15

Triadic Colors of #6780da

#6780da #da6780 #80da67

Analogous Colors of #6780da

#6780da #8867da #67bada

Monochromatic Colors of #6780da

#6780da

Complementary Color

#6780da #dac167

#6780da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6780da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6780da Color CSS Codes

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

#6780da Text Font Color

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

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


#6780da Background Color

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

This div background color is #6780da


#6780da Border Color

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

This div border color is #6780da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6780da


Comments

No comments written yet.

Please login to write comment.