Color Hex Logo

#6068ec Color Hex

#6068EC
(96,104,236)
0 Favorites   0 Comments

Color spaces of #6068ec

RGB 96104236
HSL0.660.790.65
HSV237°59°93°
CMYK 0.590.560.00   0.07
XYZ24.914518.443681.6037
Yxy18.44360.19940.1476
Hunter Lab42.946028.3986-82.5975
CIE-Lab50.029835.3824-67.8242

#6068ec color RGB value is (96,104,236).

#6068ec hex color red value is 96, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6068ec hue: 0.66 , saturation: 0.79 and the lightness value of 6068ec is 0.65.

The process color (four color CMYK) of #6068ec color hex is 0.59, 0.56, 0.00, 0.07. Web safe color of #6068ec is #6666ff. Color #6068ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101000 11101100
Octal 140 150 354
Decimal 96 104 236
Hex 60 68 EC

RGB Percentages of Color #6068ec

%22.02
%23.85
%54.13

CMYK Percentages of Color #6068ec

%59
%56
%0
%7

Triadic Colors of #6068ec

#6068ec #ec6068 #68ec60

Analogous Colors of #6068ec

#6068ec #9e60ec #60aeec

Monochromatic Colors of #6068ec

#6068ec

Complementary Color

#6068ec #ece460

#6068ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6068ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6068ec Color CSS Codes

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

#6068ec Text Font Color

<p style="color:#6068ec">Text here</p>

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


#6068ec Background Color

<div style="background-color:#6068ec">
Div content here</div>

This div background color is #6068ec


#6068ec Border Color

<div style="border:3px solid #6068ec">
Div here</div>

This div border color is #6068ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,104,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6068ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6068ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6068ec;
  box-shadow:         1px 1px 3px 2px #6068ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6068ec


Comments

No comments written yet.

Please login to write comment.