#626C6D

Color #626C6D Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #626C6D

Tints of Nevada #626C6D

Color information

#626C6D (or 0x626C6D) is unknown color: approx Nevada. HEX triplet: 62, 6C and 6D. RGB value is (98,108,109). Sum of RGB (Red+Green+Blue) = 98+108+109=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #626C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C6D is #9D9392. Grayscale: #696969. Windows color (decimal): -10326931 or 7171170. OLE color: 7171170.

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

Color convert

RGB98108109-
CMYK0.100.0100.57
HSL185.45º5.31%40.59%-
HSV(B)185.45º10.09%42.75%-
XYZ13.1614.4316.56-
YUV105.12130.19122.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=31.11%
G=34.29%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981081090.100.0100.57185.455.3140.59
Hex626C6DA1039b9529
Octal142154155121071271551
Binary11000101101100110110110101011100110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #626C6D;
 }
 .AnyTagClassName
 {
   color: #626C6D;
 }
</style>
background-color css

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

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

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

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

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

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