Color Hex Logo

#6062dd Color Hex

#6062DD
(96,98,221)
0 Favorites   0 Comments

Color spaces of #6062dd

RGB 9698221
HSL0.660.650.62
HSV239°57°87°
CMYK 0.570.560.00   0.13
XYZ22.242716.442670.4080
Yxy16.44260.20390.1507
Hunter Lab40.549526.9514-74.5634
CIE-Lab47.549934.1979-63.3799

#6062dd color RGB value is (96,98,221).

#6062dd hex color red value is 96, green value is 98 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6062dd hue: 0.66 , saturation: 0.65 and the lightness value of 6062dd is 0.62.

The process color (four color CMYK) of #6062dd color hex is 0.57, 0.56, 0.00, 0.13. Web safe color of #6062dd is #6666cc. Color #6062dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 11011101
Octal 140 142 335
Decimal 96 98 221
Hex 60 62 DD

RGB Percentages of Color #6062dd

%23.13
%23.61
%53.25

CMYK Percentages of Color #6062dd

%57
%56
%0
%13

Triadic Colors of #6062dd

#6062dd #dd6062 #62dd60

Analogous Colors of #6062dd

#6062dd #9d60dd #60a1dd

Monochromatic Colors of #6062dd

#6062dd

Complementary Color

#6062dd #dddb60

#6062dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6062dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6062dd Color CSS Codes

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

#6062dd Text Font Color

<p style="color:#6062dd">Text here</p>

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


#6062dd Background Color

<div style="background-color:#6062dd">
Div content here</div>

This div background color is #6062dd


#6062dd Border Color

<div style="border:3px solid #6062dd">
Div here</div>

This div border color is #6062dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,98,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6062dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6062dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6062dd;
  box-shadow:         1px 1px 3px 2px #6062dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6062dd


Comments

No comments written yet.

Please login to write comment.