#626D6E

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

Shades of Nevada #626D6E

Tints of Nevada #626D6E

Color information

#626D6E (or 0x626D6E) is unknown color: approx Nevada. HEX triplet: 62, 6D and 6E. RGB value is (98,109,110). Sum of RGB (Red+Green+Blue) = 98+109+110=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #626D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6E is #9D9291. Grayscale: #696969. Windows color (decimal): -10326674 or 7236962. OLE color: 7236962.

HSL color Cylindrical-coordinate representation of color #626D6E: hue angle of 185º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #626D6E is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB98109110-
CMYK0.110.0100.57
HSL185º5.77%40.78%-
HSV(B)185º10.91%43.14%-
XYZ13.3214.6616.88-
YUV105.82130.36122.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=30.91%
G=34.38%
B=34.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981091100.110.0100.571855.7740.78
Hex626D6EB1039b9629
Octal142155156131071271651
Binary11000101101101110111010111011100110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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