Html Css Color HEX #626D6D Nevada

📋 copy color: '#626D6D'

red 98 ◦ green 109 ◦ blue 109

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

Shades of Nevada #626D6D

Tints of Nevada #626D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 31.01%
G = 34.49%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#626D6D (or 0x626D6D) is known color: Nevada. HEX triplet: 62, 6D and 6D. RGB value is (98,109,109). Sum of RGB (Red+Green+Blue) = 98+109+109=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #626D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6D is #9D9292. Grayscale: #696969. Windows color (decimal): -10326675 or 7171426. OLE color: 7171426.

HSL color Cylindrical-coordinate representation of color #626D6D: hue angle of 180º 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 #626D6D is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 109 109 -
CMYK 0.10 0 0 0.57
HSL 180º 0.05% 0.41% -
HSV(B) 180º 0.1% 0.43% -
XYZ 13.27 14.64 16.59 -
YUV 105.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 98 109 109 0.10 0 0 0.57 180 0.05 0.41
Hex 62 6D 6D A 0 0 39 B4 5 29
Octal 142 155 155 12 0 0 71 264 5 51
Binary 1100010 1101101 1101101 1010 0 0 111001 10110100 101 101001

Color Harmonies of #626D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D6D

Black with #626D6D

Text Example


Text Example

White with #626D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626D6D; }

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

 H1.HeaderClassName
 {
   color: #626D6D;
 }
 .AnyTagClassName
 {
   color: #626D6D;
 }
</style>

background-color css

<style>
 a { background-color: #626D6D; }

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

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

border-color css

<style>
 span { border-color: #626D6D; }

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

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