#646B6B

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

Shades of Nevada #646B6B

Tints of Nevada #646B6B

Color information

#646B6B (or 0x646B6B) is unknown color: approx Nevada. HEX triplet: 64, 6B and 6B. RGB value is (100,107,107). Sum of RGB (Red+Green+Blue) = 100+107+107=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #646B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B6B is #9B9494. Grayscale: #686868. Windows color (decimal): -10196117 or 7039844. OLE color: 7039844.

HSL color Cylindrical-coordinate representation of color #646B6B: hue angle of 180º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646B6B is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB100107107-
CMYK0.07000.58
HSL180º3.38%40.59%-
HSV(B)180º6.54%41.96%-
XYZ13.1714.2915.97-
YUV104.91129.18124.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=31.85%
G=34.08%
B=34.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1001071070.07000.581803.3840.59
Hex646B6B7003Ab4329
Octal14415315370072264351
Binary110010011010111101011111001110101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646B6B; }

 p { color: rgb(100,107,107); }

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

<style>
 a { background-color: #646B6B; }

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

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

<style>
 span { border-color: #646B6B; }

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

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