Color Hex Logo

#6683da Color Hex

#6683DA
(102,131,218)
0 Favorites   0 Comments

Color spaces of #6683da

RGB 102131218
HSL0.630.610.63
HSV225°53°85°
CMYK 0.530.400.00   0.15
XYZ26.250724.119369.6016
Yxy24.11930.21880.2010
Hunter Lab49.11149.4657-49.6489
CIE-Lab56.207014.3776-47.7910

#6683da color RGB value is (102,131,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 11011010
Octal 146 203 332
Decimal 102 131 218
Hex 66 83 DA

RGB Percentages of Color #6683da

%22.62
%29.05
%48.34

CMYK Percentages of Color #6683da

%53
%40
%0
%15

Triadic Colors of #6683da

#6683da #da6683 #83da66

Analogous Colors of #6683da

#6683da #8366da #66bdda

Monochromatic Colors of #6683da

#6683da

Complementary Color

#6683da #dabd66

#6683da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6683da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6683da Color CSS Codes

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

#6683da Text Font Color

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

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


#6683da Background Color

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

This div background color is #6683da


#6683da Border Color

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

This div border color is #6683da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6683da


Comments

No comments written yet.

Please login to write comment.