Color Hex Logo

#6081de Color Hex

#6081DE
(96,129,222)
0 Favorites   0 Comments

Color spaces of #6081de

RGB 96129222
HSL0.620.660.62
HSV224°57°87°
CMYK 0.570.420.00   0.13
XYZ25.858923.461272.2728
Yxy23.46120.21270.1929
Hunter Lab48.436810.5313-54.5612
CIE-Lab55.544215.6063-51.1101

#6081de color RGB value is (96,129,222).

#6081de hex color red value is 96, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6081de hue: 0.62 , saturation: 0.66 and the lightness value of 6081de is 0.62.

The process color (four color CMYK) of #6081de color hex is 0.57, 0.42, 0.00, 0.13. Web safe color of #6081de is #6699cc. Color #6081de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000001 11011110
Octal 140 201 336
Decimal 96 129 222
Hex 60 81 DE

RGB Percentages of Color #6081de

%21.48
%28.86
%49.66

CMYK Percentages of Color #6081de

%57
%42
%0
%13

Triadic Colors of #6081de

#6081de #de6081 #81de60

Analogous Colors of #6081de

#6081de #7e60de #60c0de

Monochromatic Colors of #6081de

#6081de

Complementary Color

#6081de #debd60

#6081de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6081de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6081de Color CSS Codes

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

#6081de Text Font Color

<p style="color:#6081de">Text here</p>

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


#6081de Background Color

<div style="background-color:#6081de">
Div content here</div>

This div background color is #6081de


#6081de Border Color

<div style="border:3px solid #6081de">
Div here</div>

This div border color is #6081de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,129,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6081de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6081de;
  -webkit-box-shadow: 1px 1px 3px 2px #6081de;
  box-shadow:         1px 1px 3px 2px #6081de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6081de


Comments

No comments written yet.

Please login to write comment.