Color Hex Logo

#62696b Color Hex

#62696B
(98,105,107)
0 Favorites   0 Comments

Color spaces of #62696b

RGB 98105107
HSL0.540.040.40
HSV193°42°
CMYK 0.080.020.00   0.58
XYZ12.742413.761415.8945
Yxy13.76140.30050.3246
Hunter Lab37.0964-3.60480.5638
CIE-Lab43.8888-2.2390-2.0509

#62696b color RGB value is (98,105,107).

#62696b hex color red value is 98, green value is 105 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #62696b hue: 0.54 , saturation: 0.04 and the lightness value of 62696b is 0.40.

The process color (four color CMYK) of #62696b color hex is 0.08, 0.02, 0.00, 0.58. Web safe color of #62696b is #666666. Color #62696b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101001 01101011
Octal 142 151 153
Decimal 98 105 107
Hex 62 69 6B

RGB Percentages of Color #62696b

%31.61
%33.87
%34.52

CMYK Percentages of Color #62696b

%8
%2
%0
%58

Triadic Colors of #62696b

#62696b #6b6269 #696b62

Analogous Colors of #62696b

#62696b #62656b #626b69

Monochromatic Colors of #62696b

#62696b

Complementary Color

#62696b #6b6462

#62696b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62696b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62696b Color CSS Codes

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

#62696b Text Font Color

<p style="color:#62696b">Text here</p>

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


#62696b Background Color

<div style="background-color:#62696b">
Div content here</div>

This div background color is #62696b


#62696b Border Color

<div style="border:3px solid #62696b">
Div here</div>

This div border color is #62696b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,105,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62696b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62696b;
  -webkit-box-shadow: 1px 1px 3px 2px #62696b;
  box-shadow:         1px 1px 3px 2px #62696b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62696b

#62696b Color Palettes


Comments

No comments written yet.

Please login to write comment.