Color Hex Logo

#6082b6 Color Hex Glaucous

#6082B6
(96,130,182)
19 Favorites   0 Comments

Color spaces of #6082b6 Glaucous

RGB 96130182
HSL0.600.370.55
HSV216°47°71°
CMYK 0.470.290.00   0.29
XYZ21.250021.829547.3495
Yxy21.82950.23500.2414
Hunter Lab46.7221-0.5787-27.3808
CIE-Lab53.84562.4073-31.1006

#6082b6 color RGB value is (96,130,182). #6082b6 color name is Glaucous color.

#6082b6 hex color red value is 96, green value is 130 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #6082b6 hue: 0.60 , saturation: 0.37 and the lightness value of 6082b6 is 0.55.

The process color (four color CMYK) of #6082b6 color hex is 0.47, 0.29, 0.00, 0.29. Web safe color of #6082b6 is #6699cc. Color #6082b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000010 10110110
Octal 140 202 266
Decimal 96 130 182
Hex 60 82 B6

RGB Percentages of Color #6082b6

%23.53
%31.86
%44.61

CMYK Percentages of Color #6082b6

%47
%29
%0
%29

Triadic Colors of #6082b6

#6082b6 #b66082 #82b660

Analogous Colors of #6082b6

#6082b6 #6960b6 #60adb6

Monochromatic Colors of #6082b6

#6082b6

Complementary Color

#6082b6 #b69460

#6082b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6082b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6082b6 Color CSS Codes

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

#6082b6 Text Font Color

<p style="color:#6082b6">Text here</p>

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


#6082b6 Background Color

<div style="background-color:#6082b6">
Div content here</div>

This div background color is #6082b6


#6082b6 Border Color

<div style="border:3px solid #6082b6">
Div here</div>

This div border color is #6082b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,130,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6082b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6082b6;
  -webkit-box-shadow: 1px 1px 3px 2px #6082b6;
  box-shadow:         1px 1px 3px 2px #6082b6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6082b6


Comments

No comments written yet.

Please login to write comment.