Color Hex Logo

#6662da Color Hex

#6662DA
(102,98,218)
0 Favorites   0 Comments

Color spaces of #6662da

RGB 10298218
HSL0.670.620.62
HSV242°55°85°
CMYK 0.530.550.00   0.15
XYZ22.502116.622168.3521
Yxy16.62210.20940.1547
Hunter Lab40.770227.1708-70.8618
CIE-Lab47.780334.3979-61.2826

#6662da color RGB value is (102,98,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100010 11011010
Octal 146 142 332
Decimal 102 98 218
Hex 66 62 DA

RGB Percentages of Color #6662da

%24.40
%23.44
%52.15

CMYK Percentages of Color #6662da

%53
%55
%0
%15

Triadic Colors of #6662da

#6662da #da6662 #62da66

Analogous Colors of #6662da

#6662da #a262da #629ada

Monochromatic Colors of #6662da

#6662da

Complementary Color

#6662da #d6da62

#6662da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6662da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6662da Color CSS Codes

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

#6662da Text Font Color

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

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


#6662da Background Color

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

This div background color is #6662da


#6662da Border Color

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

This div border color is #6662da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6662da


Comments

No comments written yet.

Please login to write comment.