Html Css Color HEX #62696D Mid Grey

📋 copy color: '#62696D'

red 98 ◦ green 105 ◦ blue 109

#62696D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #62696D

Tints of Mid Grey #62696D

RGB

 RED value IS 98 (38.67% from 255) = 31.41%

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 31.41%
G = 33.65%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#62696D (or 0x62696D) is known color: Mid Grey. HEX triplet: 62, 69 and 6D. RGB value is (98,105,109). Sum of RGB (Red+Green+Blue) = 98+105+109=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #62696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62696D is #9D9692. Grayscale: #676767. Windows color (decimal): -10327699 or 7170402. OLE color: 7170402.

HSL color Cylindrical-coordinate representation of color #62696D: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62696D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 105 109 -
CMYK 0.10 0.04 0 0.57
HSL 201.82º 0.05% 0.41% -
HSV(B) 201.82º 0.1% 0.43% -
XYZ 12.85 13.8 16.46 -
YUV 103.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 98 105 109 0.10 0.04 0 0.57 201.82 0.05 0.41
Hex 62 69 6D A 4 0 39 CA 5 29
Octal 142 151 155 12 4 0 71 312 5 51
Binary 1100010 1101001 1101101 1010 100 0 111001 11001010 101 101001

Color Harmonies of #62696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62696D

Black with #62696D

Text Example


Text Example

White with #62696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62696D; }

 p { color: rgb(98,105,109); }

 H1.HeaderClassName
 {
   color: #62696D;
 }
 .AnyTagClassName
 {
   color: #62696D;
 }
</style>

background-color css

<style>
 a { background-color: #62696D; }

 a { background-color: rgb(98,105,109); }

 div.DivClassName
 {
   background-color: #62696D;
 }
 .BgClassName
 {
   background-color: #62696D;
 }
</style>

border-color css

<style>
 span { border-color: #62696D; }

 span { border-color: rgb(98,105,109); }

 td.TdClassName
 {
   border-color: #62696D;
 }
 .TagClassName
 {
   border-color: #62696D;
 }
</style>