#626B6C

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

Shades of Nevada #626B6C

Tints of Nevada #626B6C

Color information

#626B6C (or 0x626B6C) is unknown color: approx Nevada. HEX triplet: 62, 6B and 6C. RGB value is (98,107,108). Sum of RGB (Red+Green+Blue) = 98+107+108=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #626B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B6C is #9D9493. Grayscale: #686868. Windows color (decimal): -10327188 or 7105378. OLE color: 7105378.

HSL color Cylindrical-coordinate representation of color #626B6C: hue angle of 186º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #626B6C is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB98107108-
CMYK0.090.0100.58
HSL186º4.85%40.39%-
HSV(B)186º9.26%42.35%-
XYZ1314.1916.24-
YUV104.42130.02123.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=31.31%
G=34.19%
B=34.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal981071080.090.0100.581864.8540.39
Hex626B6C9103Aba528
Octal142153154111072272550
Binary11000101101011110110010011011101010111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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