Color Hex Logo

#6080cd Color Hex

#6080CD
(96,128,205)
0 Favorites   0 Comments

Color spaces of #6080cd

RGB 96128205
HSL0.620.520.59
HSV222°53°80°
CMYK 0.530.380.00   0.20
XYZ23.562522.332960.8264
Yxy22.33290.22080.2093
Hunter Lab47.25776.2984-43.2330
CIE-Lab54.378410.7420-43.3757

#6080cd color RGB value is (96,128,205).

#6080cd hex color red value is 96, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6080cd hue: 0.62 , saturation: 0.52 and the lightness value of 6080cd is 0.59.

The process color (four color CMYK) of #6080cd color hex is 0.53, 0.38, 0.00, 0.20. Web safe color of #6080cd is #6699cc. Color #6080cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000000 11001101
Octal 140 200 315
Decimal 96 128 205
Hex 60 80 CD

RGB Percentages of Color #6080cd

%22.38
%29.84
%47.79

CMYK Percentages of Color #6080cd

%53
%38
%0
%20

Triadic Colors of #6080cd

#6080cd #cd6080 #80cd60

Analogous Colors of #6080cd

#6080cd #7760cd #60b7cd

Monochromatic Colors of #6080cd

#6080cd

Complementary Color

#6080cd #cdad60

#6080cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6080cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6080cd Color CSS Codes

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

#6080cd Text Font Color

<p style="color:#6080cd">Text here</p>

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


#6080cd Background Color

<div style="background-color:#6080cd">
Div content here</div>

This div background color is #6080cd


#6080cd Border Color

<div style="border:3px solid #6080cd">
Div here</div>

This div border color is #6080cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,128,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6080cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6080cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6080cd;
  box-shadow:         1px 1px 3px 2px #6080cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6080cd


Comments

No comments written yet.

Please login to write comment.