Color Hex Logo

#6060ee Color Hex

#6060EE
(96,96,238)
0 Favorites   0 Comments

Color spaces of #6060ee

RGB 9696238
HSL0.670.810.65
HSV240°60°93°
CMYK 0.600.600.00   0.07
XYZ24.439417.025682.8871
Yxy17.02560.19650.1369
Hunter Lab41.262133.5163-90.2180
CIE-Lab48.292340.8246-71.7673

#6060ee color RGB value is (96,96,238).

#6060ee hex color red value is 96, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6060ee hue: 0.67 , saturation: 0.81 and the lightness value of 6060ee is 0.65.

The process color (four color CMYK) of #6060ee color hex is 0.60, 0.60, 0.00, 0.07. Web safe color of #6060ee is #6666ff. Color #6060ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100000 11101110
Octal 140 140 356
Decimal 96 96 238
Hex 60 60 EE

RGB Percentages of Color #6060ee

%22.33
%22.33
%55.35

CMYK Percentages of Color #6060ee

%60
%60
%0
%7

Triadic Colors of #6060ee

#6060ee #ee6060 #60ee60

Analogous Colors of #6060ee

#6060ee #a760ee #60a7ee

Monochromatic Colors of #6060ee

#6060ee

Complementary Color

#6060ee #eeee60

#6060ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6060ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6060ee Color CSS Codes

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

#6060ee Text Font Color

<p style="color:#6060ee">Text here</p>

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


#6060ee Background Color

<div style="background-color:#6060ee">
Div content here</div>

This div background color is #6060ee


#6060ee Border Color

<div style="border:3px solid #6060ee">
Div here</div>

This div border color is #6060ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,96,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6060ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6060ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6060ee;
  box-shadow:         1px 1px 3px 2px #6060ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6060ee


Comments

No comments written yet.

Please login to write comment.